-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge version 1.1.0 and version 1.1.1 from Das 2208 smap l3 feature branch to main branch #23
Open
sudha-murthy
wants to merge
4
commits into
main
Choose a base branch
from
DAS-2208-SMAP-L3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#16) * DAS-2232 -small functions added to support the main solution in the ticket * DAS-2232 - updated notebook version to 7.2.2 * DAS-2232 - Updates based on PR feedback * DAS-2232 - updates to unit tests basd on PR feedback * DAS-2232 - removed commented code * DAS-2232 - updated get_valid_indices method * DAS-2232 - updated get_valid_indices method and some unit tests based on PR feedback * DAS-2232 - updated get_variables_with_anonymous_dims * DAS-2232 - added unit tests for any_absent_dimension_variables funciton
…e the dimensions (#18) * DAS-2236 - added functions to get end to end test working * DAS-2232 - updated the get_valid_geo_grid_points function to get maximum distances * DAS-2236 - updated the method to get the points * DAS-2236 - Added missing unit tests * tests/unit/test_coordinate_utilities.py * DAS-2236 - refactoring and cleanup * DAS-2236 - updates based on PR feedback * DAS-2236 - comment update based on PR feedback * DAS-2236 - updates based on David's PR feedback * DAS-2236 - updates based on PR feedback * DAS-2236 - updated functions and tests based on PR feedback * DAS-2236 - renamed add_bounds_variables * DAS-2236 - updated unit tests * DAS-2236 - updates to unit tests * DAS-2236 - added unit tests for get_range_strings * DAS-2236 - added unit tests for get_prefetch_variables * DAS-2236 - renamed get_max_x_spread_pts * DAS-2236 - minor updates to unit tests * DAS-2236 - removed an exception that was not needed * DAS-2236 - added more unit tests for get_coordinate_variables * DAS-2236 - added exception when no prefetch variables are returned * DAS-2236 updated comments based on PR feedback
…#19) * DAS-2236 - added functions to get end to end test working * DAS-2232 - updated the get_valid_geo_grid_points function to get maximum distances * DAS-2236 - updated the method to get the points * DAS-2236 - Added missing unit tests * tests/unit/test_coordinate_utilities.py * DAS-2236 - refactoring and cleanup * DAS-2236 - updates based on PR feedback * DAS-2236 - comment update based on PR feedback * DAS-2236 - updates based on David's PR feedback * DAS-2236 - updates based on PR feedback * DAS-2236 - updated functions and tests based on PR feedback * DAS-2236 - renamed add_bounds_variables * DAS-2236 - updated unit tests * DAS-2236 - updates to unit tests * DAS-2236 - added unit tests for get_range_strings * DAS-2236 - added unit tests for get_prefetch_variables * DAS-2270 - dimension order check for 2D datasets in SMAP L3 * DAS-2270 - PR feedback updates and unit test updates * DAS-2270 - updated service version and changelog * DAS-2270 - updated changelog * DAS-2270 - added unit test for create_dimension_arrays_from_coordinates * DAS-2270 - hoss_config.json updated to include SPL3FTA in override for grid_mapping_name * DAS-2270 - added changes from DAS-2236 PR updates * hoss/coordinate_utilities.py * DAS-2270 - fixed some of the merge conflicts with feature branch * DAS-2270 - fixed some of the merge conflicts with feature branch * DAS-2270 - rebase with feature branch * DAS-2270 - added changes back on feature branch * DAS-2270 - resolved merge conflicts * DAS-2270 - fixed get_dimension_order function * DAS-2270 - removed recalculation of projected dims * DAS-2270 - updates based on PR feedback * DAS-2270 - some minor 3D updates * DAS-2270 - PR updates * DAS-2270 - reordered the functions based on PR feedback * DAS-2270 - added exception when the dimension order is not the nominal 'y,x' order
sudha-murthy
requested review from
flamingbear,
owenlittlejohns,
D-Auty and
joeyschultz
January 13, 2025 19:59
D-Auty
approved these changes
Jan 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for merge.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This merge would include changes from the feature branch to main
Fully working
Partially working
Not working
Jira Issue ID
DAS-2208
Local Test Steps
git clone hoss from the feature branch and build hoss
git clone mask fill - https://git.earthdata.nasa.gov/scm/sitc/maskfill.git
Run harmony in a box
This request should complete successfully as a quick end to end test
http://localhost:3000/C1268452378-EEDTEST/ogc-api-coverages/1.0.0/collections/parameter_vars/coverage/rangeset?forceAsync=true&granuleId=G1268452388-EEDTEST&subset=lat(70%3A80)&subset=lon(-160%3A-150)&variable=Soil_Moisture_Retrieval_Data_AM%2Fstatic_water_body_fraction&skipPreview=true
Harmony regression tests contain hoss regression tests that should succeed. They are under
https://github.com/nasa/harmony-regression-tests/tree/main/test/hoss
Detailed testing can be done with the jupyter notebooks for each product.
git clone jupyter notebooks from https://git.earthdata.nasa.gov/scm/sitc/das-collections-harmony-testing.git
for the following products SPL2SMAP_S, SPL3SMP, SPL3SMP_E, SPL3SMA, SPL3SMAP.
The tests should complete successfully.
PR Acceptance Checklist
CHANGELOG.md
updated to include high level summary of PR changes.docker/service_version.txt
updated if publishing a release.