Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,373 changes: 1,177 additions & 196 deletions notebooks/development/Intertidal_CLI.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions notebooks/development/Intertidal_elevation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
}
],
"source": [
"cd .."
"cd ../.."
]
},
{
"cell_type": "markdown",
"id": "c586a481-013f-4884-8e53-f3ddb9c438d7",
"metadata": {},
"source": [
"Install additional packages directly from the requirements file"
"Install the latest version of `dea-intertidal`:"
]
},
{
Expand All @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"pip install -r dev-requirements.in --quiet"
"%pip install -e ."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"click>=8.1.7",
"cmocean>=4.0.0",
"dea-tools>=0.4.7",
"eo-tides>=0.10.0",
"eo-tides>=0.10.2",
"folium>=0.16.0",
"geopandas>=0.14.4",
"matplotlib>=3.9.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Integration tests

This directory contains tests that are run to verify that DEA Intertidal code runs correctly. The ``test_intertidal.py`` file runs a small-scale full workflow analysis over an intertidal flat in the Gulf of Carpentaria using the DEA Intertidal [Command Line Interface (CLI) tools](../notebooks/Intertidal_CLI.ipynb), and compares these results against a LiDAR validation DEM to produce some simple accuracy metrics.

The latest integration test completed at **2025-10-20 15:59**. Compared to the previous run, it had an:
The latest integration test completed at **2025-12-18 15:18**. Compared to the previous run, it had an:
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
- Bias of **0.12 m ( :heavy_minus_sign: no change)**
Expand Down
1 change: 1 addition & 0 deletions tests/validation.csv
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
2025-10-02 05:09:16.867642+00:00,0.975,0.145,0.122,0.95,0.116,1.121
2025-10-08 01:27:10.499178+00:00,0.975,0.145,0.122,0.95,0.116,1.121
2025-10-20 04:59:31.712795+00:00,0.975,0.145,0.122,0.95,0.116,1.121
2025-12-18 04:18:58.871907+00:00,0.975,0.145,0.122,0.95,0.116,1.121
Binary file modified tests/validation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 16 additions & 7 deletions uv.lock

Large diffs are not rendered by default.