<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Agreed, though Erdas .img (AKA "HFA" format) is what they're already
using...<br>
<br>
Cheers!<br>
<br>
Sy<br>
<br>
<br>
Martin Chapman wrote:
<blockquote cite="mid:00f101c82aed$3e8f3ed0$bbadbc70$@com" type="cite">
  <pre wrap="">I agree with Simon.  GeoTiff is great.  Erdas .img is also really good and
doesn't have the 4GB limit. 

Martin Chapman
Chief Software Architect
Fortified Datacom Inc.
<a class="moz-txt-link-freetext" href="http://www.fortifieddatacom.com">http://www.fortifieddatacom.com</a>
<a class="moz-txt-link-abbreviated" href="mailto:mchapman@fortifieddatacom.com">mchapman@fortifieddatacom.com</a>
303-324-1065


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:gdal-dev-bounces@lists.maptools.org">gdal-dev-bounces@lists.maptools.org</a>
[<a class="moz-txt-link-freetext" href="mailto:gdal-dev-bounces@lists.maptools.org">mailto:gdal-dev-bounces@lists.maptools.org</a>] On Behalf Of Simon Perkins
Sent: Monday, November 19, 2007 1:06 PM
To: Tim Sutton
Cc: Renato De Giovanni; <a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.maptools.org">gdal-dev@lists.maptools.org</a>
Subject: Re: [Gdal-dev] The perfect raster format - which is it?

To throw in my 2c, the answer is of course: it all depends...

For instance, you don't say if you need data types other than byte, or a 
number of bands other than 1 or 3, or whether lossy compression is 
acceptable, or whether your images are targeted at a particular 
community, or whether you want to do random access updates, or whether 
you need to store images larger than 4GB, or whether you need 
georeferencing support, or arbitrary metadata support, or...

Generically though, GeoTIFF is perhaps the most complete non-proprietary 
format supported by GDAL. However it suffers from the severe problem 
that standard TIFF files have a 4GB file size limit (you can create 
BIGTIFF files with unlimited file size, but not all readers will read 
them). Also, multi-band and non-byte support is not part of the core 
spec so different applications may or may not support it. Also, not all 
readers support the deflate compression method, which is the only decent 
lossless compression TIFF offers.

You might also consider JPEG2000, which supports a wide variety of 
storage formats, including lossy or lossless compression.

I'm surprised that HFA doesn't support NODATA though.

Cheers,

Sy


Tim Sutton wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi All

OK I know its a loaded question, but which format and format options
are the 'best' in terms of:

- produce the most compact file size
- supports byte output
- support nodata
- is writeable by gdal
- and (for special bonus points) is readable by ArcView 3.x and ArcMap &gt;=8

Previously we've been using HFA but lack of nodata support is an issue
and it does not seem to work well under both ArcMap and ArcGIS.

Any tips on the subject will be greatly appreciated.

Regards

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</a>

  </pre>
</blockquote>
<br>
</body>
</html>