Read-only mirror of https://github.com/MeteoSwiss/opendata — MeteoSwiss. Issues & pull requests at the source.
  • Jupyter Notebook 47.3%
  • MDX 36.1%
  • JavaScript 14.2%
  • CSS 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andreas Amsler 3fc34e1d8e
Merge pull request #514 from MeteoSwiss/mchaamsler-patch-12
Update roadmap image to latest version
2026-08-20 17:09:07 +02:00
.devcontainer Update INSTALL.md 2024-12-17 14:16:29 +01:00
.github Upgrade GitHub Actions to version 7 2026-08-18 15:18:25 +02:00
changelog correct link 2026-07-28 12:24:38 +02:00
docs Update roadmap image to latest version 2026-08-20 17:08:36 +02:00
i18n Update D5 Polar-3D-Radarprodukte entry 2026-07-07 14:35:03 +02:00
metadata-files Add files via upload 2025-01-13 08:33:46 +01:00
notebooks Fix a small typo in MonthlyMeanGlobalRadiation_HAI.ipynb 2026-03-19 10:57:07 +01:00
src Merge branch 'main' into mchaamsler-patch-10 2026-06-26 14:42:50 +02:00
static Delete static/docs_img/mch_open_data_sticker.png 2025-05-23 10:42:54 +02:00
.gitignore Add scaffold files 2025-03-13 08:32:33 +00:00
_config.yml Create _config.yml 2024-12-12 16:27:11 +01:00
CHANGELOG.md Update CHANGELOG.md 2025-05-20 01:29:35 +02:00
docusaurus-test.config.js Throw errors for broken links/anchors 2025-05-21 07:44:59 +00:00
docusaurus.config.js Update docusaurus.config.js 2025-05-19 17:43:10 +02:00
package-lock.json chore: upgrade Docusaurus 3.6.3 → 3.10.2, fix 13 vulnerabilities 2026-08-17 06:42:51 +00:00
package.json fix: upgrade Node.js to 20 (required by Docusaurus 3.10.2), update yarn.lock 2026-08-17 07:05:02 +00:00
Pipfile Create Pipfile 2025-04-06 22:06:32 +02:00
README.md Update README.md 2025-06-02 16:12:58 +02:00
sidebars.js Update sidebar 2025-03-13 08:32:33 +00:00
yarn.lock fix: upgrade Node.js to 20 (required by Docusaurus 3.10.2), update yarn.lock 2026-08-17 07:05:02 +00:00

Build documentation Deploy to GitHub Pages

Status: live / change log.

MeteoSwiss' Open Data documentation

MeteoSwiss' continuously updated Open Data documentation is published at 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