hydromt.model.processes.region.parse_region_bbox#
- hydromt.model.processes.region.parse_region_bbox(region: dict, *, crs: int = 4326) GeoDataFrame [source]#
Parse a region of kind bbox and return the GeoDataFrame.
- Parameters:
region (
dict
) – Dictionary describing region of interest. For an exact clip of the region: { ‘bbox’: [xmin, ymin, xmax, ymax] }crs (
CRS
, optional) – CRS of the bounding box coordinates. By default EPSG 4326.