Skip to content

Commit 97102ec

Browse files
authored
DAS-2330 - Updated HOSS tests for maskfill dimension order changes (#155)
* DAS-2330 - update SMAP L3 reference files and some comments * DAS-2300 - update reference file for SPL3SMP shapefile subset for bug fixed in DAS-2320 * DAS-2330 - updated CHANGELOG message * DAS-2330 - updated CHANGELOG message
1 parent 55451a2 commit 97102ec

6 files changed

+39
-16
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ versioning. Rather than a static releases, this repository contains of a number
55
of regression tests that are each semi-independent. This CHANGELOG file should be used
66
to document pull requests to this repository.
77

8+
9+
### 2025-03-20 ([#155](https://github.com/nasa/harmony-regression-tests/pull/155))
10+
11+
- Updated and renamed reference files in HOSS test cases to reflect SMAP L3 maskfill spatial subsetting changes.
12+
813
### 2025-03-19 ([#151](https://github.com/nasa/harmony-regression-tests/pull/151))
914

1015
- Upgrade regridder regression tests. Upgrade python libraies. Use shared utilities.

test/hoss/HOSS_Regression.ipynb

+33-15
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,17 @@
718718
" * `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
719719
" * `maskfill-harmony` to fill any pixels in the rectangular array segment.\n",
720720
"\n",
721-
"TODO: Add Environment.PROD once NSIC updates SPL3FTP_E in the production environment.\n"
721+
"TODO: Add Environment.PROD once NSIDC updates SPL3FTP_E in the production environment.\n"
722722
]
723723
},
724+
{
725+
"cell_type": "code",
726+
"execution_count": null,
727+
"id": "eb679f35",
728+
"metadata": {},
729+
"outputs": [],
730+
"source": []
731+
},
724732
{
725733
"cell_type": "code",
726734
"execution_count": null,
@@ -758,7 +766,7 @@
758766
"outputs": [],
759767
"source": [
760768
"if test_is_configured(hoss_bbox_spatial_info, 'collection'):\n",
761-
" hoss_bbox_spatial_file_name = 'hoss_bbox_spatial.nc4'\n",
769+
" hoss_bbox_spatial_file_name = 'hoss_bbox_3d_no_dimensions_zyx_order.nc4'\n",
762770
" hoss_bbox_spatial_bbox = BBox(w=-70, s=60, e=-10, n=85)\n",
763771
" hoss_bbox_spatial_request = Request(\n",
764772
" collection=hoss_bbox_spatial_info['collection'],\n",
@@ -781,11 +789,11 @@
781789
"\n",
782790
" compare_results_to_reference_file(\n",
783791
" hoss_bbox_spatial_file_name,\n",
784-
" 'reference_files/hoss_bbox_spatial_reference.nc4',\n",
792+
" 'reference_files/hoss_bbox_3d_no_dimensions_zyx_order_reference.nc4',\n",
785793
" '/',\n",
786794
" )\n",
787795
"\n",
788-
" print_success('HOSS bounding box spatial request.')\n",
796+
" print_success('HOSS bounding box 3d no dimensions nominal order request.')\n",
789797
"else:\n",
790798
" print(f'Skipping - HOSS is not configured for this test in {harmony_environment}.')"
791799
]
@@ -795,7 +803,7 @@
795803
"id": "f25e7fb2",
796804
"metadata": {},
797805
"source": [
798-
"### HOSS polygon spatial subset for 3D variables: <a id=\"spatial-subset\"></a>\n",
806+
"### HOSS polygon spatial subset for 3D variables - not nominal order ('yxz' order): <a id=\"spatial-subset\"></a>\n",
799807
"\n",
800808
"A polygon spatial subset for 3D variables:\n",
801809
" This request for a polygon subset of 3D variables in a SPL3SMP granule will be fulfilled using three steps. This can be observed via https://harmony.uat.earthdata.nasa.gov/workflow-ui endpoint of Harmony.\n",
@@ -804,7 +812,7 @@
804812
"* `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
805813
"* `sds/maskfill-harmony` to fill any pixels in the rectangular array segment, but outside the GeoJSON shape.\n",
806814
"\n",
807-
"TODO: Add Environment.PROD once NSIC updates SPL3SMP in the production environment.\n"
815+
"TODO: Add Environment.PROD once NSIDC updates SPL3SMP in the production environment.\n"
808816
]
809817
},
810818
{
@@ -847,7 +855,9 @@
847855
"outputs": [],
848856
"source": [
849857
"if test_is_configured(hoss_shape_file_polygon_spatial_3d_info, 'collection'):\n",
850-
" hoss_shape_file_polygon_spatial_3d_file_name = 'hoss_shape_file_subset_3d.nc4'\n",
858+
" hoss_shape_file_polygon_spatial_3d_file_name = (\n",
859+
" 'hoss_shape_file_3d_no_dimensions_yxz_order.nc4'\n",
860+
" )\n",
851861
" hoss_shape_file_polygon_spatial_3d_request = Request(\n",
852862
" collection=hoss_shape_file_polygon_spatial_3d_info['collection'],\n",
853863
" granule_id=hoss_shape_file_polygon_spatial_3d_info['granule_id'],\n",
@@ -866,11 +876,11 @@
866876
"\n",
867877
" assert exists(\n",
868878
" hoss_shape_file_polygon_spatial_3d_file_name\n",
869-
" ), 'Unsuccessful HOSS polygon spatial subset for 3D variables request.'\n",
879+
" ), 'Unsuccessful HOSS polygon 3D variables no dimensions not nominal order request.'\n",
870880
"\n",
871881
" compare_results_to_reference_file(\n",
872882
" hoss_shape_file_polygon_spatial_3d_file_name,\n",
873-
" 'reference_files/hoss_shape_file_subset_3d_reference.nc4',\n",
883+
" 'reference_files/hoss_shape_file_3d_no_dimensions_yxz_order_reference.nc4',\n",
874884
" '/',\n",
875885
" )\n",
876886
"\n",
@@ -886,15 +896,23 @@
886896
"source": [
887897
"### HOSS polygon spatial subset: <a id=\"spatial-subset\"></a>\n",
888898
"\n",
889-
"This request will limit the spatial extent of the returned output. This request for a polygon subset in a SPL3SMP_E granule using three steps. This can be observed via https://harmony.uat.earthdata.nasa.gov/workflow-ui endpoint of Harmony.\n",
899+
"This request will limit the spatial extent of the returned output. This request for a polygon subset in a SPL3SMP_E granule using three steps. The SPL3SMP_E granule is an example of a 2D granule with global and polar variables without dimensions and CF attributes. The test does a spatial polygon subset of 2D global and polar variables. This can be observed via https://harmony.uat.earthdata.nasa.gov/workflow-ui endpoint of Harmony.\n",
890900
"\n",
891901
"* `query-cmr` to filter granules to those with matching spatial coverage.\n",
892902
"* `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
893903
"* `sds/maskfill-harmony` to fill any pixels in the rectangular array segment, but outside the GeoJSON shape.\n",
894904
"\n",
895-
"TODO: Add Environment.PROD once NSIC updates SPL3SMP_E in the production environment.\n"
905+
"TODO: Add Environment.PROD once NSIDC updates SPL3SMP_E in the production environment.\n"
896906
]
897907
},
908+
{
909+
"cell_type": "code",
910+
"execution_count": null,
911+
"id": "f583140e",
912+
"metadata": {},
913+
"outputs": [],
914+
"source": []
915+
},
898916
{
899917
"cell_type": "code",
900918
"execution_count": null,
@@ -935,7 +953,7 @@
935953
"outputs": [],
936954
"source": [
937955
"if test_is_configured(hoss_shape_file_polygon_spatial_info, 'collection'):\n",
938-
" hoss_shape_file_polygon_spatial_file_name = 'hoss_shape_file_subset.nc4'\n",
956+
" hoss_shape_file_polygon_spatial_file_name = 'hoss_shape_file_2d_no_dimensions.nc4'\n",
939957
" hoss_shape_file_polygon_spatial_request = Request(\n",
940958
" collection=hoss_shape_file_polygon_spatial_info['collection'],\n",
941959
" granule_id=hoss_shape_file_polygon_spatial_info['granule_id'],\n",
@@ -960,11 +978,11 @@
960978
"\n",
961979
" compare_results_to_reference_file(\n",
962980
" hoss_shape_file_polygon_spatial_file_name,\n",
963-
" 'reference_files/hoss_shape_file_subset_reference.nc4',\n",
981+
" 'reference_files/hoss_shape_file_2d_no_dimensions_reference.nc4',\n",
964982
" '/',\n",
965983
" )\n",
966984
"\n",
967-
" print_success('HOSS polygon spatial subset request.')\n",
985+
" print_success('HOSS polygon 2d no dimensions spatial subset request.')\n",
968986
"else:\n",
969987
" print(f'Skipping - HOSS is not configured for this test in {harmony_environment}.')"
970988
]
@@ -1005,7 +1023,7 @@
10051023
"name": "python",
10061024
"nbconvert_exporter": "python",
10071025
"pygments_lexer": "ipython3",
1008-
"version": "3.10.16"
1026+
"version": "3.12.9"
10091027
},
10101028
"name": "SDS_Regression.ipynb"
10111029
},

test/hoss/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.10
1+
0.1.11

0 commit comments

Comments
 (0)