get_raster_shape
- eolab.georastertools.processing.vector.get_raster_shape(raster: Path | str, output: Path | str | None = None, driver: str = 'GeoJSON') GeoDataFrame[source]
Extract the raster extent (shape where raster values are not masked)
- Parameters:
- Returns:
The geometries in the raster CRS
- Return type:
gpd.GeoDataFrame