Thomas Lutz a écrit :
> I am trying to build an image pyramid out of an geo tiff with
> 
> org.geotools.utils.imagepyramid.PyramidBuilder -s 
> D:\shared\LondonMaps\london_2.tif -t 1024,1024 -f 2 -n 4 -w
> 
> I've downloaded geotools 2.5-M2, added all the libs in there to my 
> classpath and started... it creates lots of tiffs in a /pyramid/0 
> directory, but when trying to index the mosaic, it crashes with:

Are you interrested only in the files, or do you need the indexed shapefile as 
well? If you do not need the indexed shapefile, an alternative is to use 
modules/unsupported/coverageio module, which has the capability to generate 
mosaics as well.

I have not yet done a main program to be launch from the command line 
(basically 
because I have not investigated what should be the command options - I guess it 
should be the same than GDAL or PyramidBuilder). However I can give you a small 
main class that you can use for invoking the proper classes. Do you still have 
a 
need for that?

        Martin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to