Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ KDC-code-snippets Public archive

Snippets for getting and using data from KNMI Data Center

Notifications You must be signed in to change notification settings

KNMI/KDC-code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Snippets for getting and using data from KNMI Data Center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published