matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
774 stars 392 forks source link

Fix broken Basemap.arcgisimage method #548

Closed molinav closed 2 years ago

molinav commented 2 years ago

Solves #546 by changing the default ArcGIS service from "ESRI_Imagery_World_2D" to "World_Imagery" and removing a conversion block that was destroying the projection coordinates for all projections except for "cyl".