Re: [JPP-Devel] SVN: [6518] core/trunk/src/org/openjump/core/rasterimage

2020-09-22 Thread edgar . soldin
On 22.09.2020 18:20, Giuseppe Aruta wrote: > Hi Ede, > The changes I did: > a) remove the reading of overviews as you suggested why didn't you disable/comment the whole method? > b) removed the usage of commons imaging to compute some metadata > the reason is that those metadata are already comp

Re: [JPP-Devel] SVN: [6518] core/trunk/src/org/openjump/core/rasterimage

2020-09-22 Thread edgar . soldin
hey Peppe, ajaics this still leaves private static ImageAndMetadata readImage(File tiffFile, int overviewIndex, int indexStart, Point originalSize, Resolution originalCellSize, Envelope wholeImageEnvelope, Envelope viewportEnvelope, double noDataValue, Stats stats) throws IOExcept

Re: [JPP-Devel] SVN: [6518] core/trunk/src/org/openjump/core/rasterimage

2020-09-22 Thread Giuseppe Aruta
Removing common imaging also "prodigiously" solved the problem on AsterDem dimension that Michael described in a previous post Il giorno mar 22 set 2020 alle ore 18:20 Giuseppe Aruta < giuseppe.ar...@gmail.com> ha scritto: > Hi Ede, > The changes I did: > a) remove the reading of overviews as you

Re: [JPP-Devel] SVN: [6518] core/trunk/src/org/openjump/core/rasterimage

2020-09-22 Thread Giuseppe Aruta
Hi Ede, The changes I did: a) remove the reading of overviews as you suggested b) removed the usage of commons imaging to compute some metadata the reason is that those metadata are already computed by method GeoReferencedRaster getGeoReferencedRaster(File tiffFile), except NoData, I also removed