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