read remote module registration files
Usage
read_remote_registry(source, collection)
Arguments
- source
remote source, e.g gee or appeears
- collection
collection or product name
Value
list containing original_name, pecan_name, scale, qc, projection raw_mimetype, raw_formatname pro_mimetype, pro_formatname, coordtype
Examples
if (FALSE) { # \dontrun{
read_remote_registry(
"gee",
"COPERNICUS/S2_SR")
} # }