View source: R/getATL08Segments.R
Get the segment of each ATL08 point
1 2 3 4 5 6 7 | getATL08Segments(
file,
beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
beam_strength = c("weak", "strong"),
crs_proj = 26917,
odir
)
|
file |
Path to ATL03 or ATL08 HDF5 file (.h5 extension) |
beam |
Character. List of beams for which segments to be extracted |
rgt |
Logical. Should RGT number be added as a field to output feature? |
cycle |
Logical. Should cycle number be added as a field to output feature? |
segment |
Logical. Should segment number be added as a field to output feature? |
date |
Logical. Should date be added as a field to output feature? |
time |
Logical. Should time be added as a field to output feature? |
... |
Parameters passed to writeOGR (e.g. overwrite_layer = TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.