DEA Intertidal combines satellite Earth observation data with advanced tide modelling to produce high-resolution maps of intertidal elevation, extents and exposure. These mapping datasets support applications from coastal hazard assessment to sediment dynamics, habitat mapping, and migratory species research.
In Australia, the package underpins the DEA Intertidal product suite, which provides continental-scale 10 m datasets of Australia's exposed intertidal zone from 2016 onwards.
Key functionality:
- 🛰️ Global applicability – integrate open satellite data with global tidal models
- ⛰️ Elevation modelling – pixel-based 3D intertidal elevation with quantified uncertainty
- ⏱️ Exposure analysis – spatio-temporal patterns of inundation and exposure
- 🗺️ Extents classification – categorical mapping of land, intertidal, inland waters, and ocean
- 🌊 Tidal metrics – per-pixel tidal ranges, offsets, and satellite sampling biases
You can install dea-intertidal
from PyPI with pip
(https://pypi.org/project/dea-intertidal/).
By default dea-intertidal
will be installed with minimal dependencies which excludes datacube
:
pip install dea-intertidal
To install with additional datacube
dependencies:
pip install dea-intertidal[datacube]
Functions can then be imported in Python:
from intertidal.elevation import elevation
We recommend running the Getting started with DEA Intertidal Jupyter Notebook for an example of how to run a simple DEA Intertidal analysis.
This notebook loads data from Microsoft Planetary Computer using using Spatio-Temporal Asset Catalogue (STAC) metadata, and is suitable for any coastal location globally.
The DEA Intertidal Github repository contains the following important sections:
intertidal
: The DEA Intertidal Python package, containing modules required for loading data, tide modelling, intertidal elevation, and exposure calculationsnotebooks
: Jupyter Notebooks providing workflows for generating key DEA Intertidal outputsdata
: Contains requiredraw
input data files and outputinterim
andprocessed
outputsmetadata
: Open Data Cube (ODC) metadata required for indexing DEA Intertidal into an ODC datacubetests
: Unit and integration tests, including automatically generated validation test results
For assistance with any of the Python code or Jupyter Notebooks in this repository, please post a Github issue. For questions or more information about DEA Intertidal, email [email protected].
Bishop-Taylor, R., Phillips, C., Newey, V., Sagar, S. (2024). Digital Earth Australia Intertidal. Geoscience Australia, Canberra. https://dx.doi.org/10.26186/149403
Bishop-Taylor, R., Sagar, S., Lymburner, L., Beaman, R.L., 2019. Between the tides: modelling the elevation of Australia's exposed intertidal zone at continental scale. Estuarine, Coastal and Shelf Science. https://doi.org/10.1016/j.ecss.2019.03.006