MeteoIODoc 20260811.aeb9aef5
Environmental timeseries pre-processing
Loading...
Searching...
No Matches
MeteoCH

This plugin retrieves meteorological data from the measurement network managed by MeteoSwiss. You can have a look at the Automatic Weather Stations that are available and get information for each station on the Measuring Networks page.

Format

This plugin reads meteorological data from the MeteoSwiss OGC STAC API via HTTP GET requests. To compile the plugin you need to have the CURL library with its headers present.

The station metadata (coordinates, names, etc.) is retrieved from a CSV file at https://data.geo.admin.ch/ch.meteoschweiz.ogd-smn/ogd-smn_meta_stations.csv.

Keywords

This plugin uses the following keywords:

  • METEOCH_PROXY: The URL of a SOCKS5 proxy for the connection to go through (optional, specified as {host}:{port} such as localhost:8080, see this for more)
  • STATION#: station abbreviation (3 characters) for the given station (e.g., WFJ, DAV, etc.)
  • METEOCH_TIMEOUT: timeout (in seconds) for the connection to the server (default: 60s)
  • METEOCH_DEBUG: print the full requests/answers from the server when something does not work as expected (default: false)
  • METEOCH_COVERAGE_RESTRICT: only request data from within the provided DateRange (see DateRange::setRange) (useful when merging data from several sources)
METEO = METEOCH
STATION1 = WFJ
STATION2 = DAV
STATION3 = ZER