Ciao Robert, here is the options you have in front of you IMHO: - ImageMosaic - You can do a bit of preprocessing and then use the ImageMosaic to handle the result automagically. Here is what I usually do:
- merge the initial files into larger chunks (up to 1/2 gb each) - add proper tiling and overviews to them - point the imagemosaic to the directory so that it can import them and build an index You can do the merge as well as the proper tiling and overviews with the gdal tools - ImagePyramid or ImageMosaicJDBC- You can use gdal_retile to build the pyramid out of the original tiles and then serve it with one of the two. Generally speaking, when the data size is the one we are talking about, I usually use approach 1 since in the end I have less files to manage. Approach 2 is used when we have much more data, but it is applicable anyway. Regards, Simone Giannecchini ------------------------------------------------------- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/simonegiannecchini http://twitter.com/simogeo ------------------------------------------------------- On Wed, Apr 20, 2011 at 8:18 AM, Robert Buckley <robertdbuck...@yahoo.com> wrote: > Hi, > > There are many threads which explain how to create an imagemosaic or > pyramid, but not so many regarding the preparation of the raw data. > > I have ~1300 orthophotos which have been bought for desktop use in ArcGIS. > > Resolution (X,Y) = 0,4m, 0,4m > columngs/rows = 5003 x 5003 > total Area = 2km x 2km (4km²) > Format = TIFF > Size = ~70mb > > total size of region: 5000km² > > I have been asked if I can serve these with geoserver. The alternative seems > to be the purchase of ArcServer which is a cop-out in my view! > > My first problem is the preparation. > > 1. Transform all photos into wgs84 > 2. Convert to geoTIFFs > > and now i´m a bit lost! what are my choices to take this further? > 1. Do I have to convert 1300 photos using the gdal_retile and upload them > into geoserver? > I can´t image having to upload 1300 pyramid stores into geoserver! > > Any help would be great. > > Thanks, > > Robert > > > > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > Geoserver-users mailing list > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users