hydromt_fiat.drivers.OSMDriver.write#

OSMDriver.write(path: str | Path, gdf: GeoDataFrame, **kwargs) str | Path[source]#

Write OSMNx data to file.

Parameters:
  • path (StrPath) – Path to write osm data to.

  • gdf (gpd.GeoDataFrame) – GeoDataFrame containing OSM data.

Returns:

Path to the file.

Return type:

StrPath