coincident.plot.hist_esa#

coincident.plot.hist_esa(dem_list, elev_col=None, min_count=30)[source]#

Histogram of elevation differences between DEMs or point data, grouped by ESA World Cover 2021 land cover class.

Parameters:
  • dem_list (list[xr.Dataset | gpd.GeoDataFrame]) – List containing two elevation datasets to compare

  • elev_col (str | None) – Column name containing elevation values if using point data

  • min_count (int) – Minimum number of points required for a land cover class to be included

Return type:

plt.Figure

Returns:

An array containing the matplotlib axes objects