Skip to content

Python script to pull data from the National Weather Service's API into a GeoJSON file for QGIS

License

Notifications You must be signed in to change notification settings

lsbravo/WeatherAPI-QGIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

National Weather Service Temperatures from Coordinates

Python script to pull temperatures based on coordinates stored in a dictionary. A json file is returned formatted as geojson for easy visualization.

Details on the API located here: https://www.weather.gov/documentation/services-web-api

Required Modules

Requests, datetime, json, and geosjson.

Sample data in QGIS

Sample Data into QGIS

About

Python script to pull data from the National Weather Service's API into a GeoJSON file for QGIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages