<?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: iOS unable to parse UTM coordinates in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111187#M7198</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The expected result would be near to Mexico (lat long -19.164950 -96.148800)&lt;/P&gt;&lt;P&gt;Reference -&lt;A href="https://www.maptools.com/tutorials/utm/quick_guide" target="_blank"&gt;https://www.maptools.com/tutorials/utm/quick_guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any hint to archive this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Oct 2021 09:40:44 GMT</pubDate>
    <dc:creator>RajH</dc:creator>
    <dc:date>2021-10-26T09:40:44Z</dc:date>
    <item>
      <title>iOS unable to parse UTM coordinates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1110868#M7196</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;We are using parse UTM coordinate by doc&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Esri UTM" href="https://developers.arcgis.com/ios/swift/sample-code/format-coordinates/" target="_self" rel="nofollow noopener noreferrer"&gt;Esri&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;But won't able to parse UTM coordinate&amp;nbsp;like -&amp;nbsp;&amp;nbsp;1Q 433568 m&amp;nbsp;&amp;nbsp; 1978405 m&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;However, i saw this is able to parse by Mapbox API.&lt;/P&gt;&lt;P class=""&gt;Could you please help me to parse these coordinates?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1110868#M7196</guid>
      <dc:creator>RajH</dc:creator>
      <dc:date>2021-10-25T15:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: iOS unable to parse UTM coordinates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1110888#M7197</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You should not have the units in there. Use something like:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;let utmString = "1Q 433568 m   1978405 m"

let pt = AGSCoordinateFormatter.point(
    fromUTMString: utmString.replacingOccurrences(of: "m", with: ""),
    spatialReference: .wgs84(),
    conversionMode: .latitudeBandIndicators
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That will give you a point at latitude&amp;nbsp;17.892510, longitude&amp;nbsp;-177.627141, which matches what's returned here:&amp;nbsp;&lt;A href="https://awsm-tools.com/geo/utm-to-geographic" target="_blank"&gt;https://awsm-tools.com/geo/utm-to-geographic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1110888#M7197</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-10-25T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: iOS unable to parse UTM coordinates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111187#M7198</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The expected result would be near to Mexico (lat long -19.164950 -96.148800)&lt;/P&gt;&lt;P&gt;Reference -&lt;A href="https://www.maptools.com/tutorials/utm/quick_guide" target="_blank"&gt;https://www.maptools.com/tutorials/utm/quick_guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any hint to archive this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 09:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111187#M7198</guid>
      <dc:creator>RajH</dc:creator>
      <dc:date>2021-10-26T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: iOS unable to parse UTM coordinates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111305#M7201</link>
      <description>&lt;P&gt;I'm not sure how you're converting UTM&amp;nbsp;&lt;FONT face="andale mono,times"&gt;1Q 433568 1978405&lt;/FONT&gt; to Lat/Lon&amp;nbsp;&lt;FONT face="andale mono,times"&gt;-19.164950 -96.148800&lt;/FONT&gt; (which is in the pacific off the coast of Peru/Chile). I'm guessing you mean +&lt;FONT face="andale mono,times"&gt;19.164950 -96.148800 &lt;/FONT&gt;which is Veracruz, Mexico.&lt;/P&gt;&lt;P&gt;The closest I can think is that you mean&amp;nbsp;14Q 433568 1978405 (and not 1Q), which is close to Mexico city and would translate to &lt;SPAN&gt;17.892510°‎,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;-99.627141°‎.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See &lt;A href="http://www.dmap.co.uk/utmworld.htm" target="_blank" rel="noopener"&gt;this diagram and description&lt;/A&gt; of UTM Grid Zones.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 16:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111305#M7201</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-10-26T16:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: iOS unable to parse UTM coordinates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111763#M7202</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-unable-to-parse-utm-coordinates/m-p/1111763#M7202</guid>
      <dc:creator>RajH</dc:creator>
      <dc:date>2021-10-27T17:41:15Z</dc:date>
    </item>
  </channel>
</rss>

