Open-EO/openeo-geotrellis-extensions
unit test for loading of 20m sentinel-2 bands
Open
#84 opened on Oct 7, 2022
good first issue
Repository metrics
- Stars
- (7 stars)
- PR merge metrics
- (PR metrics pending)
Description
We recenty had failing integrationtests that computed ndwi/ndii/msi based on 20m bands, sometimes in combination with 10m. This was caused by a small change in resampling, the new results were better than before. We can probably construct a unit test that replicates the integrationtest, giving us an early warning when something happens to the sampling. (This is a quite sensitive area, and harder to debug when exposed by integrationtest.)