Open-EO / openeo-processes-dask

Python implementations of many OpenEO processes, dask-friendly by default.
Apache License 2.0
19 stars 14 forks source link

Bug in mask polygon #220

Closed SerRichard closed 7 months ago

SerRichard commented 7 months ago

Culprit line in mask polygon is indexing the y_dim and x_dim values, they're strings so this will fail if you the dimensions are named latitude or longitude. :smile:

ValentinaHutter commented 7 months ago

lgtm!

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ca3226a) 81.08% compared to head (e16602a) 81.08%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ======================================= Coverage 81.08% 81.08% ======================================= Files 29 29 Lines 1565 1565 ======================================= Hits 1269 1269 Misses 296 296 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.