revrt.utilities.handlers.gpkg_crs#
- gpkg_crs(data_fp)[source]#
Get CRS of GeoPackage file
- Parameters:
data_fp (path-like) – Path to GeoPackage file.
- Returns:
pyproj.crs.CRS– CRS of GeoPackage file.
Get CRS of GeoPackage file
data_fp (path-like) – Path to GeoPackage file.
pyproj.crs.CRS – CRS of GeoPackage file.