hydromt_sfincs.utils.read_xy# hydromt_sfincs.utils.read_xy(fn: str | Path, crs: int | CRS | None = None) → GeoDataFrame[source]# Read sfincs xy files and parse to GeoDataFrame. Parameters: fn (str, Path) – Path to ascii xy file. crs (int, CRS) – Coordinate reference system Returns: gdf – GeoDataFrame with point geomtries Return type: gpd.GeoDataFrame