hydromodpy.core.io.geoparquet#

OGC GeoParquet 1.1 atomic writer.

Module attributes

GEOPARQUET_SCHEMA_VERSION

OGC GeoParquet contract used for every vector file produced by v2.

GEOPARQUET_WRITE_DEFAULTS

Canonical write options applied by write_geoparquet_atomic().

Functions

read_geoparquet(target)

Read a GeoParquet file via geopandas.read_parquet().

write_geoparquet_atomic(gdf, target)

Persist gdf as an OGC GeoParquet 1.1 file atomically.