read_ATL08: Read ATL08 h5 file as a data frame

Description Usage Arguments

View source: R/read_ATL08.R

Description

Read ATL08 h5 file as a data frame

Usage

1
2
3
4
5
6
7
8
read_ATL08(
  atl08_h5,
  beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
  beam_strength = c("weak", "strong"),
  lat_range,
  odir,
  atl03_pc = FALSE
)

Arguments

atl08_h5

Path to h5 file

beam

Character vector indicating beams to process

beam_strength

Character vector indicating the strength of beams to process

lat_range

Numeric vector. Lower and upper latitude to return

odir

Character. Output directory

atl03_pc

Logical indicating if the classification of ATL03 photons should be returned


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