<div dir="ltr"><br><div class="gmail_extra"><br></div><div class="gmail_quote">On Wed, Feb 22, 2017 at 11:35 AM,  <span dir="ltr"><<a href="mailto:metacrs-request@lists.osgeo.org" target="_blank">metacrs-request@lists.osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Wed, 22 Feb 2017 17:26:10 +0000<br>
From: Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
To: <a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a><br>
Subject: [MetaCRS] Datum Transformation Issues<br>
Message-ID:<br>
        <<a href="mailto:CAD3kFehuxUabsxJum0GqF%2BJ7S2QtbQyA2fn_wFzVoAzqVTC32g@mail.gmail.com">CAD3kFehuxUabsxJum0GqF+<wbr>J7S2QtbQyA2fn_wFzVoAzqVTC32g@<wbr>mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi -<br>
<br>
I am using the Proj4js library and am having trouble successfully<br>
transforming coordindates from ITRF 2008 (EPSG:5332) to NAD83 (2011)<br>
(EPSG:6317).<br>
<br>
I have bee successful in entering coordinates into the following tool and<br>
generating results for going from WGS83 (EPSG4326) to NAD83 (2011)<br>
(EPSG:6317), however, there is no transformation applied.<br>
<br>
<a href="https://mygeodata.cloud/cs2cs/" target="_blank" rel="noreferrer">https://mygeodata.cloud/cs2cs/</a><br>
<br>
Is it possible to provide me with the transformation strings needed to<br>
accomplish this transformation?<br>
<br>
Any guidance would be much appreciated.<br>
<br>
Nick Fordes<br>
<br>
LocusView Solutions<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 22 Feb 2017 12:02:48 -0700<br>
From: Richard Greenwood <<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>><br>
To: Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
Cc: "<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>" <<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>><br>
Subject: Re: [MetaCRS] Datum Transformation Issues<br>
Message-ID:<br>
        <CAHBySPZpv=+FiaHgff=<a href="mailto:zi2cpidMmh8Yhs8w_U-WuHiUKCqeWwg@mail.gmail.com">zi2cpidMm<wbr>h8Yhs8w_U-WuHiUKCqeWwg@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
On Wed, Feb 22, 2017 at 10:26 AM, Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
wrote:<br>
<br>
> Hi -<br>
><br>
> I am using the Proj4js library and am having trouble successfully<br>
> transforming coordindates from ITRF 2008 (EPSG:5332) to NAD83 (2011)<br>
> (EPSG:6317).<br>
><br>
<br>
Are you getting an error or incorrect results? The espg definitions for<br>
5332 and 6317 are the same (see below) but that's not to say they are<br>
correct.<br>
<br>
# ITRF2008 <5332> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
# NAD83(2011) <6317> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
<br>
<br>
> I have bee successful in entering coordinates into the following tool and<br>
> generating results for going from WGS83 (EPSG4326) to NAD83 (2011)<br>
> (EPSG:6317), however, there is no transformation applied.<br>
><br>
<br>
"NAD" datums are tied to the North American continental plate, "WGS" datums<br>
are tied to the center of the earth. To get meter or sub-meter accuracy<br>
transformations you need to use a grid shift transform. Is that what you're<br>
looking for when you say that no transformation is applied?<br>
<br>
<br>
<br>
<br>
--<br>
Richard W. Greenwood, PLS<br>
<a href="http://www.greenwoodmap.com" target="_blank" rel="noreferrer">www.greenwoodmap.com</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 22 Feb 2017 19:21:37 +0000<br>
From: Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
To: Richard Greenwood <<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>><br>
Cc: "<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>" <<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>><br>
Subject: Re: [MetaCRS] Datum Transformation Issues<br>
Message-ID:<br>
        <<a href="mailto:CAD3kFegVqSZTAahuG7CGjPGrMxQATnWFg2oV61v%2BwMjPr%2BZuZw@mail.gmail.com">CAD3kFegVqSZTAahuG7CGjPGrMxQA<wbr>TnWFg2oV61v+wMjPr+ZuZw@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Yes -<br>
