<?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: Geoprocessing Tool to Determine if Coordinates Fall Within a County? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192526#M6565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not directly, it will select the points that are within county A, what you can do is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;select by location those that are identified as being in count A&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;then do a select by attributes, but don't clear the selection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-using-attributes.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-using-attributes.htm"&gt;Select features using attributes—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;then do the select by&amp;nbsp;attributes those that are NOT in couty A.&amp;nbsp; &amp;nbsp;(presume you have a column that does that)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You now have the errors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2020 18:15:58 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-05-27T18:15:58Z</dc:date>
    <item>
      <title>Geoprocessing Tool to Determine if Coordinates Fall Within a County?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192523#M6562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work with data that I receive monthly (1,500 - 2,000 records) that often has errors in geocoding.&amp;nbsp; I was wondering if there was a geoprocessing tool that can basically tell me whether or not the coordinates given to me fall within the town or county that is provided in another column? Or, would this be something I could create myself using a python script?&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 15:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192523#M6562</guid>
      <dc:creator>DanFlynn1</dc:creator>
      <dc:date>2020-05-27T15:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Tool to Determine if Coordinates Fall Within a County?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192524#M6563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-by-location.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-by-location.htm"&gt;Select features by location—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your points in your county... or they aren't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 15:20:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192524#M6563</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-27T15:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Tool to Determine if Coordinates Fall Within a County?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192525#M6564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I think I should've been more specific in my ask.&amp;nbsp; I could be doing something incorrectly, but this doesn't help me if a point is labeled "County A" in the "County column, is supposed to fall in "County A", but the coordinates incorrectly place it in "County B".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 15:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192525#M6564</guid>
      <dc:creator>DanFlynn1</dc:creator>
      <dc:date>2020-05-27T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Tool to Determine if Coordinates Fall Within a County?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192526#M6565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not directly, it will select the points that are within county A, what you can do is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;select by location those that are identified as being in count A&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;then do a select by attributes, but don't clear the selection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-using-attributes.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/select-features-using-attributes.htm"&gt;Select features using attributes—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;then do the select by&amp;nbsp;attributes those that are NOT in couty A.&amp;nbsp; &amp;nbsp;(presume you have a column that does that)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You now have the errors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 18:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geoprocessing-tool-to-determine-if-coordinates/m-p/192526#M6565</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-27T18:15:58Z</dc:date>
    </item>
  </channel>
</rss>

