SBuxton-IDM / EquityMilestone

A repository for the MADS Milestone II project related to digital equity
0 stars 1 forks source link

Import issue with Geopandas #8

Closed SBuxton-IDM closed 1 year ago

SBuxton-IDM commented 1 year ago

In the file https://github.com/SBuxton-IDM/EquityMilestone/blob/main/GeoPandas%20-%20Data%20-%20Spatial%20Join%20Notebook.ipynb we are seeing an import issue.

SBuxton-IDM commented 1 year ago

I believe this is due to a missing spatial indexing tool, should be fixed by either: !pip install pygeos cell in the notebook, or installing via the development environment (like anaconda)

SBuxton-IDM commented 1 year ago

@jasonkronemeyer good to close?

jasonkronemeyer commented 1 year ago

Needed to shutdown jupyter notebook server in local dev env and install pygeos.