hydromodpy.data.adapters#

User-facing format adapters for the custom data scaffold.

The drag-and-drop flow accepts heterogeneous user formats (CSV, SHP, GeoJSON, GPKG, ASC, GeoTIFF, NetCDF). Adapters normalise them into the internal pivot formats (Parquet, GeoParquet, COG GeoTIFF) without the user ever having to see or name them.

Modules

asc_to_geotiff

Convert Esri ASCII grids (.asc) to Cloud Optimized GeoTIFF.

csv_to_parquet

Convert user-facing CSV files into the internal Parquet pivot format.

shp_to_geoparquet

Convert user-facing vector files into OGC GeoParquet 1.1 vector tables.