hydromt.model.processes.region.parse_region_geom#

hydromt.model.processes.region.parse_region_geom(region: dict, *, crs: int | None = None, data_catalog: DataCatalog | None = None) GeoDataFrame[source]#

Parse a region and return the GeoDataFrame.

Parameters:
  • region (dict) – Dictionary describing region of interest. For an exact clip of the region: * {‘geom’: /path/to/polygon_geometry}

  • crs (CRS, optional) – CRS of the geometry in case it cannot be derived from the geometry itself.

  • data_catalog (DataCatalog, optional) – DataCatalog object containing the data sources.