eodag.plugins.download.creodias_s3.CreodiasS3Download

eodag.plugins.download.creodias_s3.CreodiasS3Download#

class eodag.plugins.download.creodias_s3.CreodiasS3Download(provider: str, config: PluginConfig)[source]#

Download on creodias s3 from their VMs

__init__(provider: str, config: PluginConfig) None#

Methods

__init__(provider, config)

check_manifest_file_list(product_path)

Checks if products listed in manifest.safe exist

download(product[, auth, progress_callback, ...])

Download method for AWS S3 API.

download_all(products[, auth, ...])

download_all using parent (base plugin) method

finalize_s2_safe_product(product_path)

Add missing dirs to downloaded product

generate_record_hash(product)

Generate the record hash of the given product.

get_authenticated_objects(bucket_name, ...)

Get boto3 authenticated objects for the given bucket using the most adapted auth strategy.

get_chunk_dest_path(product, chunk[, ...])

Get chunk SAFE destination path

get_product_bucket_name_and_prefix(product)

Extract bucket name and prefix from product URL

get_rio_env(bucket_name, prefix, auth_dict)

Get rasterio environment variables needed for data access authentication.

Attributes

plugins