[Geoserver-users] Mosaic Index Builder

Im trying to create a Mosaic of GeoTiff images. Following instructions from
http://docs.codehaus.org/display/GEOSDOC/Using+the+ImageMosaic+plugin

Ive managed to download and compile MosaicIndexBuilder into a jar using
Eclipse. However when i run any commands nothing happens. Is there any
more information on building it/running it.

Any help would be grateful.

Thankyou
--
View this message in context: http://www.nabble.com/Mosaic-Index-Builder-tf4948929.html#a14169509
Sent from the GeoServer - User mailing list archive at Nabble.com.

pjtmoore a écrit :

Im trying to create a Mosaic of GeoTiff images. Following instructions from
http://docs.codehaus.org/display/GEOSDOC/Using+the+ImageMosaic+plugin

Ive managed to download and compile MosaicIndexBuilder into a jar using
Eclipse. However when i run any commands nothing happens. Is there any
more information on building it/running it.

Hi pjtmoore,
in the web page you mentionned, there is all you need in fact.
You can add the following parameters when you run this class into your Eclipse :

-s <source_directory> -w *.tif -name mosaic

This will normally generate a shape file, called "mosaic.shp", using all the tif files you have in the specified directory.
This shape file is just a grid where the whole tiff images will be placed.

You can then try using the Mosaic plugin of Geoserver, giving this shape file (if I remember well).

Cheers,
Cédric B.

Any help would be grateful.

Thankyou