Jacob - sounds right.<br>
<br>
With respect to affine and sheared registrations - the situation is
that it isn't possible to store them in the header of an ECW file (the
file header stores world origin and world cell size rather than affine
values).&nbsp; There is nothing to stop an application such as ArcGIS
from reading the raster data and applying an affine transformation to
it based on some other content - such as a world file - or creating an
auxiliary file when saving a working set out to ECW.&nbsp; But a
problem can then arise if the dataset gets separated from the metadata
file.<br>
<br>
Cheers<br>
<br>
Tom.<br><br>On 6/10/05, Jacob Delfos &lt;<a href="mailto:jacob.delfos@maunsell.com">jacob.delfos@maunsell.com</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;<br>&gt; Hi Tom, <br>&gt;&nbsp;&nbsp; <br>&gt; Thanks for that explanation. Now I understand where the WGS84/LOCAL info
<br>&gt; keeps coming from. So probably ArcGIS doesn't like that dataset, because the<br>&gt; SDK (or Gdal) didn't put this fake coordinate system in it. It could be<br>&gt; because of the inverted Y sign, but if I copy the .tfw (of the original TIF)
<br>&gt; to a .eww, ArcGIS reads and registers the ECW fine. <br>&gt;&nbsp;&nbsp; <br>&gt; Regarding rotated and sheared registrations: ArcGIS allows you to<br>&gt; georeference an ECW, and as long as you use an affine projection, it will
<br>&gt; create a .eww file for it (with rotation or shear if applicable). So is this<br>&gt; technically incorrect? <br>&gt;&nbsp;&nbsp; <br>&gt; regards, <br>&gt;&nbsp;&nbsp; <br>&gt; Jacob<br>&gt;&nbsp;&nbsp;<br>&gt;&nbsp;&nbsp; <br>&gt;&nbsp;&nbsp; <br>&gt;&nbsp;&nbsp; <br>&gt;&nbsp;&nbsp; 
<br>&gt; -----Original Message-----<br>&gt; From: Tom Lynch [mailto:<a href="mailto:tflynch@gmail.com">tflynch@gmail.com</a>] <br>&gt; Sent: 10 June 2005 09:43<br>&gt; To: Delfos, Jacob<br>&gt; Cc: <a href="mailto:gdal-dev@remotesensing.org">
gdal-dev@remotesensing.org</a><br>&gt; Subject: Re: [Gdal-dev] ECW registration information not recognised in ESRI <br>&gt;&nbsp;&nbsp; <br>&gt; On 6/10/05, Delfos, Jacob &lt;<a href="mailto:jacob.delfos@maunsell.com">jacob.delfos@maunsell.com
</a>&gt; wrote:<br>&gt; &gt;&nbsp;&nbsp;<br>&gt; &gt; <br>&gt; &gt; Hi All, <br>&gt; &gt; <br>&gt; &gt; Have a bit of a mystery: <br>&gt; &gt; <br>&gt; &gt; I am translating some geotiffs to ecw. These geotiffs have their<br>&gt; geographic
<br>&gt; &gt; information internally in the headers, as well as in a tfw file. They all<br>&gt; &gt; translate fine, and the coordinate information in the ecw file is<br>&gt; recognised<br>&gt; &gt; in ESRI ArcGIS. <br>&gt; &lt;snip&gt; 
<br>&gt;&nbsp;&nbsp; <br>&gt; Hi Jacob, <br>&gt;&nbsp;&nbsp; <br>&gt; There are some subtleties in ECW georeferencing, which I can explain<br>&gt; for you.&nbsp;&nbsp;I think the issue you're seeing is probably a minor flaw in<br>&gt; GDAL, though I haven't checked this. 
<br>&gt;&nbsp;&nbsp; <br>&gt; ER Mapper uses a proprietary georeferencing system called GDT (which<br>&gt; AFAIK predates the popularisation of EPSG) in which a dataset is<br>&gt; referenced by a projection string, a datum string, and registration
<br>&gt; information. <br>&gt;&nbsp;&nbsp; <br>&gt; This data is embedded in a binary header of an ECW file, and includes<br>&gt; x and y origins, x and y cell sizes, and cell size units, as well as<br>&gt; the projection and datum.&nbsp;&nbsp;For example, &quot;WGS84/GEODETIC&quot; is one of the
<br>&gt; most common datum/projection pairs, corresponding to EPSG code 4326. <br>&gt;&nbsp;&nbsp; <br>&gt; ER Mapper supports importing datasets with EPSG codes using an<br>&gt; in-built correspondence between EPSG and GDT.&nbsp;&nbsp;Usually non-geographic
<br>&gt; rasters are stored with RAW/RAW as their projection/datum.&nbsp;&nbsp;However,<br>&gt; if a raster marked RAW/RAW also contains embedded georeferencing<br>&gt; information (such as you might find in a TFW) indicating it has a
<br>&gt; geographical purpose, it is imported into ER Mapper software with a<br>&gt; &quot;fake&quot; projection/datum &quot;WGS84/LOCAL&quot; allowing it to be world-aligned<br>&gt; with datasets in other map layers. <br>
&gt;&nbsp;&nbsp; <br>&gt; There are several flaws in the system.&nbsp;&nbsp;One of them is that the<br>&gt; EPSG&lt;--&gt;GDT correspondence is not 1-1, so converting between a GeoTIFF<br>&gt; and an ECW file and back again may lose or change the referencing. 
<br>&gt; Another is that ECW does not support the storage of rotated or sheared<br>&gt; registrations (only origin and pixel scale are supported).&nbsp;&nbsp;Finally,<br>&gt; non-EPSG coordinate system information embedded in a GeoTIFF will
<br>&gt; usually be ignored by ER Mapper software at this point in time. <br>&gt;&nbsp;&nbsp; <br>&gt; As far as registration is concerned, the ECW JPEG 2000 SDK is fairly<br>&gt; &quot;blind&quot; concerning the binary values stored in the registration area
<br>&gt; of an ECW file, so third party applications may store invalid data in<br>&gt; this location.&nbsp;&nbsp;ArcGIS is one application that has problems if (for<br>&gt; example) the sign of the y cellsize is inverted.&nbsp;&nbsp;So that's probably
<br>&gt; the reason you can't view the GDAL-translated file in ArcGIS with the<br>&gt; ECW plug-in. <br>&gt;&nbsp;&nbsp; <br>&gt; -- <br>&gt; Tom Lynch<br>&gt; Development, ER Mapper<br>&gt; Phone:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+61 8 93882900<br>&gt; Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+61 8 93882901
<br>&gt; Email:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:tom.lynch@ermapper.com">tom.lynch@ermapper.com</a><br>&gt; Web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.ermapper.com">http://www.ermapper.com</a><br>&gt; Forums:&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://forum.ermapper.com">
http://forum.ermapper.com</a><br>&gt;&nbsp;&nbsp;<br>&gt;&nbsp;&nbsp; <br>&gt; _______________________________________________<br>&gt; Gdal-dev mailing list<br>&gt; <a href="mailto:Gdal-dev@xserve.flids.com">Gdal-dev@xserve.flids.com</a><br>
&gt; <a href="http://xserve.flids.com/mailman/listinfo/gdal-dev">http://xserve.flids.com/mailman/listinfo/gdal-dev</a><br>&gt; <br>&gt; <br>&gt; <br><br><br>-- <br>Tom Lynch<br>Development, ER Mapper<br>Phone:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+61 8 93882900
<br>Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+61 8 93882901<br>Email:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:tom.lynch@ermapper.com">tom.lynch@ermapper.com</a><br>Web:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.ermapper.com">http://www.ermapper.com</a><br>Forums:&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://forum.ermapper.com">
http://forum.ermapper.com</a><br>