Skip to content
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

demo/test: add SanFranBaySenD42 for GMTSAR #1229

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Commits on Jul 18, 2024

  1. demo/test: add SanFranBaySenD42 for GMTSAR

    + 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
    yunjunz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a757f21 View commit details
    Browse the repository at this point in the history
  2. Update demo_dataset.md

    yunjunz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0e6cfaa View commit details
    Browse the repository at this point in the history
  3. pin gdal<3.9 for GMTSAR

    as gdal-3.9 could not read the geo-coordinate info properly from GMT *.grd files, which is generated by GMTSAR.
    yunjunz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2f2c7e1 View commit details
    Browse the repository at this point in the history