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
Convert Esri ASCII grids (.asc) to Cloud Optimized GeoTIFF. |
|
Convert user-facing CSV files into the internal Parquet pivot format. |
|
Convert user-facing vector files into OGC GeoParquet 1.1 vector tables. |