|
From: Ryan H. <rya...@gm...> - 2008-08-21 21:35:34
|
On Aug 21, 2008, at 1:15 PM, Dustin Parker wrote: > Does anyone know why gdal_translate left off the GeoKeyDirectoryTag > and > the other GeoTiff tags? What kind of workaround would be best? This doesn't answer your question directly, but I believe that I have read on this list that an internally tiled GeoTIFF with overviews will provide equivalent performance as an image pyramid in most cases. GDAL can build a GeoTIFF in this manner and GeoServer can read them. The main limitation is the size of the resulting GeoTIFF (4GB is usually the limit). See below for more details: http://geoserver.org/display/GEOSDOC/High+performance+coverage+serving Cheers, Ryan |