https://github.com/marcelstoer/open-data-smn
An API to serve publicly available data from the SwissMetNet in 10min intervals
https://github.com/marcelstoer/open-data-smn
api opendata swiss weather
Last synced: 3 months ago
JSON representation
An API to serve publicly available data from the SwissMetNet in 10min intervals
- Host: GitHub
- URL: https://github.com/marcelstoer/open-data-smn
- Owner: marcelstoer
- License: mit
- Created: 2014-07-18T22:18:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T21:52:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T18:05:55.543Z (4 months ago)
- Topics: api, opendata, swiss, weather
- Language: Kotlin
- Homepage: https://open-data-smn.fly.dev
- Size: 164 KB
- Stars: 27
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenData SMN
[](https://maven-badges.herokuapp.com/maven-central/com.frightanic/open-data-smn/)
[](https://hub.docker.com/r/marcelstoer/open-data-smn)
[](https://github.com/marcelstoer/open-data-smn/blob/master/LICENSE)
[](https://github.com/marcelstoer/open-data-smn/actions/workflows/maven.yml)
[](https://sonarcloud.io/summary/new_code?id=com.frightanic%3Aopen-data-smn)OpenData SMN is a simple REST API for [SwissMetNet data](http://www.meteoschweiz.admin.ch/home/mess-und-prognosesysteme/bodenstationen/automatisches-messnetz.html).
It's developed in the open supporting the [OpenData.ch](http://opendata.ch/) initiative.The actual data for 10min intervals is provided by [opendata.swiss](https://opendata.swiss/de/dataset/automatische-wetterstationen-aktuelle-messwerte), the Swiss open government data portal.
v1.1+ supports [GeoJSON](http://en.wikipedia.org/wiki/GeoJSON).
## Getting started
- run `mvn quarkus:dev` in the project root folder
- navigate to http://localhost:8080## Docker
There's a Docker image at [https://hub.docker.com/r/marcelstoer/open-data-smn](https://hub.docker.com/r/marcelstoer/open-data-smn) for the following architectures:- linux/amd64,
- linux/arm64## Contributing
Please have a look at the [contributing guidelines](CONTRIBUTING.md) if you want to improve this project.## License
[MIT](http://opensource.org/licenses/MIT) © Marcel Stör