<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Datum shift problem with user location in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533393#M4585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can accurately convert between GGRS87 (the Greek Grid) and WGS84 (longitude/latitude) in .NET using the toolkit at &lt;/SPAN&gt;&lt;A href="http://geodesy.codeplex.com"&gt; http://geodesy.codeplex.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want a direct algorithim check out &lt;/SPAN&gt;&lt;A href="http://studentguru.gr/b/kokyri/archive/2012/02/21/convert-coordinates-from-greek-grid-ggrs87-87-espg-2100-to-latitude-longitude-wsg84.aspx"&gt;this page&lt;/A&gt;&lt;SPAN&gt; (works in Javascript &amp;amp; C# as is and can be easily converted).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 09:58:04 GMT</pubDate>
    <dc:creator>GeoGuru</dc:creator>
    <dc:date>2012-02-22T09:58:04Z</dc:date>
    <item>
      <title>Datum shift problem with user location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533391#M4583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our map service has &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; "spatialReference" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid" : 2100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When we show the user location it is dislocated&amp;nbsp; (~150 m) from the real location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something in the conversion from Iphone WGS84 GPS DATA&amp;nbsp; --&amp;gt; GREEK GRID ( 2100 ) is wrong. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a working projection that we use in our c# classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["GGRS87 / Greek Grid",GEOGCS["GGRS87",DATUM["Greek_Geodetic_Reference_System_1987",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[-199.87,74.79,246.62,0,0,0,0],AUTHORITY["EPSG","6121"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4121"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",24],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","2100"]]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 14:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533391#M4583</guid>
      <dc:creator>GeorgeVernardos</dc:creator>
      <dc:date>2010-05-11T14:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Datum shift problem with user location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533392#M4584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm assuming you're getting the location from the GPS. Bear in mind that the location reported by the GPS sensor is only approximate, depending upon the signal strength.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you reduce the problem down to what pair of WGS84 coordinates are being reported by the GPS, and what are the corresponding result coordinates in Greek Grid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could share your code/project/service that might help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Divesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 16:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533392#M4584</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2010-05-13T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Datum shift problem with user location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533393#M4585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can accurately convert between GGRS87 (the Greek Grid) and WGS84 (longitude/latitude) in .NET using the toolkit at &lt;/SPAN&gt;&lt;A href="http://geodesy.codeplex.com"&gt; http://geodesy.codeplex.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want a direct algorithim check out &lt;/SPAN&gt;&lt;A href="http://studentguru.gr/b/kokyri/archive/2012/02/21/convert-coordinates-from-greek-grid-ggrs87-87-espg-2100-to-latitude-longitude-wsg84.aspx"&gt;this page&lt;/A&gt;&lt;SPAN&gt; (works in Javascript &amp;amp; C# as is and can be easily converted).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 09:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/datum-shift-problem-with-user-location/m-p/533393#M4585</guid>
      <dc:creator>GeoGuru</dc:creator>
      <dc:date>2012-02-22T09:58:04Z</dc:date>
    </item>
  </channel>
</rss>