<br>
I am hoping to achieve a sub-meter transformation between the two datums.<br>
Also - we would ideally like to go from ITRF 2008 to Is Proj4js an<br>
appropriate tool to do this?  Can it handle a grid shift transform?<br>
<br>
Thanks,<br>
<br>
Nick<br>
<br>
On Wed, Feb 22, 2017 at 1:02 PM Richard Greenwood <<br>
<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>> wrote:<br>
<br>
> On Wed, Feb 22, 2017 at 10:26 AM, Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
> wrote:<br>
><br>
> Hi -<br>
><br>
> I am using the Proj4js library and am having trouble successfully<br>
> transforming coordindates from ITRF 2008 (EPSG:5332) to NAD83 (2011)<br>
> (EPSG:6317).<br>
><br>
><br>
> Are you getting an error or incorrect results? The espg definitions for<br>
> 5332 and 6317 are the same (see below) but that's not to say they are<br>
> correct.<br>
><br>
> # ITRF2008 <5332> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
> # NAD83(2011) <6317> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
><br>
><br>
> I have bee successful in entering coordinates into the following tool and<br>
> generating results for going from WGS83 (EPSG4326) to NAD83 (2011)<br>
> (EPSG:6317), however, there is no transformation applied.<br>
><br>
><br>
> "NAD" datums are tied to the North American continental plate, "WGS"<br>
> datums are tied to the center of the earth. To get meter or sub-meter<br>
> accuracy transformations you need to use a grid shift transform. Is that<br>
> what you're looking for when you say that no transformation is applied?<br>
><br>
><br>
> --<br>
> Richard W. Greenwood, PLS<br>
> <a href="http://www.greenwoodmap.com" target="_blank" rel="noreferrer">www.greenwoodmap.com</a><br>
><br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 22 Feb 2017 12:35:12 -0700<br>
From: Richard Greenwood <<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>><br>
To: Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
Cc: "<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>" <<a href="mailto:metacrs@lists.osgeo.org">metacrs@lists.osgeo.org</a>><br>
Subject: Re: [MetaCRS] Datum Transformation Issues<br>
Message-ID:<br>
        <CAHBySPa-N6e5MYcsbSJ_<wbr>huShE2OUn=<a href="mailto:KA4KyKPJkzexwDAA_6yg@mail.gmail.com">KA4KyKPJkzexwDAA_<wbr>6yg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
