Ian,
I figured out the issue. It was the way the tiff file was created.
Thanks
Nils
On Fri, Jul 8, 2022 at 6:51 AM Nils Henriksen wrote:
> Ian,
> Thanks for the response. The code that fails is:
>
> GeoTiffReader reader = new GeoTiffReader(_geoTiffFile, new
> Hints(Hits.FORCE_LONGITUDE_FIRST_
Ian,
Thanks for the response. The code that fails is:
GeoTiffReader reader = new GeoTiffReader(_geoTiffFile, new
Hints(Hits.FORCE_LONGITUDE_FIRST_AXIS_ORDER, Boolean.TRUE));
Unfortunately I cannot provide the raster file it fails on as it is
protected.
I know that most likely hinders the invest
We would need to see some code and an example of the raster that is
generating the error to have any chance of saying what is wrong.
Ian
On Thu, 7 Jul 2022 at 21:06, Nils Henriksen wrote:
>
> I am trying to get past an error when creating a new GeoTiffReader object
>
> I get a IllegalArgumentExc