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