thinkingmachines / geowrangler

🌏 A python package for wrangling geospatial datasets
https://geowrangler.thinkingmachin.es/
MIT License
47 stars 14 forks source link

Grids tutorial fails due to Geopandas version 0.14.4 error Attribute Error: 'GeoDataFrame' object has no attribute 'union_all' #248

Closed butchtm closed 4 weeks ago

butchtm commented 4 weeks ago
image

Workaround: Upgrade geopandas to 1.0

To fix: Pin geopandas to >=1.0 in settings.ini which will force the upgrade.

joshuacortez commented 4 weeks ago

Oh thanks for the catch @butchtm ! Yeah we can pin geopandas to >= 1.0