https://github.com/meteoswiss/opendata
MeteoSwiss' continuosly updated Open Data documentation
https://github.com/meteoswiss/opendata
atmosphere climate-data climate-scenarios meteorological-data nowcasting-precipitation ogd opendata phenology-data points pollen-measurements precipitation-analysis profiles radio-soundings spatial spatial-data weather-data weather-forecasting weather-radar weather-station
Last synced: 3 months ago
JSON representation
MeteoSwiss' continuosly updated Open Data documentation
- Host: GitHub
- URL: https://github.com/meteoswiss/opendata
- Owner: MeteoSwiss
- Created: 2024-06-28T13:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T14:02:13.000Z (3 months ago)
- Last Synced: 2025-06-24T14:46:43.015Z (3 months ago)
- Topics: atmosphere, climate-data, climate-scenarios, meteorological-data, nowcasting-precipitation, ogd, opendata, phenology-data, points, pollen-measurements, precipitation-analysis, profiles, radio-soundings, spatial, spatial-data, weather-data, weather-forecasting, weather-radar, weather-station
- Language: Jupyter Notebook
- Homepage: http://opendatadocs.meteoswiss.ch
- Size: 4.25 MB
- Stars: 82
- Watchers: 10
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/MeteoSwiss/opendata/actions/workflows/build.yml)
[](https://github.com/MeteoSwiss/opendata/actions/workflows/deploy.yml)**Status:** live / [change log](https://github.com/MeteoSwiss/opendata/commits/main).
# MeteoSwiss' Open Data documentation
MeteoSwiss' continuously updated Open Data documentation is published at [opendatadocs.meteoswiss.ch](https://opendatadocs.meteoswiss.ch).## Development
Run the app locally:
```
yarn run start
```Run a specific locale:
```
yarn run start --locale fr
```And to export all translatable strings for a locale:
```
yarn write-translations --locale fr
```