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

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).

Awesome Lists containing this project

README

          

knmy
===============================
[![CI](https://github.com/barthoekstra/knmy/actions/workflows/python-app.yml/badge.svg)](https://github.com/barthoekstra/knmy/actions/workflows/python-app.yml)
[![Coverage Status](https://coveralls.io/repos/github/barthoekstra/knmy/badge.svg?branch=master)](https://coveralls.io/github/barthoekstra/knmy?branch=master)
[![Documentation Status](https://readthedocs.org/projects/knmy/badge/?version=latest)](http://knmy.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/knmy.svg)](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
```