Skip to content

Commit 6afcb9d

Browse files
robbibtGL-Scbur24VivienSilveyankurbhardwa
authored
Merge develop to stable as part of 0.4.10 release (#1489)
* collect_data_from_shp_more_robust * removed-unused-package * typo * fix * note-and-more-latlon-fix * more-generic-cases * typo * applied-changes-all-parts-funct * Add basemap functionality to `xr_animation` (#1483) * add basemap functionality to animations * rerun nb * use_dc-geo (#1485) * Fix interactive apps on unstable by using odc-geo (#1481) * Fix interactive apps on unstable by using odc-geo * Fix missing print * Add additiona interactive notebooks to PR test ignore list * rm datacube.Geometry in wetlands.py --------- Co-authored-by: cbur24 <c.a.burton123@gmail.com> * Updates to plot_wo (#1486) * binary-dea-wo-plot * mask-noncontiguous-plot_wo * remove-dependecy-datacube * Fix stac downloading notebook (#1488) * Update2026 05 08 (#1487) * Update USAGE.rst Updated with dot points, course usage, and formatting for AGPS * Update to remove ANU course * Viv8May26 * Update dea-tools PyPI publish workflow to release-only (#1490) --------- Co-authored-by: GL-S <gianluca.scortechini@ga.gov.au> Co-authored-by: Gianluca S. <34927264+GL-S@users.noreply.github.com> Co-authored-by: Chad Burton <26324916+cbur24@users.noreply.github.com> Co-authored-by: cbur24 <c.a.burton123@gmail.com> Co-authored-by: VivienSilvey <vivien.silvey@ga.gov.au> Co-authored-by: ankurbhardwa <ankur.bhardwaj@ga.gov.au>
1 parent 5c9d47c commit 6afcb9d

17 files changed

Lines changed: 5977 additions & 5033 deletions

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Publish dea-tools to PyPI
22

33
on:
4-
push:
5-
branches: [develop, uv_publish]
6-
paths:
7-
- 'pyproject.toml'
8-
- 'README_tools.md'
9-
- 'Tools/**'
10-
- '.github/workflows/publish.yml'
114
release:
125
types: [published]
136
workflow_dispatch:

.github/workflows/test_notebooks_pullrequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
How_to_guides/Imagery_on_web_map.ipynb
3939
How_to_guides/External_data_ERA5_Climate.ipynb
4040
How_to_guides/COG_mosaics.ipynb
41+
Interactive_apps/Change_filmstrips.ipynb
42+
Interactive_apps/Exporting_satellite_images.ipynb
43+
Interactive_apps/Generating_satellite_animations.ipynb
4144
- name: Print changed notebook files
4245
if: steps.changed-notebooks.outputs.any_changed == 'true'
4346
run: |

DEA_products/DEA_Water_Observations.ipynb

Lines changed: 157 additions & 75 deletions
Large diffs are not rendered by default.

How_to_guides/Animated_timeseries.ipynb

Lines changed: 2469 additions & 2407 deletions
Large diffs are not rendered by default.

How_to_guides/Downloading_data_with_STAC.ipynb

Lines changed: 322 additions & 138 deletions
Large diffs are not rendered by default.

Interactive_apps/Change_filmstrips.ipynb

Lines changed: 458 additions & 203 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)