<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007>To my understandment and experience it is unnecessary 
to have anything like ECW pyramids if you mean by that the same thing as with 
Geotiffs, for example.&nbsp; That is, downsampled versions of individual image 
files.&nbsp; ECW&nbsp;has&nbsp;a wavelet based&nbsp;internal system for getting 
the same effect and&nbsp;it works fine.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007>Another thing is that if you are looking your site 
through tile index and you have zoomed out very far&nbsp;then pyramid layers (or 
overviews or whatever they are called)&nbsp;do not help very much.&nbsp; In this 
case MapServer has to open a bunch of physical&nbsp;files from the file system, 
perhaps tens of image files, and that will ineviatably slow down the response 
time.&nbsp; What will help in this case is a separate,&nbsp;radically 
downsampled image that covers large area of your imagery.&nbsp; For 
example,&nbsp;we have often&nbsp;sites which&nbsp;are 50 km by 50 km in size and 
they hold&nbsp;100 aerial&nbsp;images with&nbsp;0.5 metre pixel size.&nbsp; 
Zooming to whole site through tile index means that all the 100 files must be 
opened and it is for sure always slow with any file format and whether we 
have&nbsp;fine internal pyramids or not.&nbsp; Pyramids do help a bit but the 
key to the speed&nbsp;is to avoin opening so&nbsp;many&nbsp;files from 
disk.&nbsp; What we use to do is to create a quick look image with something 
like 10 metre pixel size and use that until the user has zoomed in so close that 
the resolution is not good enough.&nbsp; At that moment only 1-4 original images 
must be opened through tileindex and that goes fast.&nbsp; </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007>A&nbsp;simple way to create a&nbsp;quick look image is 
to define Geotiff outputformat in the mapfile and ask MapServer to send the 
image with whole site extents with some reasonable width and 
height.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007>-Jukka Rahkonen-</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=157392008-13122007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>Lähettäjä:</B> UMN MapServer 
Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>Puolesta </B>José Ramón 
López<BR><B>Lähetetty:</B> 12. joulukuuta 2007 14:09<BR><B>Vastaanottaja:</B> 
MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Aihe:</B> [UMN_MAPSERVER-USERS] ECW 
Pyramid<BR></FONT><BR></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>Hi List.<BR><BR>I have populated a raster layer using a Tileindex 
  made from ECW Files. This layer is visible 1:1000 scale with MAXSCALE 
  parameter.<BR>As is not possible to create ECW pyramids. Whe have got another 
  raster layer resampling these ECW files. <BR>We would like to populate a 
  single raster layer that uses one tile index created from the resampled ECW, 
  visible at 1:10000 scale (and smaller), and another tileindex from the 
  original ECW files visible at bigger scales. <BR>Is it possible? If not, 
  please tell me how could I do something 
similar.<BR><BR>Tnaks.<BR></BLOCKQUOTE></BODY></HTML>