hydromt.model.components.GeomsComponent.set#
- GeomsComponent.set(geom: GeoDataFrame | GeoSeries, name: str)[source]#
Add data to the geom component.
- Parameters:
geom (
geopandas.GeoDataFrame
orgeopandas.GeoSeries
) – New geometry data to addname (
str
) – Geometry name.