getATL08ph: Extract individual classified photons from an ATL08 file

Description Usage Arguments

View source: R/getATL08ph.R

Description

Returns a data.frame with lat, lon and height of each photon and their associated segement and unique ID

Usage

1
2
3
4
5
6
7
8
9
getATL08ph(
  file,
  beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
  beam_strength = c("weak", "strong"),
  lat_range,
  seg_filter,
  id_sep = "_",
  flags = c("snow", "night", "msw")
)

Arguments

seg_filter

Vector of integers. Filter by 20 m segments of the ATL03 product

flags

Character. ATL08 segement-level flag to return. All photons within the segments will be assigned the same flag. Impemented flags are: "snow", "night", "msw".


mqueinnec/icesat2R documentation built on Feb. 18, 2022, 2:38 a.m.