Amazon Web Services
DEA hosts data on the Simple Storage Service (S3) of Amazon Web Services (AWS) to facilitate direct data access. Most of the data that is stored on S3 is in the form of Cloud Optimised GeoTIFFs, which can be accessed directly without downloading the files. In addition to data, there are several services available, including an interactive code environment using Jupyter, a metadata explorer, and web services. This page provides technical documentation for using the DEA data and services on AWS.
In this guide
Data and services listing
Browse the public S3 bucket via the web.
DEA Explorer allows browsing geographic extent through time of every dataset we have available.
The DEA Explorer STAC endpoint provides an API for listing and searching DEA Datasets.
Open Geospatial Consortium Web Services are available through our Open Web Service and provide access to visualisations and data exports via WMS, WMTS and WCS.
Execute custom Python code within the DEA JupyterHub Sandbox (see DEA Sandbox for more details).
S3 details
Bucket |
Purpose |
---|---|
|
Stores all the public DEA Data (more than 1PB and 60M objects in August 2023) |
|
A public AWS S3 Inventory of DEA Public Data. Provides a faster and more efficient content listing than crawling the data bucket. |
Both S3 buckets are in the Sydney AWS region ap-southeast-2
. Programmatic access requires the environment variable AWS_NO_SIGN_REQUEST=Yes
.
Most of the data that is stored on S3 is Cloud Optimised GeoTIFFs, which can be accessed directly without downloading the files.
Key products that are available on S3 include the following:
DEA Product Name |
S3 Link |
Web View |
---|---|---|
SNS Notifications
We provide SNS notifications for newly produced DEA Datasets.
SNS Topic |
Description |
---|---|
|
This topic sends S3 Event Notifications
for every object that lands in the |
|
This is a notification that is triggered for each new DEA Surface Reflectance scene |
|
This is a notification for each DEA Fractional Cover scene produced |
|
This is a notification for each DEA Water Observations scene produced |
All the the scene level notifications include a STAC 1.0.0-beta.2 JSON document and have message attributes including the following:
Attribute |
Description |
---|---|
|
added or archived, whether the scene was created or deleted |
|
the Open Data Cube product name for the scene |
|
the datetime stamp for the scene, this is the capture time of the scene |
|
the maturity level of the dataset, either “nrt”, “interim” or “final” |
|
lower left longitude |
|
lower left latitude |
|
upper right longitude |
|
upper right latitude |
For Surface Reflectance products, the following additional attributes are included:
Attribute |
Description |
---|---|
|
percentage cloud cover, a number between 0 and 100 |
|
a measure of the scenes geometric accuracy in pixels |
Download data via S3
To learn how to download data from AWS S3, see the Frequently Asked Questions page.