Skip to contents
gsdata 0.0-8
- Appending
dplyr as dependency, used internally to bind lists of elements to data.frames which can contain different elements and NULLs.
- Updating
gs_metdata() to address an issue when loading meta information for historical, klima-v2-1d.
gsdata 0.0-7
- Fixed a series of small issues
- Refactored internals
gsdata 0.0-4
- Ignoring
start and end when calling gs_stationdata() with mode = "current"
- Partial matching for
mode in gs_stationdata()
-
mode = "historical" resource_id = "histalp-v1-1y" requires login; throwing an error for now (todo).
gsdata 0.0-2
- First working “release” of the
gsdata package (mainly coded for personal use; might undergo further development).
- Allows for downloading different station data sets.
- Implemented the three main functions
gs_datasets(), gs_metadata() and `gs_stationdata().
- Package documentation for the main functionality.