-
Notifications
You must be signed in to change notification settings - Fork 297
tropo_pyaps3: check ~/.cdsapirc file content
#1364
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
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
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
|
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.
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.
+ 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.
+ 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.
+ `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.
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: