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
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
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
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