Ciao Marco, as mentioned in these slides: http://goo.gl/74XUPq
I would not go with ImagePyramid unless the data you are trying to serve is extremely big (like >> 30 GB). I would go back to using bigtiff with overviews otherwise. In any case, -ps 2048 2048 might be a bit too much for the single tiles. Regards, Simone Giannecchini == Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Wed, Mar 12, 2014 at 1:55 PM, Mauro Bartolomeoli <[email protected]> wrote: > Hi Marco, > > > 2014-03-12 12:46 GMT+01:00 marco casella <[email protected]>: > >> Hi, >> >> I'm trying to generate pyramidal levels, in order to solve this issue I'm >> using the following script: >> >> >> gdal_retile.py -v -r bilinear -levels 5 -pyramidOnly -ps 2048 2048 -co >> "COMPRESS=JPEG" -targetDir onlypyramid ortho.tif > > > Try to look here: > http://docs.geoserver.org/latest/en/user/tutorials/imagepyramid/imagepyramid.html > > From what I can see you are not specifying the -co "TILED=YES", try to add > it and see if it's better. Also, depending on the scale you are using to > show the pyramid on QGis you could try to add more levels. > > Mauro > > > > -- > == > Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK > for more information. > == > > Dott. Mauro Bartolomeoli > @mauro_bart > Senior Software Engineer > > GeoSolutions S.A.S. > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +39 0584 1660272 > > http://www.geo-solutions.it > http://twitter.com/geosolutions_it > > ------------------------------------------------------- > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
