Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

retostauffer/gsdata

Repository files navigation

🚀 This Repository Has Moved to Codeberg!

We have migrated development away from GitHub. This repository is now a read-only mirror. Please submit all new issues, feature requests, and pull requests over at Codeberg:

👉 Join us on Codeberg: codeberg.org/retostauffer/gsdata

Purpose

Interfacing the GeoSphere Austria Data Hub (formerly known as ZAMG; Austrian national weather service). Their API provides a series of publicly available meteorological/climatological data sets. Currently, this package only allows to download stationdata (no gridded/spatial data).

Installation

This package is available via github. The simplest way to install is to use remotes as follows:

library("remotes")
install_github("retostauffer/gsdata")

This will automatically resolve reverse dependencies. Note that the sf package may need additional libraries to be installed on your system (geos, proj4). For details please read the installation instructions on https://r-spatial.github.io/sf/.

Dependencies

The package depends on:

  • httr: for data requests
  • zoo: time series data
  • sf: spatial information
  • parsedate: parsing dates

About

[MOVED TO CODEBERG] Small R package for interfacing the ZAMG datahub (Geosphere) API for downloading meteorological data.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors