This repository hosts demos for using Iggy to enrich locations in datasets.
iggy-enrich-demo
: Using Iggy to enrich and explore a dataset of vacation rental homesiggy-metaflow-demo
: Using Iggy + Metaflow to enrich and explore a dataset of residential home sales, plus iterations on modeling flowvisualization
: Using Iggy + kepler.gl in a Jupyter notebook to visualize Iggy features
Running these demos locally requires you to have a copy of Iggy sample data.
For the iggy-enrich-demo
the data download is included in the demo notebook.
For the iggy-metaflow-demo
and the visualization
demo you can request Iggy sample data here. Once downloaded, place it in ./iggy-data
and un-compress it:
tar -xzvf ./iggy-data/iggy-package-wkt-20211110214810_fl_pinellas_quadkeys.tar.gz -C ./iggy-data
For the demo visualizations, when using Kepler in a Jupiter notebook running on a conda virtual environment you will need to enable a notebook extension per this issue
- Install Jupyter extensions to aide Kepler visualizations:
jupyter nbextension install --py --sys-prefix keplergl jupyter nbextension enable --py --sys-prefix keplergl