hydromodpy.results.exporters.geotiff#

Export simulation fields to GeoTIFF by rasterizing unstructured meshes.

Output rasters honour the OGC Cloud Optimized GeoTIFF (COG) 1.0 spec: internal tiling at 512x512, zstd compression, and pre-computed overviews at 2/4/8/16/32x. Each raster carries provenance tags so consumers can trace back to the source simulation.

Functions

export_geotiff(zarr_path, sim_id, variable, ...)

Rasterize a field from the unstructured mesh into a GeoTIFF.