https://github.com/barthoekstra/knmy
Python package for downloading and processing weather data from the automated weather stations of the Netherlands Meteorological Institute (KNMI).
https://github.com/barthoekstra/knmy
earth-science knmi python weather weather-api
Last synced: about 1 year ago
JSON representation
Python package for downloading and processing weather data from the automated weather stations of the Netherlands Meteorological Institute (KNMI).
- Host: GitHub
- URL: https://github.com/barthoekstra/knmy
- Owner: barthoekstra
- License: bsd-3-clause
- Created: 2018-01-19T21:53:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T20:36:44.000Z (over 1 year ago)
- Last Synced: 2025-03-23T21:03:47.424Z (about 1 year ago)
- Topics: earth-science, knmi, python, weather, weather-api
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE.md
Awesome Lists containing this project
README
knmy
===============================
[](https://github.com/barthoekstra/knmy/actions/workflows/python-app.yml)
[](https://coveralls.io/github/barthoekstra/knmy?branch=master)
[](http://knmy.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/knmy)
version number: 1.5.2
author: Bart Hoekstra
Overview
--------
Python package for downloading and processing weather data from the automated weather stations of the Dutch Meteorological Institute (KNMI). Documentation of the used API can be [found here](https://www.knmi.nl/kennis-en-datacentrum/achtergrond/data-ophalen-vanuit-een-script) (only in Dutch).
Documentation
-------------
Documentation can be found on [Read the Docs](http://knmy.readthedocs.io/).
Installation
------------
```
pip install knmy
```