Snippets for getting and using data from KNMI Data Center
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;
The folder web
contains demo's for front-end code. You can view these online as well:
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:
- Fork it ( https://github.com/[my-github-username]/KDC-code-snippets/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request