View source: R/classify_ATL03.R
Classify ATL03 photons to ATL08 classes
1 2 3 4 5 6 7 8 | classify_ATL03(
atl03_h5,
atl08_h5,
lat_range,
beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
beam_strength = c("weak", "strong"),
odir
)
|
atl03_h5 |
Path to ATL03 HDF file |
atl08_h5 |
Path to ATL08 file |
lat_range |
Optional. Vector indicating the range of latitude to process |
beam |
Character vector indicating beams to process |
beam_strength |
Character vector indicating the strength of beams to process |
odir |
Directory where ouput files will be written |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.