Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ingenjorsarbete-For-Klimatet/ifk-smhi
SMHI climate data client.
https://github.com/Ingenjorsarbete-For-Klimatet/ifk-smhi
client climate data smhi
Last synced: 3 months ago
JSON representation
SMHI climate data client.
- Host: GitHub
- URL: https://github.com/Ingenjorsarbete-For-Klimatet/ifk-smhi
- Owner: Ingenjorsarbete-For-Klimatet
- License: mit
- Created: 2022-09-23T18:20:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:55:52.000Z (6 months ago)
- Last Synced: 2024-05-30T01:21:19.172Z (5 months ago)
- Topics: client, climate, data, smhi
- Language: Python
- Homepage: https://ingenjorsarbeteforklimatet.se/ifk-smhi/
- Size: 623 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - ifk-smhi - Python interface to the Swedish Meteorological and Hydrological Institute, which provides climate and weather data. (Atmosphere / Meteorological Observation and Forecast)
README
ifk-smhi
## Description
Python SMHI (Swedish Meteorological and Hydrological Institute) client.
Currently supports these APIs- Meteorological Observations Metobs
- Meteorological Forecasts Metfcts
- Meteorological Analysis Mesan
- Meteorological Analysis Strang## Installation
ifk-smhi can be installed as
```bash
pip install ifk-smhi
```