An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build documentation](https://github.com/MeteoSwiss/opendata/actions/workflows/build.yml/badge.svg)](https://github.com/MeteoSwiss/opendata/actions/workflows/build.yml)
[![Deploy to GitHub Pages](https://github.com/MeteoSwiss/opendata/actions/workflows/deploy.yml/badge.svg)](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
```