Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T21:52:47.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:50:45.175Z (about 1 month 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
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.frightanic/open-data-smn/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.frightanic/open-data-smn/)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/marcelstoer/open-data-smn?label=docker%20image)](https://hub.docker.com/r/marcelstoer/open-data-smn)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/marcelstoer/open-data-smn/blob/master/LICENSE)
[![CI with Maven](https://github.com/marcelstoer/open-data-smn/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/marcelstoer/open-data-smn/actions/workflows/maven.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.frightanic%3Aopen-data-smn&metric=alert_status)](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