tropo_pyaps3: check ~/.cdsapirc file content#1364
Merged
yunjunz merged 1 commit intoinsarlab:mainfrom Jun 4, 2025
Merged
Conversation
+ `tropo_pyaps3`: check ~/.cdsapirc file content for account setup - `check_pyaps_account_config()`: check the url address for CDS to ensure it's consistent with the latest CDS format - `dload_grib_files()`: printout the pyaps3 version, to facilitate the debugging. + other minor bug fixes and comment update - `subset`: bugfix for the print out msg of `geo_box` - `objects.stack.ifgramStack.get_sequential_closure_phase()`: grab processor info from PROCESSOR, if mintpy.load.processor does not exist - `tests.smallbaselineApp`: use HyP3 instead of ASF HyP3. - `.circleci/config.yml`: add link in the comment for miniforge
Contributor
Reviewer's GuideThis PR strengthens the PyAPS integration by validating the File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey @yunjunz - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
2 tasks
yunjunz
added a commit
to yunjunz/MintPy
that referenced
this pull request
Jun 10, 2025
+ tropo_pyaps3: fix a bug introduced by insarlab#1364 + prep_aria: remove the print out msg for a more informative print out msg, which was duplicated.
yunjunz
added a commit
to yunjunz/MintPy
that referenced
this pull request
Jun 10, 2025
+ objects.coord.coordinate._get_lookup_row_col(): if the given y/x_factor is too small, resulting in no overlap area, then iterate with larger y/x_factor values. This fixes the bug introduced in insarlab#1238, which reduced the default y/x_factor from 10 to 4. + tropo_pyaps3: fix a bug introduced by insarlab#1364 + prep_aria: remove the print out msg for a more informative print out msg, which was duplicated.
5 tasks
yunjunz
added a commit
that referenced
this pull request
Jun 10, 2025
+ `objects.coord.coordinate._get_lookup_row_col()`: if the given `y/x_factor` is too small, resulting in no overlap area, then iterate with larger `y/x_factor` values. This fixes the bug introduced in #1238, which reduced the default y/x_factor from 10 to 4. + `tropo_pyaps3`: fix a bug introduced by #1364, which did not specify the full path to the `~/.netrc` file. + `prep_aria`: remove the redundant print out msg for a nicer print out msg.
This file contains hidden or 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
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 of proposed changes
tropo_pyaps3: check ~/.cdsapirc file content for account setupcheck_pyaps_account_config(): check the url address for CDS to ensure it's consistent with the latest CDS formatdload_grib_files(): printout the pyaps3 version, to facilitate the debugging.other minor bug fixes and comment update
subset: bugfix for the print out msg ofgeo_boxobjects.stack.ifgramStack.get_sequential_closure_phase(): grab processor info from PROCESSOR, if mintpy.load.processor does not existtests.smallbaselineApp: use HyP3 instead of ASF HyP3..circleci/config.yml: add link in the comment for miniforgeReminders
Summary by Sourcery
Add content validation for ~/.cdsapirc in tropo_pyaps3, enhance download logging and fix minor bugs across subset, stack, tests, and CI configuration.
New Features:
Bug Fixes:
Enhancements: