|
|
|
Package: opensensmapr
|
|
|
|
Type: Package
|
|
|
|
Title: Work with Sensor Data from opensensemap.org in R
|
|
|
|
Version: 0.3.2
|
|
|
|
URL: http://github.com/noerw/opensensmapR
|
|
|
|
BugReports: http://github.com/noerw/opensensmapR/issues
|
|
|
|
Imports:
|
|
|
|
dplyr,
|
|
|
|
httr,
|
|
|
|
magrittr
|
|
|
|
Suggests:
|
|
|
|
maps,
|
|
|
|
maptools,
|
|
|
|
readr,
|
|
|
|
rgeos,
|
|
|
|
sf,
|
|
|
|
knitr,
|
|
|
|
rmarkdown,
|
|
|
|
lubridate,
|
|
|
|
units,
|
|
|
|
testthat,
|
|
|
|
covr
|
|
|
|
Authors@R: c(person("Norwin", "Roosen", role = c("aut", "cre"), email = "bugs@nroo.de"),
|
|
|
|
person("Daniel", "Nuest", role = c("ctb"), email = "daniel.nuest@uni-muenster.de", comment = c(ORCID = "0000-0003-2392-6140")))
|
|
|
|
Description: Download data (environmental measurements, sensorstations) from the
|
|
|
|
API of open data sensor web platform 'opensensemap.org' for analysis in R.
|
|
|
|
This platform provides realtime data of more than 1000 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) | file LICENSE
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
|
|
|
RoxygenNote: 6.0.1
|
|
|
|
VignetteBuilder: knitr
|