FRESH DATA POOL (EODATA)
The Destination Earth Data Lake - Fresh Data Pool stores a subset of frequently accessed data covering the following types of data:
Earth Observation Data (EODATA)
Socio-Economic Data / Other Data
The Fresh Data Pool (EODATA) object storage data is accessible using an S3 Compatible API. The endpoint address to work with this data is:
https://eodata.data.destination-earth.eu
To facilitate the manipulation of data, a number of tools such as s3cmd, boto3 (Python Library), and AWS CLI can be used.
As explained in the articles below, you will need access to My DataLake Services, to gain credentials for Fresh Data Pool (EODATA).
- Using s3cmd to obtain Fresh Data Pool (EODATA) on Destination Earth
- Fresh Data Pool (EODATA) Storage Endpoint
- Prerequisites
- Configuring s3cmd for Fresh Data Pool (EODATA) acess
- Browsing Fresh Data Pool (EODATA) with s3cmd
- Listing Files with s3cmd ls
- Listing the root directory
- Path format guidelines
- Optional: Filtering Output in Bash
- Downloading PNG files from Fresh Data Pool (EODATA) repository
- Downloading .EOF Files from Fresh Data Pool (EODATA) Repository
- Downloading .TIFF Files from Fresh Data Pool (EODATA) Repository
- Downloading .SAFE files from Fresh Data Pool (EODATA) repository
- What To Do Next
- Using boto3 to access Fresh Data Pool (EODATA) on Destination Earth
- Fresh Data Pool (EODATA) Storage endpoint
- Prerequisites
- How to create executable Python files for this article
- Browsing the Fresh Data Pool (EODATA)
- Listing the downloaded data by Prefix
- PNG files from a Fresh Data Pool (EODATA) repository
- EOF files from a Fresh Data Pool (EODATA) repository
- .TIFF files in Fresh Data Pool (EODATA) repositories
- .SAFE objects in Fresh Data Pool (EODATA) repository
- What To Do Next
- Using AWS CLI to access Fresh Data Pool (EODATA) on Destination Earth
- Fresh Data Pool (EODATA) Storage endpoint
- Prerequisites
- Exploring Fresh Data Pool (EODATA) with aws s3 ls
- Listing the root directory
- Path format guidelines
- Optional: Filtering output in Bash
- PNG files from a Fresh Data Pool (EODATA) repository
- EOF files from an Fresh Data Pool (EODATA) repository
- .TIFF files in Fresh Data Pool (EODATA) repositories
- .SAFE objects in Fresh Data Pool (EODATA) repository
- What To Do Next