1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-22 14:53:57 +01:00
opensensmapR/DESCRIPTION

35 lines
1,009 B
Text
Raw Normal View History

2017-08-13 16:10:01 +02:00
Package: opensensmapr
2017-08-10 18:01:09 +02:00
Type: Package
Title: Work with Sensor Data from opensensemap.org in R
2017-11-30 01:07:27 +01:00
Version: 0.3.1
2017-08-13 16:10:01 +02:00
URL: http://github.com/noerw/opensensmapR
BugReports: http://github.com/noerw/opensensmapR/issues
Imports:
dplyr,
httr,
magrittr
Suggests:
maps,
maptools,
2017-08-13 16:10:01 +02:00
readr,
rgeos,
2017-08-13 16:10:01 +02:00
sf,
knitr,
rmarkdown,
lubridate,
units
2017-08-10 18:01:09 +02:00
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
2017-08-10 18:01:09 +02:00
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
2017-08-13 16:10:01 +02:00
VignetteBuilder: knitr