question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to open EPSG support file gcs.csv

See original GitHub issue

This 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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:28 (26 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found