Returns a data.frame with lat, lon and height of each photon and their associated segement and unique ID
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")
)
|
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.