oggm.tasks.define_glacier_region#

oggm.tasks.define_glacier_region(gdir, entity=None, source=None)[source]#

Very first task after initialization: define the glacier’s local grid.

Defines the local projection (Transverse Mercator or UTM depending on user choice), centered on the glacier. There is some options to set the resolution of the local grid. It can be adapted depending on the size of the glacier. See params.cfg for setting these options.

Default values of the adapted mode lead to a resolution of 50 m for Hintereisferner, which is approx. 8 km2 large.

After defining the grid, the topography and the outlines of the glacier are transformed into the local projection.

Parameters
gdiroggm.GlacierDirectory

where to write the data

entitygeopandas.GeoSeries

the glacier geometry to process - DEPRECATED. It is now ignored

sourcestr or list of str, optional
If you want to force the use of a certain DEM source. Available are:

Notes

Files written to the glacier directory:
dem.tif

A geotiff file containing the DEM (reprojected into the local grid).This DEM is not smoothed or gap files, and is the closest to the original DEM source.

glacier_grid.json

A salem.Grid handling the georeferencing of the local grid.

outlines.shp

The glacier outlines in the local map projection (Transverse Mercator or UTM).