xdem.volume

xdem.volume#

Volume change calculation tools (aimed for glaciers).

Functions

calculate_hypsometry_area(ddem_bins, ...[, ...])

Calculate the associated representative area of the given dDEM bins.

fit_hypsometric_bins_poly(hypsometric_bins)

Fit a polynomial to the hypsometric bins.

get_regional_hypsometric_signal(ddem, ...[, ...])

Get the normalized regional hypsometric elevation change signal, read "the general shape of it".

hypsometric_binning(ddem, ref_dem[, bins, ...])

Separate the dDEM in discrete elevation bins.

hypsometric_interpolation(voided_ddem, ...)

Interpolate a dDEM using hypsometric interpolation within the given mask.

interpolate_hypsometric_bins(hypsometric_bins)

Interpolate hypsometric bins using any valid Pandas interpolation technique.

linear_interpolation(array[, ...])

Interpolate a 2D array using rasterio's fillnodata.

local_hypsometric_interpolation(voided_ddem, ...)

Interpolate a dDEM using local hypsometric interpolation.

norm_regional_hypsometric_interpolation(...)

Interpolate missing values by scaling the normalized regional hypsometric signal to each glacier separately.