demo/test: add SanFranBaySenD42 for GMTSAR#1229
Merged
yunjunz merged 3 commits intoinsarlab:mainfrom Jul 19, 2024
Merged
Conversation
+ docs: add SanFranBaySenD42 for GMTSAR - add docs/templates/SanFranBaySenD42.txt for GMTSAR - demo_dataset.md: add SanFranBaySenD42 for GMTSAR with figure (with DOI from zenodo) - use demo fig from github/insarlab/design-doc repo, instead of Yunjun's obsolete personal website, for better independency. + tests: add GMTSAR into the regular circle ci testing using example dataset from zenodo - add tests/configs/SanFranBaySenD42.txt - tests/smallbaselineApp.py: add SanFranBaySenD42 dataset with a false URL for place holder - add SanFranBaySenD42 to the regular Circle CI integration testing + load water mask for gmtsar, by adding: - objects.stackDict.geometryDict.write2hdf5(): convert NaN value to zero. - prep_gmtsar.prepare_geometry(): add all supported geometry data files, including water mask file - prep_gmtsar: add comments on input/output parameters for all functions. + utils.readfile._attribute_gmtsar2roipac: bugfix for ORBIT_DIRECTION
as gdal-3.9 could not read the geo-coordinate info properly from GMT *.grd files, which is generated by GMTSAR.
This was referenced Jul 22, 2024
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
This PR adds the example GMTSAR datasets for MintPy inputs, as prepared by @Xiaohua-Eric-Xu.
docs: add SanFranBaySenD42 for GMTSAR
tests: add GMTSAR into the regular circle ci testing using example dataset from zenodo
load water mask for gmtsar, by adding:
utils.readfile._attribute_gmtsar2roipac: bugfix for ORBIT_DIRECTION
Reminders