Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.34 KB

KDC-code-snippets

Snippets for getting and using data from KNMI Data Center

Python

The folder python contains the following snippets:

  • fetch radar.py fetches the latest Volume data from the radar in Herwijnen from KNMI Data Center using ftp;
  • read radar.py uses wradlib to plot the radar data;
  • fetch synop.py fetches the latest synoptic observations from KNMI Data Center using ftp;
  • read synop.py uses netCDF4 for python to read all values from the synoptic data;

Web demo's

The folder web contains demo's for front-end code. You can view these online as well:

Contributing

When you have a nice and small demo related to the data in the KNMI Data Center and or its technologies you're welcome to contribute your demo. Please follow the default Github contribution steps:

  1. Fork it ( https://github.com/[my-github-username]/KDC-code-snippets/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request