Learn R Programming

earthdatalogin (version 0.0.3)

edl_extract_urls: Extract data URLs from edl_search

Description

NOTE this function uses heuristic rules to extract data from edl_search(). Users are strongly encouraged to rely on STAC searches instead.

Usage

edl_extract_urls(items)

Value

a character vector of URLs

Arguments

items

the content object from edl_search

Examples

Run this code
if (FALSE) { # interactive()

items <- edl_search(short_name = "MUR-JPL-L4-GLOB-v4.1",
                   temporal = c("2020-01-01", "2021-12-31"),
                   parse_urls = FALSE)

urls <- edl_extract_urls(items)
}

Run the code above in your browser using DataLab