|
718 | 718 | " * `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
|
719 | 719 | " * `maskfill-harmony` to fill any pixels in the rectangular array segment.\n",
|
720 | 720 | "\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" |
722 | 722 | ]
|
723 | 723 | },
|
| 724 | + { |
| 725 | + "cell_type": "code", |
| 726 | + "execution_count": null, |
| 727 | + "id": "eb679f35", |
| 728 | + "metadata": {}, |
| 729 | + "outputs": [], |
| 730 | + "source": [] |
| 731 | + }, |
724 | 732 | {
|
725 | 733 | "cell_type": "code",
|
726 | 734 | "execution_count": null,
|
|
758 | 766 | "outputs": [],
|
759 | 767 | "source": [
|
760 | 768 | "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", |
762 | 770 | " hoss_bbox_spatial_bbox = BBox(w=-70, s=60, e=-10, n=85)\n",
|
763 | 771 | " hoss_bbox_spatial_request = Request(\n",
|
764 | 772 | " collection=hoss_bbox_spatial_info['collection'],\n",
|
|
781 | 789 | "\n",
|
782 | 790 | " compare_results_to_reference_file(\n",
|
783 | 791 | " 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", |
785 | 793 | " '/',\n",
|
786 | 794 | " )\n",
|
787 | 795 | "\n",
|
788 |
| - " print_success('HOSS bounding box spatial request.')\n", |
| 796 | + " print_success('HOSS bounding box 3d no dimensions nominal order request.')\n", |
789 | 797 | "else:\n",
|
790 | 798 | " print(f'Skipping - HOSS is not configured for this test in {harmony_environment}.')"
|
791 | 799 | ]
|
|
795 | 803 | "id": "f25e7fb2",
|
796 | 804 | "metadata": {},
|
797 | 805 | "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", |
799 | 807 | "\n",
|
800 | 808 | "A polygon spatial subset for 3D variables:\n",
|
801 | 809 | " 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 | 812 | "* `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
|
805 | 813 | "* `sds/maskfill-harmony` to fill any pixels in the rectangular array segment, but outside the GeoJSON shape.\n",
|
806 | 814 | "\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" |
808 | 816 | ]
|
809 | 817 | },
|
810 | 818 | {
|
|
847 | 855 | "outputs": [],
|
848 | 856 | "source": [
|
849 | 857 | "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", |
851 | 861 | " hoss_shape_file_polygon_spatial_3d_request = Request(\n",
|
852 | 862 | " collection=hoss_shape_file_polygon_spatial_3d_info['collection'],\n",
|
853 | 863 | " granule_id=hoss_shape_file_polygon_spatial_3d_info['granule_id'],\n",
|
|
866 | 876 | "\n",
|
867 | 877 | " assert exists(\n",
|
868 | 878 | " 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", |
870 | 880 | "\n",
|
871 | 881 | " compare_results_to_reference_file(\n",
|
872 | 882 | " 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", |
874 | 884 | " '/',\n",
|
875 | 885 | " )\n",
|
876 | 886 | "\n",
|
|
886 | 896 | "source": [
|
887 | 897 | "### HOSS polygon spatial subset: <a id=\"spatial-subset\"></a>\n",
|
888 | 898 | "\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", |
890 | 900 | "\n",
|
891 | 901 | "* `query-cmr` to filter granules to those with matching spatial coverage.\n",
|
892 | 902 | "* `harmony-opendap-subsetter` to perform HOSS operations and extract a rectangular portion of the longitude latitude grid. This will match the bounding box.\n",
|
893 | 903 | "* `sds/maskfill-harmony` to fill any pixels in the rectangular array segment, but outside the GeoJSON shape.\n",
|
894 | 904 | "\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" |
896 | 906 | ]
|
897 | 907 | },
|
| 908 | + { |
| 909 | + "cell_type": "code", |
| 910 | + "execution_count": null, |
| 911 | + "id": "f583140e", |
| 912 | + "metadata": {}, |
| 913 | + "outputs": [], |
| 914 | + "source": [] |
| 915 | + }, |
898 | 916 | {
|
899 | 917 | "cell_type": "code",
|
900 | 918 | "execution_count": null,
|
|
935 | 953 | "outputs": [],
|
936 | 954 | "source": [
|
937 | 955 | "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", |
939 | 957 | " hoss_shape_file_polygon_spatial_request = Request(\n",
|
940 | 958 | " collection=hoss_shape_file_polygon_spatial_info['collection'],\n",
|
941 | 959 | " granule_id=hoss_shape_file_polygon_spatial_info['granule_id'],\n",
|
|
960 | 978 | "\n",
|
961 | 979 | " compare_results_to_reference_file(\n",
|
962 | 980 | " 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", |
964 | 982 | " '/',\n",
|
965 | 983 | " )\n",
|
966 | 984 | "\n",
|
967 |
| - " print_success('HOSS polygon spatial subset request.')\n", |
| 985 | + " print_success('HOSS polygon 2d no dimensions spatial subset request.')\n", |
968 | 986 | "else:\n",
|
969 | 987 | " print(f'Skipping - HOSS is not configured for this test in {harmony_environment}.')"
|
970 | 988 | ]
|
|
1005 | 1023 | "name": "python",
|
1006 | 1024 | "nbconvert_exporter": "python",
|
1007 | 1025 | "pygments_lexer": "ipython3",
|
1008 |
| - "version": "3.10.16" |
| 1026 | + "version": "3.12.9" |
1009 | 1027 | },
|
1010 | 1028 | "name": "SDS_Regression.ipynb"
|
1011 | 1029 | },
|
|
0 commit comments