Skip to content

Python code which grabs temperature and location data, ingests it, then serves it with a flask web app. This is to see how much warming a given local area has experienced.

License

Notifications You must be signed in to change notification settings

juniperfdel/global_warming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Warming Web App

make_data

The python script make_data.py takes temperature and location data from

Table Description
loc_to_temp Connects locations to a time series of yearly average temperatures
place_names Connects names of places to latitude & longitude
place_zips Connects zip codes to latitude & longitude

server

server.py is the flask web app which takes the database.duckdb generated with make_data.py and makes it usable by people.

Legal

All Code is Licensed under MPLv2

About

Python code which grabs temperature and location data, ingests it, then serves it with a flask web app. This is to see how much warming a given local area has experienced.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published