get_imglist_l1: Get L1A filenames

View source: R/satfile_funcs.R

get_imglist_l1R Documentation

Get L1A filenames

Description

Query the CMR Search site for files falling in a specific area. This currently converts the L2 names to L1 as the L1 files aren't fully listed on the CMR site.

Usage

get_imglist_l1(
  sensor = "MODISA",
  minlat,
  maxlat,
  minlon,
  maxlon,
  mindate,
  maxdate
)

Arguments

sensor

Currently works for options "MODISA" and "SEAWIFS"

minlat

Minimum latitude (y)

maxlat

Maximum latitude (y)

minlon

Minimum longitude (x)

maxlon

Maximum longitude (x)

mindate

Earliest image as string of year or date (YYYY-MM-dd)

maxdate

Latest image as string of year or date (YYYY-MM-dd)

Value

Data.frame with metadata and URLs of files to download.


BIO-RSG/oceancolouR documentation built on April 30, 2024, 7:54 a.m.