When I try to use to_file() to write a GeoPandas GeoDataFrame to a shapefile I get the following error.
df3.to_file('~/Desktop/testout.shp', driver = 'ESRI Shapefile');
أكثر...
df3.to_file('~/Desktop/testout.shp', driver = 'ESRI Shapefile');
ERROR:Fiona:OGR Error 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files.
I don't know what it's talking about and can't seem to find anything online. Pls help.
أكثر...