View source: R/satfile_funcs.R
get_imglist_l1 | R Documentation |
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.
get_imglist_l1(
sensor = "MODISA",
minlat,
maxlat,
minlon,
maxlon,
mindate,
maxdate
)
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) |
Data.frame with metadata and URLs of files to download.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.