Skip to main content

A Python API wrapper for KNMI data

Project description

# KNMI-py Python wrapper to fetch and parse observations from KNMI, either as csv or Pandas DataFrame

See http://knmi.nl/kennis-en-datacentrum/achtergrond/data-ophalen-vanuit-een-script

Currently only daily data is implemented.

## Installation KNMI-py is available via pip.

On Linux and Mac OS: pip install knmi-py

On Windows: python -m pip install knmi-py

## 2 Functions - knmi.get_day_data_raw(stations, start, end, inseason, variables) - knmi.get_day_data_dataframe(stations, start, end, inseason, variables)

## Metadata Don’t know which station number you need, or what the variables mean? We got you covered:

  • knmi.stations provides a list of all available stations

  • knmi.variables provides a list of all variables and explanations

## Metadata included in DataFrame All raw data is included as argument to the DataFrame (however, the data is lost once you start manipulating the frame, so you’ll have to copy it)

# Example

`python import knmi df = knmi.get_day_data_dataframe(stations=[260]) print(df.disclaimer) print(df.stations) print(df.legend) df = df.rename(columns=df.legend) print(df) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

knmi-py-0.1.1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

knmi_py-0.1.1-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page