-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
48 lines (48 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: opensensmapr
Type: Package
Title: Client for the Data API of 'openSenseMap.org'
Version: 0.6.0
URL: https://github.com/sensebox/opensensmapR
BugReports: https://github.com/sensebox/opensensmapR/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
httr,
digest,
lazyeval,
readr,
purrr,
magrittr
Suggests:
maps,
maptools,
tibble,
rgeos,
sf,
knitr,
rmarkdown,
lubridate,
units,
jsonlite,
ggplot2,
zoo,
lintr,
testthat,
covr
Authors@R: c(person("Norwin", "Roosen", role = c("aut"), email = "hello@nroo.de"),
person("Daniel", "Nuest", role = c("ctb"), email = "daniel.nuest@uni-muenster.de", comment = c(ORCID = "0000-0003-2392-6140")),
person("Jan", "Stenkamp", role = c("ctb", "cre"), email = "jan.stenkamp@uni-muenster.de"))
Description: Download environmental measurements and sensor station metadata
from the API of open data sensor web platform <https://opensensemap.org> for
analysis in R.
This platform provides real time data of more than 1500 low-cost sensor
stations for PM10, PM2.5, temperature, humidity, UV-A intensity and more
phenomena.
The package aims to be compatible with 'sf' and the 'Tidyverse', and provides
several helper functions for data exploration and transformation.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr