<!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">
<small><small><font size="+1"><small>And if you change 20351 (AGD84
Z51) to 20251 (AGD66 Z51) in Micha's example conversion you get exactly
the same result, which shouldn't happen. Again, I believe this is
because none of the towgs84 parameters for AGD66 & AGD84 are
included in Proj4 or QGIS. The GDA94 definition is probably OK.</small></font></small><br>
</small>
<div class="moz-signature"> <br>
<div class="moz-signature">-- <br>
<strong><font face="Arial" color="#000080">ROLAND HILL</font></strong><br>
<strong><font face="Arial" color="#000080" size="2">Director</font></strong><br>
<strong><font face="Arial" color="#000080" size="2">Four Winds
Technology Pty Ltd</font></strong><br>
<strong><font face="Arial" color="#000080" size="2">Ph/Fax :  +61
(0)2 6366 9425</font></strong><br>
<strong><font face="Arial" color="#000080" size="2">Mobile : 
+61 (0)41 880 7472</font></strong><br>
<strong><font face="Arial" color="#000080" size="2"><a
 href="mailto:Roland.Hill@fourwindstechnology.com.au">Roland.Hill@fourwindstechnology.com.au</a></font></strong>
<br>
<br>
</div>
<div align="left"><strong><font face="Arial" size="2">Privacy and
Confidentiality Notice</font></strong></div>
<div align="left"><font face="Arial" size="1">The information contained
herein and any attachments are intended solely for the named
recipients. It may contain privileged confidential information. If you
are not an intended recipient, please delete the message and any
attachments then notify the sender of miss-delivery. Any use or
disclosure of the contents of either is unauthorised and may be
unlawful. All liability for viruses are excluded to the fullest extent
permitted by law.</font></div>
<br>
</div>
<br>
On 22/09/10 22:50, Micha Silver wrote:
<blockquote cite="mid:4C99FBB2.5060509@arava.co.il" type="cite">On
09/22/2010 11:59 AM, Brett Adams wrote:
  <br>
  <blockquote type="cite"> Gents,
    <br>
Guess I'm wondering what the next step on this topic is. I don't know
what to do next.
    <br>
    <br>
Currently QGIS cannot separate ADG66/ AGD84 /GDA94 in either export or
import. If it can, then I haven't seen it and if its that fickle, its
way too dangerous for me.
    <br>
    <br>
Not keen on going to another package as they take time to learn. Is it
even an option to sponsor someone to sort this out for me?
    <br>
    <br>
Technically I'm way over my depth so can't offer many solutions myself.
    <br>
    <br>
I need some honest answers.
    <br>
    <br>
Thanks
    <br>
    <br>
  </blockquote>
Hi Brett:
  <br>
  <br>
Ken Norris indicated [1] that there might be a general problem
transforming from AGD66 or AGD84 (which use the aust_SA ellipsoid) to
GDA94 which is based on the GRS80 ellipsoid. He mentioned Oziexplorer
which does the transform correctly. To the best of my understanding,
proj4 (and thus QGIS) doesn't do any transform between the two.
  <br>
Here's a trivial example. I took a coord pair from the file you posted
and ran it thru the proj4 cs2cs utility with epsg:20351 as the source
CRS (that's AGD84) and epsg:28351 as the target CRS (GDA94).
  <br>
  <br>
echo "275635 6411747" | cs2cs +init=epsg:20351 +to +init=epsg:28351
  <br>
275635.81    6411759.44 0.00
  <br>
  <br>
Note that the resulting X-Y is offset by only about 12 meters. But
you're expecting a shift of nearly 200 m. So it seems proj4 is missing
here.
  <br>
  <br>
Normally datum transforms fit into either a 3 parameter or 7 parameter
model. It might be that the transform between those datums requires
something fancy, or localized that regular datum transforms cannot do.
So proj4 just doesn't handle it.
  <br>
The best source for an authoritative  answer would, of course, be the
Australian govt' mapping agency.  If you learn anything more, please
let us know...
  <br>
  <br>
Regards,
  <br>
Micha
  <br>
  <br>
  <br>
[1]
<a class="moz-txt-link-freetext" href="http://osgeo-org.1803224.n2.nabble.com/Projection-of-Shapefile-export-tp5536736p5552105.html">http://osgeo-org.1803224.n2.nabble.com/Projection-of-Shapefile-export-tp5536736p5552105.html</a>
  <br>
  <br>
</blockquote>
</body>
</html>