Very small thing:
If you are using eclipse, the following entry in the .classpath:
<classpathentry kind="var"
path="M2_REPO/org/geotools/gt2-ImageMosaic/2.3-SNAPSHOT/gt2-ImageMosaic-2.3-SNAPSHOT.jar"/>

should be changed to:
 <classpathentry kind="var"
path="M2_REPO/org/geotools/gt2-imagemosaic/2.3-SNAPSHOT/gt2-imagemosaic-2.3-SNAPSHOT.jar"/>

At least from today's SVN, the imagemosaic pom.xml in geotools builds
a jar that spells out "imagemosaic" in lower letter case. I think it
matters on Linux, which is case sensitive.

Alex

On 9/17/06, Simone Giannecchini <[EMAIL PROTECTED]> wrote:
> Hi guys, hi lists,
> I just committed a couple of tools for coverage preparation and
> processing to the GeoTools subversion repository under
> spike/coveragetools. They are command line tools, with command line
> parsing capabilities built with commons-cli package.
> These tools are:
> 1> mosaicindexbuilder tool which can be used to generate the shapefile
> index and the other appropriate files for the image mosaic plugin.
> 2>pyramidbuilder that can be used to build  a pyraimd starting from a
> mosaic (the pyramid plugin will be released next week).
> 3>Coveragetiler that can be used to tile a very large coverage into a
> mosaic of geotiffs (new formats will come soon).
>
> Just to let you know, this week me and Alex Petkov should start with
> writing some documentantion for the various coverage plugins,
> including the image mosaic one.
>
>
> Ciao,
>    Simone.
>
> On 9/17/06, Alexander Petkov <[EMAIL PROTECTED]> wrote:
> > Here is a relevant snippet from a previous post:
> >
> > > For example, the following command line will create an index shapefile
> > > for all of your geotiffs:
> > >
> > > gdaltindex -tileindex location test *.tif
> > >
> > > Here it creates a test.shp with a field named "location" (the exact
> > > name is needed by the Imagemosaic plugin I believe), for all images
> > > with .tif extension in the current directory.
> >
> >
> > "Levels" in the .properties file represents the cell size in the x and
> > y directions (in the units of your projection). Maybe a better name
> > for that parameter would be "CellSize" or something...  LevelsNum is
> > probably picking the appropriate "Levels" index, I am not too sure on
> > that one.
> >
> > Alex
> >
> > On 9/11/06, Alexey Leybman <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi Alexander
> > > How do you generate shp index file, using gdalindex?
> > > What means param LevelsNum in .properties file if Levels is x,y 
> > > resolutions?
> > >
> > >
> > > Alexander Petkov wrote:
> > > >
> > > > What is the error this time? The plugin is not (yet) generating the
> > > > properties file.
> > > >
> > > > Alex
> > > >
> > > > On 9/11/06, Luca Morandini <[EMAIL PROTECTED]> wrote:
> > > >> Alexander Petkov wrote:
> > > >> > I suspect that it mught be a missing .properties file for your
> > > >> > ImageMosaic coverage. Check the sample ImageMosaic coverage
> > > >> > (mosaic.properties file) for example:
> > > >>
> > > >> The properties file is missing indeed, but setting up one didn't work.
> > > >> Actually, I've put the following in a file named "tci250.properties"
> > > >> (tci250 being the name of the coveragestore):
> > > >>
> > > >> Name=tci250
> > > >> Levels=70000,48000
> > > >> LevelsNum=1
> > > >> Envelope2D=162000,4546000 459000,4755000
> > > >> NumFiles=14
> > > >>
> > > >> Moreover, shouldn't the plugin write it by itself ?
> > > >>
> > > >> Regards,
> > > >>
> > > >> --------------------
> > > >>     Luca Morandini
> > > >> www.lucamorandini.it
> > > >> --------------------
> > > >>
> > > >>
> > > >> -------------------------------------------------------------------------
> > > >> Using Tomcat but need to do more? Need to support web services, 
> > > >> security?
> > > >> Get stuff done quickly with pre-integrated technology to make your job
> > > >> easier
> > > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > >> Geronimo
> > > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > >> _______________________________________________
> > > >> Geoserver-users mailing list
> > > >> [EMAIL PROTECTED]
> > > >> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> > > >>
> > > >
> > > > -------------------------------------------------------------------------
> > > > Using Tomcat but need to do more? Need to support web services, 
> > > > security?
> > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> > > > Geronimo
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > _______________________________________________
> > > > Geoserver-users mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> > > >
> > > >
> > >
> > > --
> > > View this message in context: 
> > > http://www.nabble.com/ImageMosaic-plugin-update-tf2177970.html#a6259659
> > > Sent from the GeoServer - User forum at Nabble.com.
> > >
> > >
> > > -------------------------------------------------------------------------
> > > Using Tomcat but need to do more? Need to support web services, security?
> > > Get stuff done quickly with pre-integrated technology to make your job 
> > > easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > _______________________________________________
> > > Geoserver-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> > >
> >
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job 
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Geoserver-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> >
>
>
> --
> -------------------------------------------------------
> Eng. Simone Giannecchini
> President /CEO GeoSolutions
>
> http://www.geo-solutions.it
>
> -------------------------------------------------------
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to