Need a simple verion of results from access the data workshop for Bulky Items (and LA Sanitation Dept in general).
I built this to be compact so it could run in binder.
-
Data directory contains two files:
- parquet file with geodata for all requests (note - it is a thinned version of columns)
- a clean version of Neighborhood Council polygons
-
Notebooks directory contains two notebooks with multiple visualizations of the requests
- bulky-items-choropleth.ipynb is a detailed workflow for bulky items
- explore,ipynb is a parameterized version (with minimal narrative) to apply the workflow to different request types
I use jupyter lab with ipywidgets and folium. The recipe is:
-
Assuming anaconda is installed, repo cloned, and you're in the directory, environment.yml can be used to build a baseline lab env with conda:
conda env create -f environment.yml
-
Activate the new env:
conda activate lasan
-
Fire up lab via
jupyter lab
-
Explore