https://github.com/dcwatson/weather
Self-hosted weather API (for US only), since weather APIs suck.
https://github.com/dcwatson/weather
Last synced: 12 months ago
JSON representation
Self-hosted weather API (for US only), since weather APIs suck.
- Host: GitHub
- URL: https://github.com/dcwatson/weather
- Owner: dcwatson
- Created: 2018-12-03T01:49:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T14:00:29.000Z (about 7 years ago)
- Last Synced: 2025-02-15T13:47:57.174Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zip Code Data
=============
* Download https://www2.census.gov/geo/tiger/GENZ2017/shp/cb_2017_us_zcta510_500k.zip
* Run `manage.py load_zipcodes cb_2017_us_zcta510_500k/cb_2017_us_zcta510_500k.shp`
Place Data
==========
* Download https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2018_Gazetteer/2018_Gaz_place_national.zip
* Run `manage.py load_places 2018_Gaz_place_national.txt`
Weather Stations
================
* Run `manage.py load_stations`