hydromt_sfincs.utils.read_drn# hydromt_sfincs.utils.read_drn(fn: str | Path, crs: int = None) → GeoDataFrame[source]# Read drainage structure files to geodataframe. Parameters: fn (str, Path) – Path to drainge structure file. crs (int) – EPSG code for coordinate reference system. Returns: Dataframe with drainage structure parameters and geometry. Return type: gpd.GeoDataFrame