MODISfile-class: Class MODISfile

MODISfile-classR Documentation

Class MODISfile

Description

An object of class MODISfile, typically created through getProduct() when the 'x' input is a MODIS filename.

Slots

request

User request as character.

PRODUCT

MODIS product identified from 'request' as character.

DATE

Acquisition date string in the form "A\%Y\%j" (see strptime() and HDF filename convention.

TILE

Tile string in the form "hXXvXX".

CCC

MODIS data collection as 3-digit character.

PROCESSINGDATE

Processing date string in the form "\%Y\%j\%H\%M\%S" (see strptime()).

FORMAT

File format as character.

SENSOR

Statically set to "MODIS".

PLATFORM

Satellite platform on which MODIS sensor is mounted; one of c("Terra", "Aqua").

PF1,PF2,PF3,PF4

Platform specific path feature for LP DAAC, LAADS, NTSG and NSIDC as character.

TOPIC

Product topic as character.

TYPE

Product type; one of c("Tile", "CMG", "Swath").

SOURCE

Product specific MODIS download server(s) as named list.

POS1,POS2

Default start and end index of date string in MODIS filename, usually c("10", "16").


MODIS documentation built on Jan. 6, 2023, 5:10 p.m.