1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-07-16 06:43:50 +02:00
opensensmapR/DESCRIPTION
2018-01-13 16:19:50 +01:00

34 lines
1,009 B
Text

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
Author: Norwin Roosen
Maintainer: Norwin Roosen <bugs@nroo.de>
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