geopandas to_crs() returns all coordinates infinite from EPSG:29615 to EPSG:3857
I’m trying to convert a publicly available data set of counties in Minnesota MN Counties from EPSG:26915 to EPSG:3857 for a project I am working on. I downloaded the shapefile from the link above and read it into my code, but whenever I use to_crs I get only invalid geometries consisting of all inf points.
geopandas to_crs() returns all coordinates infinite from EPSG:29615 to EPSG:3857
I’m trying to convert a publicly available data set of counties in Minnesota MN Counties from EPSG:26915 to EPSG:3857 for a project I am working on. I downloaded the shapefile from the link above and read it into my code, but whenever I use to_crs I get only invalid geometries consisting of all inf points.
geopandas to_crs() returns all coordinates infinite from EPSG:29615 to EPSG:3857
I’m trying to convert a publicly available data set of counties in Minnesota MN Counties from EPSG:26915 to EPSG:3857 for a project I am working on. I downloaded the shapefile from the link above and read it into my code, but whenever I use to_crs I get only invalid geometries consisting of all inf points.