Class: exports

exports(cache, fetch, baseUrl)

new exports(cache, fetch, baseUrl)

Products represents collection of the products from different satellites. The Query is focused on the SciHub.
Parameters:
Name Type Default Description
cache Map Cache to be used for storing the retrieved products.
fetch function Function with provided defaults for making requests.
baseUrl String https://scihub.copernicus.eu/apihub/search Optional. Optional URL for the retrieval of the products. Default is SciHub
Source:

exports(shortName, products, location, beginTime, endTime, startIndex)

new exports(shortName, products, location, beginTime, endTime, startIndex)

Representation of the query for the SciHub.
Parameters:
Name Type Description
shortName String Short name of the satellite for which to query the data.
products Array.<String> Array of the products to query for.
location Object Latitude, Longitude of specific point.
beginTime Date From when we want the data
endTime Date Until when we want the data
startIndex Number Index of the first returned results
Source: