Learn R Programming

getSpatialData (version 0.1.0)

order_data: Order datasets

Description

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.

Usage

order_data(records, ..., verbose = TRUE)

Arguments

records

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.

verbose

logical, whether to display details on the function's progress or output on the console.

Value

A data frame of records (as defined with argument records), extended by additional columns.