hydromt_sfincs.utils.linestring2gdf#

hydromt_sfincs.utils.linestring2gdf(feats: List[Dict], crs: int | CRS = None) GeoDataFrame[source]#

Convert list of structure dictionaries to GeoDataFrame[LineString]

Parameters:
  • feats (list of dict) – List of dictionaries describing structures.

  • crs (int, CRS) – Coordinate reference system

Returns:

gdf – GeoDataFrame structures

Return type:

geopandas.GeoDataFrame