GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
201 stars 71 forks source link

Sb/file types handling #270

Closed basaks closed 4 years ago

basaks commented 4 years ago
  1. Conv2tif outputs files with the following file extensions.
    
    IFG = '_ifg'
    COH = '_coh'
    DEM = '_dem'
2. Added new metadata type for the coherence files - both conv2tif output and prepifg output.
New metadata

conv2tif output: ORIGINAL_COH

Prepifg output: MULTILOOKED_COH


3. Manual refx/y error fixed
4. A lot of unused config.py functions removed, corresponding tests removed. Required functions updated.
codecov-commenter commented 4 years ago

Codecov Report

Merging #270 into develop will increase coverage by 2.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #270      +/-   ##
===========================================
+ Coverage    90.72%   92.78%   +2.05%     
===========================================
  Files           25       25              
  Lines         3386     3089     -297     
  Branches       567      494      -73     
===========================================
- Hits          3072     2866     -206     
+ Misses         206      138      -68     
+ Partials       108       85      -23     
Impacted Files Coverage Δ
pyrate/core/orbital.py 95.70% <ø> (ø)
pyrate/core/prepifg_helper.py 95.13% <ø> (ø)
pyrate/default_parameters.py 100.00% <ø> (ø)
pyrate/configuration.py 100.00% <100.00%> (ø)
pyrate/conv2tif.py 100.00% <100.00%> (ø)
pyrate/core/config.py 93.44% <100.00%> (+12.82%) :arrow_up:
pyrate/core/gdal_python.py 85.14% <100.00%> (+0.17%) :arrow_up:
pyrate/core/ifgconstants.py 100.00% <100.00%> (ø)
pyrate/core/ref_phs_est.py 95.60% <100.00%> (ø)
pyrate/core/roipac.py 91.52% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 01cdeba...6c40014. Read the comment docs.

mcgarth commented 4 years ago

Approved