order_data
oders datasets that are not available for immediate download (on-demand) but need to be ordered or restored before download. Use check_availability to see which datasets need to be ordered before download.
order_data(records, ..., verbose = TRUE)
records data frame, containing one or multiple records (each represented by one row), as returned by get_records
additional, sensor-specific arguments:
hub
, character, Copernicus Hub selection for Sentinel queries. Either
"auto" (default) to automatically select a suitable Copernicus hub depending on the selected products
"dhus" to look for operational Open Hub records only,
"s5p" to look for Sentinel-5P precursor pre-operational records only,
"GNSS" to look for GNSS RINEX records only,
or a valid API URL.
logical, whether to display details on the function's progress or output on the console.
A data frame of records (as defined with argument records
), extended by additional columns.