JosephDoun / msi2slstr

AI assisted data fusion software for Sentinel-2 MSI and Sentinel-3 SLSTR Level 1 and 2 products
https://josephdoun.github.io/msi2slstr/
MIT License
3 stars 0 forks source link

Raise error and exit if images don't overlap #104

Open JosephDoun opened 2 weeks ago

JosephDoun commented 2 weeks ago

Is your feature request related to a problem? Please describe. Running on non-overlapping images leads to meaningless results.

Describe the solution you'd like Instead, operation should exit early without output. A geometry overlap check should be implemented in the geometry package.