locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 362 forks source link

GeoTools 27.x upgrade #3470

Closed pomadchin closed 11 months ago

pomadchin commented 2 years ago

I noticed a regression while doing the https://github.com/locationtech/geotrellis/pull/3389 task, I was able to locate the version change that breaks geotools tests: https://github.com/geotools/geotools/compare/25.4...25.5

The reason is a TIFF with -inf nodata values. it requires more investigations. It could happen due to one of the underlying geotools libraries upgrade i.e. jai-ext; see the gitter thread: https://gitter.im/geotools/geotools?at=62c9fdcc76cd751a2fea9b49

pomadchin commented 1 year ago

^ this GeoTools bug is resolved via https://github.com/geotools/geotools/pull/3992; it also revealed the underlying library behavioral feature: https://github.com/geosolutions-it/imageio-ext/pull/279

pomadchin commented 1 year ago

Apparently, the fix that is in the main geotools branch just never got released.

jodygarnett commented 11 months ago

Please check if you can update to GeoTools 30.x series as outlined above :)

pomadchin commented 11 months ago

Supreseded via https://github.com/locationtech/geotrellis/issues/3515