Skip to content

Commit 9d3512a

Browse files
authored
Merge pull request #151 from GeoscienceAustralia/update_reqs
Update requirements to latest eo-tides, rerun workflow
2 parents 17a2cca + 93e7941 commit 9d3512a

8 files changed

Lines changed: 1192 additions & 211 deletions

File tree

notebooks/development/Intertidal_CLI.ipynb

Lines changed: 1177 additions & 196 deletions
Large diffs are not rendered by default.

notebooks/development/Intertidal_elevation.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
}
2929
],
3030
"source": [
31-
"cd .."
31+
"cd ../.."
3232
]
3333
},
3434
{
3535
"cell_type": "markdown",
3636
"id": "c586a481-013f-4884-8e53-f3ddb9c438d7",
3737
"metadata": {},
3838
"source": [
39-
"Install additional packages directly from the requirements file"
39+
"Install the latest version of `dea-intertidal`:"
4040
]
4141
},
4242
{
@@ -46,7 +46,7 @@
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
49-
"pip install -r dev-requirements.in --quiet"
49+
"%pip install -e ."
5050
]
5151
},
5252
{

notebooks/development/Intertidal_workflow.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"execution_count": 1,
1919
"id": "a2aa2ce7",
2020
"metadata": {
21+
"scrolled": true,
2122
"tags": []
2223
},
2324
"outputs": [
@@ -30,27 +31,25 @@
3031
}
3132
],
3233
"source": [
33-
"cd .."
34+
"cd ../.."
3435
]
3536
},
3637
{
3738
"cell_type": "markdown",
38-
"id": "600af6e2",
39+
"id": "ac8d2fdc-6605-49cb-9d86-f338ea21e9a1",
3940
"metadata": {},
4041
"source": [
41-
"Install additional packages directly from the requirements file"
42+
"Install the latest version of `dea-intertidal`:"
4243
]
4344
},
4445
{
4546
"cell_type": "code",
46-
"execution_count": 2,
47-
"id": "55beb087",
48-
"metadata": {
49-
"tags": []
50-
},
47+
"execution_count": null,
48+
"id": "3edf17f6-8106-41bf-825d-15ba47dd3d7b",
49+
"metadata": {},
5150
"outputs": [],
5251
"source": [
53-
"pip install -r requirements.in --quiet"
52+
"%pip install -e ."
5453
]
5554
},
5655
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"click>=8.1.7",
4242
"cmocean>=4.0.0",
4343
"dea-tools>=0.4.7",
44-
"eo-tides>=0.10.0",
44+
"eo-tides>=0.10.4",
4545
"folium>=0.16.0",
4646
"geopandas>=0.14.4",
4747
"matplotlib>=3.9.2",

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Integration tests
1010
1111
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.
1212

13-
The latest integration test completed at **2026-03-19 13:11**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2026-03-19 14:33**. Compared to the previous run, it had an:
1414
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
1515
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
1616
- Bias of **0.12 m ( :heavy_minus_sign: no change)**

tests/validation.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
141141
2026-03-16 05:32:48.068641+00:00,0.975,0.145,0.122,0.95,0.116,1.121
142142
2026-03-17 03:12:10.521642+00:00,0.975,0.145,0.122,0.95,0.116,1.121
143143
2026-03-19 02:11:55.124933+00:00,0.975,0.145,0.122,0.95,0.116,1.121
144+
2026-03-19 03:33:01.026986+00:00,0.975,0.145,0.122,0.95,0.116,1.121

tests/validation.jpg

-59 Bytes
Loading

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)