Unable to open EPSG support file gcs.csv
See original GitHub issueThis issue has the same symptoms as https://github.com/mapbox/rasterio/issues/1539:
In [1]: import fiona
In [2]: ds = fiona.open('aerialway-line.shp')
In [3]: ds.crs
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.
ERROR 6: No translation for an empty SRS to PROJ.4 format is known.
Out[3]: {}
In [4]: fiona.__version__
Out[4]: '1.8.0'
The open function is decorated by ensure_env_with_credentials
but it seems doesn’t work.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:28 (26 by maintainers)
Top Results From Across the Web
ERROR 4: Unable to open EPSG support file gcs.csv
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...
Read more >Frequently Asked Questions — rasterio documentation
The full message is “ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the ......
Read more >Error with WFS: Unable to open EPSG support file gcs.csv
I'm trying to display a WFS feature layer and am getting this error when running: ERROR 4: Unable to open EPSG support file...
Read more >Unable to open EPSG support file gcs.csv · Issue #123 - GitHub
csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files.
Read more >How to set the GDAL_DATA environment variable to point to ...
ERROR 4 : Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done.
https://github.com/mapbox/rasterio/issues/2126#issuecomment-786704154