Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: insarlab/MintPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DennyChee/MintPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. removed hardcoding for compression

    changed 'lzf' to iDict['compression']
    DennyChee authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    46a7727 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Merdele/Merdele-patch-1

    removed hardcoding for compression
    DennyChee authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    f0694fc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    2f3c133 View commit details
    Browse the repository at this point in the history
  2. add mintpy.load.compression = default option

    + `defaults/smallbaselineApp(_auto).cfg`: add `mintpy.load.compression = default`option for the default behavior (None/lzf for the stack/geometry files)
    
    + `cli/load_data.py`: remove the `--compression` option from the command line, to allow input from the template file ONLY, for simplicity.
    
    + `load_data.py`: translate `default` compression in the `main()`, so that the code will do other compressions as told.
    
    + `(cli/)prep_aria.py`: follow the same compression behavior as `load_data.py` above.
    yunjunz committed May 30, 2025
    Configuration menu
    Copy the full SHA
    9481e09 View commit details
    Browse the repository at this point in the history
Loading