View source: R/getGroundTrack.R
Get the ground track of ATLAS beams based on ATL03 ot ATL08 data product
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
file |
Path to ATL03 or ATL08 HDF5 file (.h5 extension) |
product |
Either "ATL03" or "ATL08" |
beam |
Character. List of beams for which groudn track needs to be extracted |
points |
Logical. Should each reference point be returned in a SpatialPointsDataFrame? |
lines |
Logical. Should lines features between all reference points be returned in a SpatialLinesDataFrame? |
... |
Parameters passed to writeOGR (e.g. overwrite_layer = TRUE) |
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.