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 requirement for equal X and Y resolution in conv2tif #306

Closed mcgarth closed 3 years ago

mcgarth commented 3 years ago

This PR removes a long-held rule in conv2tif that the input rasters must have equal X and Y pixel resolutions.

This issue was identified by an external user who has unequal X/Y resolution images - see https://github.com/GeoscienceAustralia/PyRate/issues/305

In this PR I have removed:

codecov-io commented 3 years ago

Codecov Report

Merging #306 into master will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   83.22%   83.20%   -0.03%     
==========================================
  Files          26       26              
  Lines        3470     3465       -5     
  Branches      544      542       -2     
==========================================
- Hits         2888     2883       -5     
  Misses        486      486              
  Partials       96       96              
Impacted Files Coverage Δ
pyrate/core/shared.py 93.08% <ø> (-0.07%) :arrow_down:

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 eb4a444...61a7476. Read the comment docs.