Overview
IVERT currently assumes DEM inputs are GeoTIFF (.tif) files. We should extend support to NetCDF and other common raster formats so users are not required to convert their data beforehand.
Formats to Support
- NetCDF (
.nc, .nc4) — widely used in oceanography and climate science
- HDF5 (
.h5, .hdf5) — already used internally for ICESat-2 data; some DEMs are distributed in this format
- ERDAS Imagine (
.img)
- ASCII Grid (
.asc)
- VRT (GDAL virtual rasters)
- Any other GDAL-readable raster format
Tasks
Overview
IVERT currently assumes DEM inputs are GeoTIFF (
.tif) files. We should extend support to NetCDF and other common raster formats so users are not required to convert their data beforehand.Formats to Support
.nc,.nc4) — widely used in oceanography and climate science.h5,.hdf5) — already used internally for ICESat-2 data; some DEMs are distributed in this format.img).asc)Tasks
.tifis assumed or hardcoded