geopandas / contextily

Context geo-tiles in Python
https://contextily.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
493 stars 81 forks source link

Input array error when loading contextily basemap #226

Closed FrancescaPontin closed 8 months ago

FrancescaPontin commented 8 months ago

Discovered by one of my students, there looks to be a new bug when using contextily to add background maps to plots.

"could not broadcast input array from shape (512,512,4) into shape (256,256,4)"

A similar issue has been reported here

The same error is evident in the geopandas gallery.

I was wondering if anyone had any thoughts as to the cause (OpenStreetMap?)

martinfleis commented 8 months ago

Thanks for the report! See https://github.com/geopandas/contextily/issues/223 for the analysis and solutions.