hydromt_sfincs.utils.write_xy#
- hydromt_sfincs.utils.write_xy(fn, gdf, fmt='%.4f')[source]#
Write geopandas.GeoDataFrame with Point geometries to point xy files.
- Parameters:
fn (str) – Path to the output file.
gdf (geopandas.GeoDataFrame) – GeoDataFrame to write to point file.
fmt (fmt) – String formatting. By default “%.4f”.