Skip to content
/ pyknmi Public

Python Wrapper for the dutch KNMI Weather API

License

Notifications You must be signed in to change notification settings

briis/pyknmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyknmi

Python Wrapper for the dutch KNMI Weather API A Python Wrapper to communicate with dutch KNMI Weather API from METEOSERVER

This wrapper requires an API Key which you can get free from Meteoserver. Please respect the daily limit of 500 requests on the Free version.

Testing

To run test_client.py first create a file called settings.json in the same directory, and put the following contents in there:

{
    "connection": {
        "api_key": "YOUR_API_KEY"
    }
}

About

Python Wrapper for the dutch KNMI Weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages