diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d13b9..b790040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ versioning. Rather than a static releases, this repository contains of a number of regression tests that are each semi-independent. This CHANGELOG file should be used to document pull requests to this repository. +### 2025-03-04 ([#146](https://github.com/nasa/harmony-regression-tests/pull/146)) + +- Re-enables two ATL10 v006 tests in the nsidc-icesat2 regression notebook, as the Trajectory Subsetter now supports ATL10 v006. + ## 2025-03-03 ([#145](https://github.com/nasa/harmony-regression-tests/pull/145)) - Fixes mismatched service to regression links in config and test workflows. diff --git a/test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb b/test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb index 52943a6..b581e64 100644 --- a/test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb +++ b/test/nsidc-icesat2/NSIDC-ICESAT2_Regression.ipynb @@ -243,12 +243,11 @@ " 'granule_id': 'G2645102344-NSIDC_CPRD',\n", " 'spatial': BBox(-105.5, 40.0, -105.0, 40.25),\n", " },\n", - " # Blocked by DAS-2244: and PROD need UMM-S configuration\n", - " # 'ATL10': {\n", - " # 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n", - " # 'granule_id': 'G2738637140-NSIDC_CPRD',\n", - " # 'spatial': BBox(w=164, s=-76, e=172, n=-72)\n", - " # },\n", + " 'ATL10': {\n", + " 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n", + " 'granule_id': 'G2738637140-NSIDC_CPRD',\n", + " 'spatial': BBox(w=164, s=-76, e=172, n=-72),\n", + " },\n", " 'ATL12': {\n", " 'collection_concept_id': Collection(id='C2613553216-NSIDC_CPRD'),\n", " 'granule_id': 'G2952685768-NSIDC_CPRD',\n", @@ -297,12 +296,11 @@ " 'granule_id': 'G2666419430-NSIDC_CPRD',\n", " 'shape': 'ancillary/Tasmania_sliver.geojson',\n", " },\n", - " # Blocked by DAS-2244: and PROD need UMM-S configuration\n", - " # 'ATL10': {\n", - " # 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n", - " # 'granule_id': 'G2738637140-NSIDC_CPRD',\n", - " # 'shape': 'ancillary/Ross_Sea_positive_lon_only.geojson',\n", - " # },\n", + " 'ATL10': {\n", + " 'collection_concept_id': Collection(id='C2613553243-NSIDC_CPRD'),\n", + " 'granule_id': 'G2738637140-NSIDC_CPRD',\n", + " 'shape': 'ancillary/Ross_Sea_positive_lon_only.geojson',\n", + " },\n", " },\n", "}" ] diff --git a/test/nsidc-icesat2/version.txt b/test/nsidc-icesat2/version.txt index d169b2f..c5d54ec 100644 --- a/test/nsidc-icesat2/version.txt +++ b/test/nsidc-icesat2/version.txt @@ -1 +1 @@ -0.0.8 +0.0.9