geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
89 stars 38 forks source link

ZonalStats internal envelope computation fix #272

Closed dromagnoli closed 4 years ago

dromagnoli commented 4 years ago

ZonalStats does an internal computation to associate a query envelope to a provided ROI. This will used for containment checks afterwards. The computation should use floor and ceil on Rectangle2D double bounds since the current approach based on int Rectangle bounds is inaccurate and it results into not including some results when dealing with tiny geometries.