getATL03ph: Extract individual photons from an ATL03 file

Description Usage Arguments

View source: R/getATL03ph.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
getATL03ph(
  file,
  beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
  beam_strength = c("weak", "strong"),
  lat_range,
  seg_filter,
  id_sep = "_"
)

Arguments

seg_filter

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

id_sep

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