Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.56 KB

iggy-enrich-demos

This repository hosts demos for using Iggy to enrich locations in datasets.

Contents

  • iggy-enrich-demo: Using Iggy to enrich and explore a dataset of vacation rental homes
  • iggy-metaflow-demo: Using Iggy + Metaflow to enrich and explore a dataset of residential home sales, plus iterations on modeling flow
  • visualization: Using Iggy + kepler.gl in a Jupyter notebook to visualize Iggy features

Getting sample data

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

Kepler

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

Related Links