我有需要作为矢量背景图的区域的正照片。我将其作为原始TIFF格式的2500个文件(每个71.5 MB)以及相应的TFW字文件-180GB的数据获取。坐标系是局部的,并且与我的向量匹配(没有EPSG代码,但我将其命名为“ 32805”并给出了正确的定义)。
对于在MapInfo中用于桌面的情况,我将它们转换为ECW(使用MapInfo附带的某些工具),并且扩展到更大的大小,只有71个文件,因为打开2500个tiff文件是过分的。我刚刚将49个TIFF(7x7)合并到一个ECW中-35000x35000pixels –最大约为200MB)。它在MapInfo中运行良好且非常快。
现在我很困惑-如何在GeoServer中提供服务?
我已经发布了一个TIFF和一个ECW进行比较。ECW在浏览器预览中要快得多(我知道ECW服务器许可问题,但这不应该是问题)。我找到了一个演示文稿“类固醇上的GeoServer”,并阅读了有关ImageMosaic,ImagePyramid,平铺,添加概述等内容,虽然内容丰富,但仍然不知道该怎么做。
我的问题是:我应该怎么做?马赛克或金字塔,如果是肯定的答案之一,我需要您的建议或提示。由于磁盘空间的原因,我真的很想成为ECW,因此无需在服务器上保留180GB的tiff。
高峰时段将通过LAN提供数据,最多可连接20个用户。SQLServer的数据量不是很大。抱歉,如果我错过其他信息,但是如果需要,我会发送。
Geoserver 2.1.4,Windows 7 32位,2GB系统内存,(1.7.0_09(Java HotSpot(TM)服务器VM),本机JAI +本机JAI ImageIO = true
Original TIFF
gdalinfo D:\75720-47970.tif
Driver: GTiff/GeoTIFF
Files: D:\75720-47970.tif
D:\75720-47970.tfw
Size is 5000, 5000
Coordinate System is `'
Origin = (7572000.000000000000000,4797500.000000000000000)
Pixel Size = (0.100000000000000,-0.100000000000000)
Metadata:
TIFFTAG_SOFTWARE=Adobe Photoshop 7.0
TIFFTAG_DATETIME=2006:10:09 13:02:57
TIFFTAG_XRESOLUTION=72
TIFFTAG_YRESOLUTION=72
TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Image Structure Metadata:
INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left ( 7572000.000, 4797500.000)
Lower Left ( 7572000.000, 4797000.000)
Upper Right ( 7572500.000, 4797500.000)
Lower Right ( 7572500.000, 4797000.000)
Center ( 7572250.000, 4797250.000)
Band 1 Block=5000x1 Type=Byte, ColorInterp=Red
Band 2 Block=5000x1 Type=Byte, ColorInterp=Green
Band 3 Block=5000x1 Type=Byte, ColorInterp=Blue
-------------
ECW file which is retiled from 7x7 original tiffs
gdalinfo D:\OF-45.ecw
Driver: ECW/ERDAS Compressed Wavelets (SDK 3.x)
Files: D:\OF-45.ecw
Size is 35000, 35000
Coordinate System is:
LOCAL_CS["LOCAL - (unsupported)",
UNIT["Meter",1]]
Origin = (7571500.000000000000000,4798500.000000000000000)
Pixel Size = (0.100000000000000,-0.100000000000000)
Corner Coordinates:
Upper Left ( 7571500.000, 4798500.000)
Lower Left ( 7571500.000, 4795000.000)
Upper Right ( 7575000.000, 4798500.000)
Lower Right ( 7575000.000, 4795000.000)
Center ( 7573250.000, 4796750.000)
Band 1 Block=35000x1 Type=Byte, ColorInterp=Red
Overviews: 17500x17500, 8750x8750, 4375x4375, 2187x2187, 1093x1093, 546x546, 273x273, 136x136
Band 2 Block=35000x1 Type=Byte, ColorInterp=Green
Overviews: 17500x17500, 8750x8750, 4375x4375, 2187x2187, 1093x1093, 546x546, 273x273, 136x136
Band 3 Block=35000x1 Type=Byte, ColorInterp=Blue
Overviews: 17500x17500, 8750x8750, 4375x4375, 2187x2187, 1093x1093, 546x546, 273x273, 136x136