geosolutions-it / jai-ext

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

Check operations doing ROI.intersects (this may be expensive) #233

Closed dromagnoli closed 5 years ago

dromagnoli commented 5 years ago

see #231 .

Moreover, code involving "roiDisjointTile" can be updated by postponing the roiTile = roi.intersect call since it will be discarded when roiDisjointTile=true

dromagnoli commented 5 years ago

Fixed with PR https://github.com/geosolutions-it/jai-ext/pull/232