Re: [Geotools-devel] GeoTiffWriter always int32 instead of float64

2009-06-07 Thread Alexander Weidauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simone, now everything is fine with the type thank you. PROJCS["ETRS89 / ETRS-LAEA", GEOGCS["ETRS89", DATUM["European_Terrestrial_Reference_System_1989", SPHEROID["GRS 1980",6378137,298.2572221010002, AUTHOR

Re: [Geotools-devel] GeoTiffWriter always int32 instead of float64

2009-06-07 Thread Alexander Weidauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simone Giannecchini schrieb: > Ciao Alexander, > exactly which version of geotools are you using? > Recently we have introduce a dependency in geotiff from imageio-ext > tiff where we fixed a few bugs from imageio. One of this was exactly > the one you

Re: [Geotools-devel] GeoTiffWriter always int32 instead of float64

2009-06-07 Thread Simone Giannecchini
Ciao Alexander, exactly which version of geotools are you using? Recently we have introduce a dependency in geotiff from imageio-ext tiff where we fixed a few bugs from imageio. One of this was exactly the one you mention, regardless of whether you passed over a float or double tiff imageio was lwa

[Geotools-devel] GeoTiffWriter always int32 instead of float64

2009-06-07 Thread Alexander Weidauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear List, I've a strange problem. I use to work with Geotools 2.5 and try to store results form a triangulation patch in a GeoTiff. The patch operates on a double matrix. But when I build the GeoTiff, I get an int32 context. Are there mistakes in my