worldbank / blackmarblepy

Georeferenced Rasters and Statistics of Nightlights from NASA Black Marble
https://worldbank.github.io/blackmarblepy/
Mozilla Public License 2.0
28 stars 5 forks source link

Geopandas package installation #42

Closed Holly-Transport closed 7 months ago

Holly-Transport commented 9 months ago

In the example notebook, when installing geopandas, pip automatically installed 0.9.0, but it seems version (at least) 0.10.2 is required for .explore() to work. May consider as a comment or in the !pip install code the minimum version requirements for geopandas.

g4brielvs commented 9 months ago

In the example notebook, when installing geopandas, pip automatically installed 0.9.0, but it seems version (at least) 0.10.2 is required for .explore() to work. May consider as a comment or in the !pip install code the minimum version requirements for geopandas.

@Holly-Transport Thanks! Indeed explore() is a relatively new addition and the package and notebook requirements are incompatible. Maybe we could keep the looser requirement in the package and add the requirement when running the example.