You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensensmapR/DESCRIPTION

35 lines
1009 B
Plaintext

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