Hi Arnaud,
that should be possible. We are using it with some datasets.
Let me quote an example of a property file I have around:

Name=RGB
Levels=0.2,0.2;0.4,0.4;0.8,0.8 1.6,1.6;3.2,3.2;6.4,6.4
12.8,12.8;25.6,25.6;51.2,51.2
102.4,102.4;204.8,204.8;409.6,409.6;819.2,819.2;1638.4,1638.4;3276.8,3276.8;6553.6,6553.6
LevelsNum=4
Envelope2D=-2000000,3000000 2000000,7000000 (I have copied your :-) )
LevelsDirs=0 1 2 3

Note the ";" char usage to specify available resolutions within the same
pyramid level whilst the " " (whitespace) still separates different levels

I have 4 levels in my pyramid.
the first level has resolutions 0.2,0.2;0.4,0.4;0.8,0.8
So a 20 cm high res and 2 overviews (40 cm, 80 cm)
the second level has resolutions 1.6,1.6;3.2,3.2;6.4,6.4
So a 1.6 m res plus 2 overviews (3.2 m and 6.4 m)
.....
Last level is different
102.4,102.4;204.8,204.8;409.6,409.6;819.2,819.2;1638.4,1638.4;3276.8,3276.8;6553.6,6553.6
it has 102.4m res + 6 overviews.

Does it helps?
Regards,
Daniele


On Thu, Oct 25, 2018 at 11:54 AM Arnaud L. <[email protected]> wrote:

> 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
>


-- 
Regards,
Daniele Romagnoli
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
_______________________________________________
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