<?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: Geocoding address gave weird x/y values? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383016#M4787</link>
    <description>&lt;P&gt;Thank you so much for the response!&lt;/P&gt;&lt;P&gt;I was looking at your script and I have absolutely no knowledge of Python. I tried to copy and paste the script, which I can't and suspect that's the way it is. Would you please be so kind as to tell me how to do this, as in make this work? I did try and save it as a python script and loaded into ArcMap but threw an error for line 1 --&amp;gt;Parsing error SyntaxError: invalid syntax (line 1)&lt;/P&gt;&lt;P&gt;I am way out of my depth for python.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 19:08:16 GMT</pubDate>
    <dc:creator>JessMiller1</dc:creator>
    <dc:date>2024-02-15T19:08:16Z</dc:date>
    <item>
      <title>Geocoding address gave weird x/y values?</title>
      <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1382032#M4779</link>
      <description>&lt;P&gt;Hi all, I need your help! I recently did some geocoding of addresses in ArcMap where I had to manually match over 200+ records and the output gave me these x &amp;amp; y's. Anyone have any idea how I can rectify this and get it in DD?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JessMiller1_0-1707886971986.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94697i0D91E31B84C1D85A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JessMiller1_0-1707886971986.png" alt="JessMiller1_0-1707886971986.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My map is in&amp;nbsp;NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet&lt;/P&gt;&lt;P&gt;Geographic Coordinate System: GCS_North_American_1983.&lt;/P&gt;&lt;P&gt;The feature class is in:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JessMiller1_1-1707887096413.png" style="width: 424px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94698iFBFE156FBE44BED9/image-dimensions/424x121?v=v2" width="424" height="121" role="button" title="JessMiller1_1-1707887096413.png" alt="JessMiller1_1-1707887096413.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JessMiller1_2-1707887107802.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94699iB45A6A66D77D5C29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JessMiller1_2-1707887107802.png" alt="JessMiller1_2-1707887107802.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 05:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1382032#M4779</guid>
      <dc:creator>JessMiller1</dc:creator>
      <dc:date>2024-02-14T05:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding address gave weird x/y values?</title>
      <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1382058#M4780</link>
      <description>&lt;P&gt;Dear JessMille,&lt;/P&gt;&lt;P&gt;I hope you are doing well,&lt;/P&gt;&lt;P&gt;You can check the repository of my Github in the below link, there is a very simple python script which you can convert&amp;nbsp;from Web Mercator (WKID 3857) to WGS84 (latitude and longitude) and vice versa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://github.com/AmirSarrafzadeh/Convert_Cooridnates" target="_blank"&gt;https://github.com/AmirSarrafzadeh/Convert_Cooridnates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1382058#M4780</guid>
      <dc:creator>Amir-Sarrafzadeh-Arasi</dc:creator>
      <dc:date>2024-02-14T08:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding address gave weird x/y values?</title>
      <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383016#M4787</link>
      <description>&lt;P&gt;Thank you so much for the response!&lt;/P&gt;&lt;P&gt;I was looking at your script and I have absolutely no knowledge of Python. I tried to copy and paste the script, which I can't and suspect that's the way it is. Would you please be so kind as to tell me how to do this, as in make this work? I did try and save it as a python script and loaded into ArcMap but threw an error for line 1 --&amp;gt;Parsing error SyntaxError: invalid syntax (line 1)&lt;/P&gt;&lt;P&gt;I am way out of my depth for python.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383016#M4787</guid>
      <dc:creator>JessMiller1</dc:creator>
      <dc:date>2024-02-15T19:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding address gave weird x/y values?</title>
      <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383139#M4788</link>
      <description>&lt;P&gt;Dear JessMille,&lt;/P&gt;&lt;P&gt;No worries, if you can prepare me a small portion of your dataset of coordinates or a part of your feature class, I can write a python script and you can run on your dataset.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 21:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383139#M4788</guid>
      <dc:creator>Amir-Sarrafzadeh-Arasi</dc:creator>
      <dc:date>2024-02-15T21:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding address gave weird x/y values?</title>
      <link>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383544#M4790</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/559721"&gt;@JessMiller1&lt;/a&gt;&amp;nbsp;What locator was used to geocode your table? If you are using a custom locator based on reference data that has a projection of&amp;nbsp;&lt;SPAN&gt;NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet, then the locator will output the result in that coordinate system. The coordinates in your screenshot are US Feet. There are a few things you can do :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. In the Geocode Addresses dialog specify a different coordinate&amp;nbsp;system for the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShanaBritt_1-1708107049303.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95060i3C6A7B2722744E13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShanaBritt_1-1708107049303.png" alt="ShanaBritt_1-1708107049303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. If using the Geocode Addresses geoprocessing tool, click environments button and expand output coordinate system and specify a geographic coordinate system&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. You could use the Project geoprocessing tool to reproject the geocode result to a geographic coordinate system like WGS 1984, then use the result in the Add XY Coordinates tool.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 18:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/geocoding-address-gave-weird-x-y-values/m-p/1383544#M4790</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2024-02-16T18:14:21Z</dc:date>
    </item>
  </channel>
</rss>

