Create URL that can be used to request data from NASA DAAC server.

NASA_CMR_finder(doi)

Arguments

doi

Character: data DOI on the NASA DAAC server, it can be obtained directly from the NASA ORNL DAAC data portal (e.g., GEDI L4A through https://daac.ornl.gov/cgi-bin/dsviewer.pl?ds_id=2056).

Value

A list with each containing corresponding provider and concept ids given the data doi.

Author

Dongchen Zhang

Examples

if (FALSE) { # \dontrun{
provider_conceptID <- NASA_CMR_finder("10.3334/ORNLDAAC/2183")
} # }