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

Note: This library is not affiliated in any way with KNMI, it only uses the KNMI API to request data.

Currently only daily data is implemented.

## Installation KNMI-py is available via pip.

python -m pip install knmi-py

## 5 Functions - knmi.get_day_data_raw(stations, start, end, inseason, variables) - knmi.get_day_data_dataframe(stations, start, end, inseason, variables) - knmi.get_hour_data_raw(stations, start, end, inseason, variables) - knmi.get_hour_data_dataframe(stations, start, end, inseason, variables) - knmi.get_forecast_dataframe(station, conform_values, 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) `

## Disclaimer

The KNMI-py Python library is not affiliated, created or maintained by KNMI. It merely uses the KNMI API to request data.

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.10.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

knmi_py-0.1.10-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file knmi-py-0.1.10.tar.gz.

File metadata

  • Download URL: knmi-py-0.1.10.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for knmi-py-0.1.10.tar.gz
Algorithm Hash digest
SHA256 75f540888010d4dea90a3534eff1628cb41555047d6cd7a8ccc3745788cd1394
MD5 9a5fab8454cb4237aadd0f1516538dff
BLAKE2b-256 1867fe91cf7998ef8e89d1c32b14a83c6b6de81d3191ae1893e7969e54a20be7

See more details on using hashes here.

File details

Details for the file knmi_py-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: knmi_py-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for knmi_py-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 439d7afa0b87fc7f6ce7346f0c946590cb6b9565e5eb182a44cbc0017c57c091
MD5 bb6dc35cf29b0d129718570006d6c14a
BLAKE2b-256 6c77cad1188a1c0159a36a5164dee2a9b36056603d1ed97d6b130a55d5f61e75

See more details on using hashes here.

Supported by

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