-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 16.11.2010 09:51, schrieb Andrea Aime (JIRA): > Geotiff reader works against a file but not against a input stream > ------------------------------------------------------------------ > > Key: GEOT-3318 > URL: http://jira.codehaus.org/browse/GEOT-3318 > Project: GeoTools > Issue Type: Bug > Components: gc geotiff > Affects Versions: 2.7-M3 > Reporter: Andrea Aime > Assignee: Daniele Romagnoli > Fix For: 2.7-M4 > > > Discovered this issue making WPS tests in GeoServer where a process generates > a coverage in output. > The result of a WPS process is the servlet output as a byte array, which I > then read as a byte array input stream and pipe into the reader and.... boom > :-) > > I can make it work by writing to a file and read back and remember to delete > the file once done but its gets annoying pretty quickly ;-) > > I'm going to attach a stand alone main that you can use for tests > Hi
Maybe this helps: I remember this worked in 2.6.1 .. broke later in 2.6.x when Simone emailed me, that reading geotiff mosaics from jars ( jar://http://mmm.jar!/myfile.tif ) didn't work anymore. since then i am copying the files into /tmp (which is also faster than jar access) greetings, Steve - -- wiki² - Softwareentwicklung Stefan A. Tzeggai, geb. Krüger Straßburger Weg 26 53113 Bonn email [email protected] phone 0228 24 000 528 mobile 0176 40 38 9559 webpage wikisquare.de twitter http://twitter.com/geopublishing skype alfonx reclaim your net - http://tor.eff.org enforce privacy - http://www.pgpi.org pgp key id: 51B576FD - http://pgp.mit.edu Please note that according to the German law on data retention, information on every electronic information exchange with me is retained for a period of six months. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzjHZgACgkQdFDQR1G1dv2++wCfVTDqC5yn8K/KSWwE2WzIqF2J Z2YAn2wyRg0YVtyZFum2Fb4FhSUaoPKt =SYRH -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
