Data assets for matplotlib basemap. This package provides the shapefiles, topography, and other geospatial data required by the basemap toolkit. Version 2.0.0 is a major release that reorganized data handling and removed deprecated datasets. Release cadence is sporadic, tied to basemap releases.
pip install basemap-dataVerified import paths — ran on the pinned version, not inferred.
Minimal example: create a Basemap instance and draw coastlines. Ensure basemap-data is installed so shapefiles are found automatically.
Migrate to Cartopy: `pip install cartopy` and `import cartopy.crs as ccrs`. See https://matplotlib.org/basemap/users/intro.html
If you get missing shapefile errors, ensure basemap-data is installed and you are using a supported projection. Old custom datasets need manual placement in the data directory.
Plan migration to Cartopy (https://scitools.org.uk/cartopy/).