Hi all

Is it possible to build an ImagePyramid with GeoTIFFs with overviews ?
Actually, we have one raster folder per zoom level, and they are served as an ImagePyramid (index is in PostGIS). But since our dataset is updated very often, the process of recreating the rasters is long. Disk usage is also suboptimal. We have tried building GeoTIFF with overviews so that one TIFF could serve 2 to 3 levels (its a maximum because the displayed content changes every 2-3 zoom level) and are very satisfied with the result, so we would like to replace our "one folder per zoom level" structure to a "one folder per N zoom levels" structure with geotiff with 1 or 2 overviews inside.

Is this possible ? If so, how should I configure the Imagepyramid properties file ?
For the moment, we have something like :

Name=georasters_pyramid
Levels=0.15875,0.15875 0.3175,0.3175 0.635,0.635 1.27 1.27
LevelsDirs=georasters_17 georasters_16 georasters_15 georasters_14
LevelsNum=4
Envelope2D=-2000000,3000000 2000000,7000000

Thanks a lot !

Best regards

--
Arnaud


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to