Skip to content
Jean-Romain edited this page May 4, 2021 · 33 revisions

stdmetrics and associated functions provide an easy way to compute several common metrics. This page provide a quick description of each predefined metric because their names associated with the documentation can be not enough explicit.

Standard metrics list

  • n: number of points
  • area: approximative actual area of a raster (should be close to the square of the resolution but not on the edge)
  • angle: average absolute scan angle
  • zmax: maximum height
  • zmean: mean height
  • zsd: standard deviation of height distribution
  • zskew: skewness of height distribution
  • zkurt: kurtosis of height distribution
  • zentropy: entropy of height distribution (see function entropy)
  • pzabovezmean: percentage of returns above zmean
  • pzabovex: percentage of returns above x.
  • zqx: xth percentile (quantile) of height distribution
  • zpcumx: cumulative percentage of return in the ith layer according to Wood et al. 2008 (see metrics named d1, d2, ...)

with the probability distribution of elevations. is the lower bound and was hard coded to 0 in lidR < 3.1.3 and is now a parameter in from 3.1.3. is the elevation of the highest point

  • itot: sum of intensities for each return
  • imax: maximum intensity
  • imean: mean intensity
  • isd: standard deviation of intensity
  • iskew: skewness of intensity distribution
  • ikurt: kurtosis of intensity distribution
  • ipground: percentage of intensity returned by points classified as "ground"
  • ipcumzqx: percentage of intensity returned below the kth percentile of height
  • ip1st: percentage of intensity returned by 1st returns
  • ip2nd: percentage of intensity returned by 2nd returns
  • ip3rd: percentage of intensity returned by 3rd returns
  • ipxth: percentage of intensity returned by xth returns
  • pxth: percentage xth returns
  • pground: percentage of returns classified as "ground"