Hello!
I am trying to map census data (downloaded with geometry from NHGIS) in python using matplotlib and adding a basemap using contextily.
Basemaps are in crs 3587, but when I convert the NHGIS geometry from its native format (crs 4257?) to 3587 in order to add the basemap, the geometry column turns into “inf inf”.
Any ideas?