Skip to content

python based webpage to allow a user to upload csv with zip codes and metric of some sort and page will render heatmap

License

Notifications You must be signed in to change notification settings

austinpetsalive/heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heatmap

python based webpage to allow a user to upload csv with zip codes and metric of some sort and page will render heatmap

requirements:

  1. simple web page written in python inside docker container that allows a user to upload a csv file with two columns: zip code and some metric.

  2. page should read data, automatically determine scale based on range of values in metric column, and then generate a heatmap file which it returns to user as image file. -->Here is a very relevant code example written in python: https://sensitivecities.com/so-youd-like-to-make-a-map-using-python-EN.html#.W7u6QhNKjVq -->And this may be resource for valid us zip code shape file: https://www.census.gov/geo/maps-data/data/cbf/cbf_zcta.html

  3. ideally write using flask microservice and docker container

Prototype

You can find a working prototype here. It only renders a heatmap, not zip code boundaries, but it's a start and requires no server infrastructure.

A screenshot can be seen here:

screenshot

About

python based webpage to allow a user to upload csv with zip codes and metric of some sort and page will render heatmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages