-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SWOT collections failing temporal subsetting #189
Comments
References here: |
Test in Data Subscriber when ready. |
@davidcolemanjpl l2ss-py was updated in harmony in UAT only. Please try to test this in UAT only. You may need help from @jjmcnelis to setup the test case. Thanks! |
@jamesfwood I'l review, but will need more details regarding this validation: E.g., Version(s) under test (l2ss-py) -- |
@davidcolemanjpl Please test using the Data Subscriber. It's only deployed to UAT so far, so test in UAT. I think you can get a test plan from either @jjmcnelis or @skorper. This was an important fix for them. |
@davidcolemanjpl you can also test this using the harmony call directly: Something like this, but update the subset lon and lat and tweak the time a bit. |
@davidcolemanjpl here's another one that should work. Just tweak the times. Hopefully you can test this soon so we can do a release this week. Thanks! |
l2ss-py:2.6.0rc14; podaac-data-subscriber v1.15.0a3 @jamesfwood Are there example, valid harmony calls for exercising other SWOT sub-collections under test?: note: When attempting to execute a harmony call directly using the SWOT_L2_LR_SSH_EXPERT_1.0 collection (C1256122852-POCLOUD), the jobID hung at the running status See jobID: 6d36b26c-be0e-4423-840c-a005fa0dc903. - FAILED See jobID: 02e0e68f-bf23-4960-b0e0-4ce0687672da note2: The L2SS-Py functionality seems to work okay when sub-setting SWOT_L2_LR_SSH_EXPERT_1.0 collection nominally (via HiTIDE) : podaac-data-subscriber v1.15.0a3: - anomaly % podaac-data-downloader -c SWOT_L2_LR_SSH_BASIC_1.0 -d ./data --start-date 2023-04-17T18:00:00Z --end-date 2023-04-21T07:00:00Z --subset -b="-125.57812,34.84931,-124.73438,35.83342" (I'll keep investigating this) |
l2ss-py:2.6.0rc14; podaac-data-subscriber v1.15.0a3 See jobID: c3b76190-f155-4f5e-aa8a-bc2d5da6270e - FAILED "The job failed with 3 errors. See the errors field for more details" https://harmony.uat.earthdata.nasa.gov/jobs/c3b76190-f155-4f5e-aa8a-bc2d5da6270e podaac-data-subscriber v1.15.0a3: - anomaly: note: |
l2ss-py:2.6.0rc14; UAT SWOT_L2_LR_SSH_BASIC_1.0: SWOT_L2_LR_SSH_EXPERT_1.0: When using Harmony call directly, the subset failed for SWOT_L2_LR_SSH_EXPERT_1.0 (see Harmony jobID: 178ea40f-643a-4d78-8ea3-c8e8c49ac038) SWOT_L2_LR_SSH_UNSMOOTHED_1.0: SWOT_L2_LR_SSH_WINDWAVE_1.0: When using Harmony call Directly, the subset FAILED for SWOT_L2_LR_SSH_WINDWAVE_1.0 SWOT_L2_NALT_IGDR_SSHA_1.0: SWOT_L2_NALT_OGDR_SSHA_1.0: can also see related podaac-data-subscriber ticket: |
@davidcolemanjpl how do you run data subscriber with UAT sources? collection ids, using uat services, etc. |
Correct, utilized the respective Data Subscriber UAT Install Instructions |
@davidcolemanjpl We deployed a new l2ss-py to OPS. Can you please test this again in OPS? |
Harmony may be down right now, so please test when it's back running again. |
HITIDE UI OPS V4.16.1 Related SWOT L2 collections currently displaying in HiTIDE UI (OPS): https://harmony.earthdata.nasa.gov/jobs/5945fd10-8785-4e56-9d7f-032beccc6623 (L2SS-py PASS via HiTIDE UI) SWOT_L2_NALT_OGDR_SSHA_1.0 -- (C2628593693-POCLOUD) -- PASSED note: the following SWOT L2 LR collections have not been implemented thus far in HiTIDE OPS UI and/or EARTHDATASEARCH:
SWOT_L2_LR_SSH_UNSMOOTHED_1.0 See related issue for SWOT collections: podaac/hitide#13 UPDATE: 10/18: See Harmony jobID : a98c7b20-8634-4b02-a867-f3bee4cc4c45 "The job has completed with errors. See the errors field for more details" https://harmony.earthdata.nasa.gov/jobs/a98c7b20-8634-4b02-a867-f3bee4cc4c45 |
The SWOT collections are failing temporal subsetting.
This simulated harmony request works, but the real collections fail.
Simulated (Working):
https://harmony.earthdata.nasa.gov/C2152044763-POCLOUD/ogc-api-coverages/1.0.0/collections/ssh_karin%2Cssha_karin%2Cssh_karin_2%2Cssha_karin_2%2Ctime%2Ctime_tai%2Clongitude%2Clatitude/coverage/rangeset?subset=lon(-125.57812%3A-124.73438)&subset=lat(34.84931%3A35.83342)&subset=time(%222012-01-01T00%3A00%3A00Z%22%3A%222012-03-31T23%3A59%3A59Z%22)&format=application%2Fnetcdf
Make all the real collections work also:
SWOT_L2_LR_SSH_BASIC_1.0
SWOT_L2_LR_SSH_EXPERT_1.0
SWOT_L2_LR_SSH_UNSMOOTHED_1.0
SWOT_L2_LR_SSH_WINDWAVE_1.0
SWOT_L2_NALT_IGDR_SSHA_1.0
SWOT_L2_NALT_OGDR_SSHA_1.0
The text was updated successfully, but these errors were encountered: