Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Are you sure that will work without a .prj file ? how will Fiona know ?
    – J.R
    Commented Oct 15, 2019 at 11:34
  • No without .prj file, it won't work Commented Oct 17, 2019 at 4:50
  • Then you did not read the question and are wasting everyone's time by posting. Commented Aug 19, 2021 at 4:26
  • This is still useful. Small mistake it should be import fiona as f a = f.open("C:\QGIS_ShapeFile\qgis\shafile_XXX.shp") print(a.crs) Commented Sep 19, 2023 at 8:01