Hi list, 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: attached message is: Now indexing file mosaic_0.tiff Native library load failed. java.lang.UnsatisfiedLinkError: no gdalconstjni in java.library.path Exception in thread "PyramidBuilder" java.lang.UnsatisfiedLinkError: org.gdal.gdalconst.gdalconstJNI.GDT_Unknown_get()I Ok, so I've to add some dll's to the to the java.library.path.. but, where do I get them ? I googled and searched the list, but could find anything but lots of instructions how to build the c++ with visual studio, then create jni wrappings etc.. Where can I download the missing pieces :-) ? Or is there a flag to disable the use of gdal ? Thanks a lot, Thomas Lutz ------------------------------------------------------------------------- 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
