hackoregon / emergency-response

Simulations, Models, and Visualizations of Portland Fire and Rescue data
11 stars 10 forks source link

Explore what good options are for displaying FMAs/other geo data in a Python notebook #62

Closed futurechris closed 7 years ago

futurechris commented 7 years ago

Just something to easily display data, for exploration.

Ideally it would be able to work with data from the DB or local stuff, dataframes, etc.

rcallihan commented 7 years ago

Scott and I are tag teaming this. The idea is to find something easy to use that allows us spatially explore a variety of variables associated with the Fire Block or FMA. Our criteria is to find a library/method that allows for:

sky-t commented 7 years ago

Merged a notebook into the analytics branch that test runs geopandas and geoplot for mapping. I think it's a pretty cool toolset and meets the criteria that Ryan listed (the catch is that it doesn't seem to run on python 3.6 yet so I had to create a 3.5 kernel to run it in Jupyter: https://github.com/hackoregon/emergency-response/blob/analytics/notebooks/census_eda_geo.ipynb

sky-t commented 7 years ago

I think we've demonstrated that geopandas works pretty well for this purpose. Closing this issue out.