Region
This module provides functionality for creating region masks from GeoDataFrames and xarray Datasets. It helps identify points that fall within specified geographic regions.
get_region_mask
get_region_mask (ds:xarray.core.dataset.Dataset, gdf:geopandas.geodataframe.GeoDataFrame)
Create a boolean xarray mask from all geometries in the GeoDataFrame. Returns True for points within any geometry, False otherwise.