On Wed, Feb 22, 2017 at 12:21 PM, Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
wrote:<br>
<br>
> Yes -<br>
><br>
> I am hoping to achieve a sub-meter transformation between the two datums.<br>
> Also - we would ideally like to go from ITRF 2008 to Is Proj4js an<br>
> appropriate tool to do this?  Can it handle a grid shift transform?<br>
><br>
<br>
proj4js does not support grid shift transformations. Proj4 does but the<br>
epsg codes don't always reference the grid shift files. The Proj4 North<br>
American grid shift files that I'm aware of are tied to State Plane<br>
coordinate systems. I'm not aware of a grid shift file(s) covering the<br>
whole continent, which is what it looks like you're wanting?<br>
<br>
Rich<br>
<br>
<br>
> Thanks,<br>
><br>
> Nick<br>
><br>
><br>
> On Wed, Feb 22, 2017 at 1:02 PM Richard Greenwood <<br>
> <a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>> wrote:<br>
><br>
>> On Wed, Feb 22, 2017 at 10:26 AM, Nick Fordes <<a href="mailto:nick.fordes@locusview.com">nick.fordes@locusview.com</a>><br>
>> wrote:<br>
>><br>
>> Hi -<br>
>><br>
>> I am using the Proj4js library and am having trouble successfully<br>
>> transforming coordindates from ITRF 2008 (EPSG:5332) to NAD83 (2011)<br>
>> (EPSG:6317).<br>
>><br>
>><br>
>> Are you getting an error or incorrect results? The espg definitions for<br>
>> 5332 and 6317 are the same (see below) but that's not to say they are<br>
>> correct.<br>
>><br>
>> # ITRF2008 <5332> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
>> # NAD83(2011) <6317> +proj=geocent +ellps=GRS80 +units=m +no_defs  <><br>
>><br>
>><br>
>> I have bee successful in entering coordinates into the following tool and<br>
>> generating results for going from WGS83 (EPSG4326) to NAD83 (2011)<br>
>> (EPSG:6317), however, there is no transformation applied.<br>
>><br>
>><br>
>> "NAD" datums are tied to the North American continental plate, "WGS"<br>
>> datums are tied to the center of the earth. To get meter or sub-meter<br>
>> accuracy transformations you need to use a grid shift transform. Is that<br>
>> what you're looking for when you say that no transformation is applied?<br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Richard W. Greenwood, PLS<br>
>> <a href="http://www.greenwoodmap.com" target="_blank" rel="noreferrer">www.greenwoodmap.com</a><br>
>><br>
<br>
--<br>
Richard W. Greenwood, PLS<br>
<a href="http://www.greenwoodmap.com" target="_blank" rel="noreferrer">www.greenwoodmap.com</a><br>
<br>
______________________________<wbr>_________________<br>
MetaCRS mailing list<br>
<a href="mailto:MetaCRS@lists.osgeo.org">MetaCRS@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/metacrs" target="_blank" rel="noreferrer">https://lists.osgeo.org/<wbr>mailman/listinfo/metacrs</a><br>
<br>
------------------------------<br>
<br>
End of MetaCRS Digest, Vol 88, Issue 1<br>
******************************<wbr>********<br>
</blockquote></div><div><br></div><div>Nick, </div><div><br></div><div>There are no available grid files to convert between ITRF2008 and NAD83 (2011). There is a time-enabled transformation available from the NGS on this page: <a href="https://www.ngs.noaa.gov/CORS/coords.shtml">https://www.ngs.noaa.gov/CORS/coords.shtml</a></div><div><br></div><div>The time parts would allow you to convert at a particular epoch, but proj4js (nor proj4 as far as I know) doesn't support the time-parameters. </div><div><br></div><div>You can use the base 7 parameters which would take care of the majority of the difference between the two frames. The website says IGS08 rather than ITRF2008, but you can treat them as equivalent. </div><div><br></div><div><font color="#ff0000">IGS08 --> NAD 83 (2011)<br></font> [12 common points]<br> t<sub><font size="2">0</font></sub> = 1997.0 <br><img src="https://www.ngs.noaa.gov/CORS/images/tz.gif"><sub><font size="2">x</font></sub>(t<sub><font size="2">0</font></sub>) = 0.99343 m; </div><div><img src="https://www.ngs.noaa.gov/CORS/images/tz.gif"><sub><font size="2">y</font></sub>(t<sub><font size="2">0</font></sub>) = -1.90331m; </div><div><font size="2"><img src="https://www.ngs.noaa.gov/CORS/images/tz.gif"><sub>z</sub></font>(t<sub><font size="2">0</font></sub>) = -0.52655 m <br><img src="https://www.ngs.noaa.gov/CORS/images/epsilon.gif"><sub><font size="2">x</font></sub>(t<sub><font size="2">0</font></sub>) = 25.91467 mas;</div><div><img src="https://www.ngs.noaa.gov/CORS/images/epsilon.gif"><sub><font size="2">y</font></sub>(t<sub><font size="2">0</font></sub>) = 9.42645 mas;</div><div><img src="https://www.ngs.noaa.gov/CORS/images/epsilon.gif"><sub><font size="2">z</font></sub>(t<sub><font size="2">0</font></sub>) = 11.59935 mas<br>s(t<sub><font size="2">0</font></sub>) =  1.71504 · 10<sup><font size="2">-9</font></sup> (unitless) </div><div><br></div><div>This would turn in to </div><div><br></div><div>+wgs84=-0.99343,1.90331,0.52655,0.0259,0.0943,0.116,-0.001715</div><div><br></div><div>Note: all signs changed to swap direction as from NAD83(2011) to IGS08/ITRF08/WGS84. Then changed the rotation signs to convert from coordinate frame method to position vector method. proj4 supports the latter version only.</div><div><br></div><div>Melita</div><div class="gmail_extra"><br></div></div>