oggm.tasks.process_dem

oggm.tasks.process_dem(gdir)[source]

Reads the DEM from the tiff, attempts to fill voids and apply smooth.

The data is then written to gridded_data.nc.

Parameters:
gdir : oggm.GlacierDirectory

where to write the data

Notes

Files writen to the glacier directory:
gridded_data.nc
A netcdf file containing several gridded data variables such as topography, the glacier masks, the interpolated 2D glacier bed, and more.