getGroundTrack: Get the ground track of ATLAS beams based on ATL03 ot ATL08...

Description Usage Arguments

View source: R/getGroundTrack.R

Description

Get the ground track of ATLAS beams based on ATL03 ot ATL08 data product

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
getGroundTrack(
  file,
  product,
  beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
  beam_strength = c("weak", "strong"),
  points = FALSE,
  lines = TRUE,
  df = TRUE,
  write = TRUE,
  outDir,
  filename_points,
  filename_lines,
  ...
)

Arguments

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?


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