<div dir="ltr">Hi,<div><br></div><div>So I'm mainly just trying to understand how and why this works just for my own knowledge.</div><div><br></div><div>I'm currently working on a GDA94 > GDA2020 transform project and noticed that the proj4 string that ships with everything (GDAL, QGIS, PostGIS) only has <span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">+proj=utm +zone=55 +south +ellps=GRS80 +units=m +no_defs</span><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"> but in order to get the transform to work correctly I need to add the grid to the source and the </span><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">+towgs84=0,0,0,0,0,0,0 to the target (GDA2020) proj4 sring.</span></div><div><br></div><div>ogr2ogr command was:</div><div><br></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">ogr2ogr -s_srs "+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +wktext  +nadgrids=C:\temp\GDA94_GDA2020_conformal.gsb" </span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">-t_srs "+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +wktext" out.shp in.shp</span></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><br></span></div><div><font color="#263238" face="Roboto, sans-serif">Now I'm just trying to understand mainly:</font></div><div><font color="#263238" face="Roboto, sans-serif"><br></font></div><div><font color="#263238" face="Roboto, sans-serif">1) Why is </font><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px">+towgs84=0,0,0,0,0,0,0 needed on the target? As if it's not there it will just return the same values as the input</span></div><div><font color="#263238" face="Roboto, sans-serif">2) Why is that not included as default? </font></div><div><font color="#263238" face="Roboto, sans-serif">3) Is my understanding of the following correct?  Proj is really doing: GDA94 -> WGS84 -> Shifted WGS84 via grid -> GDA2020?</font></div><div><font color="#263238" face="Roboto, sans-serif"><br></font></div><div><font color="#263238" face="Roboto, sans-serif">Thanks,</font></div><div><font color="#263238" face="Roboto, sans-serif">Nathan</font></div><div><br></div><div>  <br></div></div>