Dear Terry, if you geotiff files are compatbile, which means that: - they have the same number of bands, with the same number of bits for each - the resolutions levels are compatible (this requirement will be soon removed) - the crs is the same
you can create an ImageMosaic out of them simply pointing the plugin to the data directory that contains them, much like as you wished to do. I would try this guide (warning we are going to update it soon): http://docs.geoserver.org/trunk/en/user/tutorials/image_mosaic_plugin/imagemosaic.html Simone. ------------------------------------------------------- === Notice that our office phone number has recently changed! Please, update your records! === Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/simonegiannecchini http://twitter.com/simogeo ------------------------------------------------------- On Fri, Nov 5, 2010 at 4:23 AM, Curran, Terry <[email protected]> wrote: > I have been creating one-band geotiffs from elevation grids created in a GIS > using gdal_translate 1.7.2. I wanted to create a single store to hold all > the former grids (now geotiffs) so they were all in one place. However, > geoserver 2.1 beta would not recognize the geotiffs in the store being > created by simply pointing at the "data/grids" store (path NOT to the > filename.tif ) I was trying to create. I do this 'store creation approach' > for other layers like shape, and it works fine. > > If I do provide a full address to any geotiff in the store, and then it will > display in the store list and otherwise work normally. However, that > approach only creates one layer per store. > > -terry > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
