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
200 stars 70 forks source link

Cko/plot_time_series #293

Closed chandra2ga closed 4 years ago

chandra2ga commented 4 years ago

This is an updated version of plot_time_series script. The modification applied in this PR are as follows :

1) PyRate linear fit results included in the time-series 2) Different color plots for PyRate linear and model fits 3) Applied changes to the datetime ordinal values on x-axis of time-slider 4) Resolved issue of displaying cumulative displacement for different steps.

codecov-commenter commented 4 years ago

Codecov Report

Merging #293 into develop will decrease coverage by 0.27%. The diff coverage is 27.77%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #293      +/-   ##
===========================================
- Coverage    84.77%   84.50%   -0.28%     
===========================================
  Files           26       26              
  Lines         3396     3413      +17     
  Branches       527      534       +7     
===========================================
+ Hits          2879     2884       +5     
- Misses         417      429      +12     
  Partials       100      100              
Impacted Files Coverage Δ
pyrate/merge.py 15.38% <0.00%> (-1.18%) :arrow_down:
pyrate/core/ifgconstants.py 100.00% <100.00%> (ø)

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 dc03e41...6d71880. Read the comment docs.