Parameters:
login- login
password - password
identifiers - array of scene identifiers
temp_dir - temporary directory for store the scene archive
product_name - name of the product from config (e.g. 'Landsat 8 OLI/TIRS C1 Level-1' or 'Sentinel-2')
product_format - file format name from config (e.g. 'Level-1 GeoTIFF Data Product' or 'LandsatLook Quality Image')
result_dir - directory for store the scene archive. Optional - if not defined will be used temp_dir
Return array of scenes info.
Note: Each scene info includes key file_name which contained path to downloaded file of the scene.
Implemented, here by https://github.com/nextgis/ee_downloader/commit/ad189a580c27f58b921e1b67285b8ee0c9d8a572.
Parameters:
login
- loginpassword
- passwordidentifiers
- array of scene identifierstemp_dir
- temporary directory for store the scene archiveproduct_name
- name of the product from config (e.g. 'Landsat 8 OLI/TIRS C1 Level-1' or 'Sentinel-2')product_format
- file format name from config (e.g. 'Level-1 GeoTIFF Data Product' or 'LandsatLook Quality Image')result_dir
- directory for store the scene archive. Optional - if not defined will be usedtemp_dir
Return array of scenes info.
Note: Each scene info includes key
file_name
which contained path to downloaded file of the scene.Example of use: