2017-08-13 16:10:01 +02:00
|
|
|
Package: opensensmapr
|
2017-08-10 18:01:09 +02:00
|
|
|
Type: Package
|
2023-02-24 12:11:32 +01:00
|
|
|
Title: Client for the Data API of 'openSenseMap.org'
|
2023-02-08 12:00:08 +01:00
|
|
|
Version: 0.6.0
|
2023-02-09 14:26:53 +01:00
|
|
|
URL: https://github.com/sensebox/opensensmapR
|
|
|
|
BugReports: https://github.com/sensebox/opensensmapR/issues
|
2017-08-13 16:10:01 +02:00
|
|
|
Imports:
|
|
|
|
dplyr,
|
|
|
|
httr,
|
2018-05-25 01:34:47 +02:00
|
|
|
digest,
|
2018-10-20 14:52:31 +02:00
|
|
|
lazyeval,
|
2018-09-21 11:58:09 +02:00
|
|
|
readr,
|
2018-10-18 16:31:30 +02:00
|
|
|
purrr,
|
2017-08-13 16:10:01 +02:00
|
|
|
magrittr
|
2018-01-15 14:51:26 +01:00
|
|
|
Suggests:
|
2018-01-13 15:08:31 +01:00
|
|
|
maps,
|
|
|
|
maptools,
|
2018-06-07 00:04:50 +02:00
|
|
|
tibble,
|
2018-01-13 15:08:31 +01:00
|
|
|
rgeos,
|
2017-08-13 16:10:01 +02:00
|
|
|
sf,
|
|
|
|
knitr,
|
2018-01-13 15:17:23 +01:00
|
|
|
rmarkdown,
|
|
|
|
lubridate,
|
2018-01-14 18:40:22 +01:00
|
|
|
units,
|
2018-05-25 01:37:06 +02:00
|
|
|
jsonlite,
|
|
|
|
ggplot2,
|
|
|
|
zoo,
|
2018-05-07 01:09:57 +02:00
|
|
|
lintr,
|
2018-01-14 18:40:22 +01:00
|
|
|
testthat,
|
|
|
|
covr
|
2023-01-31 17:21:01 +01:00
|
|
|
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"))
|
2018-05-07 18:32:53 +02:00
|
|
|
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
|
2018-01-13 15:17:23 +01:00
|
|
|
stations for PM10, PM2.5, temperature, humidity, UV-A intensity and more
|
|
|
|
phenomena.
|
2018-05-07 18:32:53 +02:00
|
|
|
The package aims to be compatible with 'sf' and the 'Tidyverse', and provides
|
2018-01-13 15:17:23 +01:00
|
|
|
several helper functions for data exploration and transformation.
|
|
|
|
License: GPL (>= 2) | file LICENSE
|
2017-08-10 18:01:09 +02:00
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
2023-02-08 12:00:08 +01:00
|
|
|
RoxygenNote: 7.2.3
|
2017-08-13 16:10:01 +02:00
|
|
|
VignetteBuilder: knitr
|