S3 API FOR FRESH DATA POOL
You can use the S3 Compatible API to access EODATA (Earth Observation Data) from Destination Earth Fresh Data Pool. The default S3 endpoint address to work with EODATA on Destination Earth is
https://eodata.data.destination-earth.eu
s3cmd and AWS CLI use Command Line Interface while boto3 is a Python library. As explained in the articles below, you will need access to My DataLake Services, to gain credentials for S3 EODATA access.
- Using s3cmd to access Fresh Data Pool on Destination Earth
- EODATA Storage Endpoint
- Prerequisites
- Configuring s3cmd for EODATA acess
- Browsing EODATA with s3cmd
- Listing Files with s3cmd ls
- Listing the root directory
- Path format guidelines
- Optional: Filtering Output in Bash
- Downloading PNG files from EODATA repository
- Downloading .EOF Files from EODATA Repository
- Downloading .TIFF Files from EODATA Repository
- Downloading .SAFE files from EODATA repository
- What To Do Next
- Using boto3 to access Fresh Data Pool on Destination Earth
- EODATA Storage endpoint
- Prerequisites
- How to create executable Python files for this article
- Browsing EODATA
- Listing the downloaded data by Prefix
- PNG files from an EODATA repository
- EOF files from a EODATA repository
- .TIFF files in EODATA repositories
- .SAFE objects in EODATA repository
- What To Do Next
- Using AWS CLI to access Fresh Data Pool on Destination Earth
- EODATA Storage endpoint
- Prerequisites
- Exploring EODATA with aws s3 ls
- Listing the root directory
- Path format guidelines
- Optional: Filtering output in Bash
- PNG files from an EODATA repository
- EOF files from an EODATA repository
- .TIFF files in EODATA repositories
- .SAFE objects in EODATA repository
- What To Do Next