maiac_loadRawDataframe: Download or load MAIAC data and return data as a dataframe

Description Usage Arguments Value Examples

View source: R/maiac_loadRawDataframe.R

Description

load a raw dataframe

Usage

1
2
3
4
5
6
7
8
maiac_loadRawDataframe(
  tileNumber = NULL,
  date = NULL,
  time = NULL,
  julianDate = NULL,
  product = "MAIACAAOT",
  baseUrl = NULL
)

Arguments

tileNumber

number code for tile (eg h01v04).

date

desired date (integer, character representing YYYYMMDD[HH] or datetime object)

time

UTC hour and minute for data (HHMM). Optional when only one file for the specified date.

julianDate

desired date on Julian calendar (YYYYDDD). Ignored if 'date' is specified.

product

product code (MAIACAAOT | MAIACABRF | MAIACRTLS | MAIACTAOT | MAIACTBRF)

baseUrl

base URL for data queries

Value

Raw tibble of MAIAC data

Examples

1
2
3
4
## Not run: 
maiac <- maiac_loadRawDataframe("h01v04", 20171009, 2150)

## End(Not run)

MazamaScience/MazamaSatelliteUtils documentation built on Dec. 17, 2021, 3:20 a.m.