Hi Devon,

Thanks for looking further into this.  I agree that adding the hint works for 
the bluemarble tif.  Unfortunately that trick is not working for my examples 
are EPSG:3395 (Mercator/WGS84).  I still get the same silent (as in blank) fail 
from those files.

Regards,
Neal

From: Devon Tucker [mailto:devonrtuc...@gmail.com]
Sent: Monday, October 26, 2015 5:26 PM
To: Neal Dillman <ndill...@allweatherinc.com>
Cc: geotools-gt2-users@lists.sourceforge.net; ijtur...@gmail.com; 
jody.garn...@gmail.com
Subject: Re: [Geotools-gt2-users] ImageLab and TIFF

Hi all,
I did some playing around with this. I'm able to get BlueMarble to render by 
either:
Giving the LONGITUDE_FIRST hint when creating the GeoTiff reader:

new GeoTiffReader(rasterFile, new Hints(Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER, 
Boolean.TRUE));
or using an EPSG:4326 .prj sidecar file along with it.
Not quite sure what the issue is otherwise.
------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to