-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
16 lines (16 loc) · 944 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: gsdata
Type: Package
Title: Interface to the GeoSphere Austria DataHub API (Data Access)
Version: 0.0-7
Date: 2024-08-23
Authors@R: person(given = "Reto", family = "Stauffer", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3798-5507"))
Maintainer: Reto Stauffer <[email protected]>
Depends: httr, zoo, sf, parsedate, dplyr
Suggests: utils, ncdf4, stars, knitr, rmarkdown, tinytest
Description: Package to download data from the GeoSphere data hub (Austrian National Weather Service) which is the data provider. Currently solely allows to download station data (no gridded data). More details about the data sets can be found on <https://data.hub.geosphere.at/> as well as in the API documentation available via <https://dataset.api.hub.geosphere.at/v1/docs/>.
License: GPL-2
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)