-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: okeanos.meteostat
Type: Package
Title: Get data from Meteostat API into R
Version: 0.0.1
Author: Artur Wegrzyn
Maintainer: Artur Wegrzyn <[email protected]>
Description: This package contains set of functions for retrieval of the meteorological
data made available by Meteostat (cf. https://meteostat.net/en) using
Meteostat's API (cf. https://dev.meteostat.net/api/).
Additionally, to facilitate getting started, this package contains
table with the list of Meteostat's weather stations (data set is called
dtStationsDict - cf. documentation for more information).
LEGAL DISCLAIMER: In line with the Meteostat's legal disclosures
(cf. https://meteostat.net/en/legal) it is hereby acknowledged that
Meteostat c/o Christian Lamprecht, Plattenseestrasse 5, 69168 Wiesloch, Germany
and the Meteostat's providers (cf. https://meteostat.net/de/sources for exhaustive list)
are the owners of the data that this packages retrieves and processes.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
jsonlite,
httr,
data.table,
R.utils,
utils
Depends:
R (>= 2.10)
RoxygenNote: 7.1.0