iwfm.gis.shp_crs¶ iwfm.gis.shp_crs(filename)[source]¶ Return the shapefile coordinate reference system from the sidecar .prj file. Parameters: filename (str) – shapefile name Returns: c – shapefile coordinate reference system (None if no .prj file) Return type: pyproj.CRS or None