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

remove config.py and test for 6 and 8 digit filenames [ci skip] #318

Closed basaks closed 3 years ago

basaks commented 3 years ago
  1. remove config.py, associated tests and refactor required functions into configuration, shared, and constants into constants.
  2. tests for 6 and 8 digits filenames (in new test file test_constants.py)
  3. Mexico Crop A data now under test_coherence.
mwheeler commented 3 years ago

This was a mammoth PR (guessing it was mostly done via sed or some other search/replace, as that's what most of the edits where) - as a result I only reviewed the exact changes made (I didn't dig too much into related code).

No major issues found, just the two comments above.