<?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 Question on checking GPS coordinates in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427445#M21561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am mapping GPS coordinates and then manually zooming into each coordinate to make sure that it is falling near evidence of a village (near buildings, roads, or a deforested area), and that the points are not falling within a water body.&amp;nbsp; I am just overlaying the GPS layer with the Basemap.&amp;nbsp; Essentially, I am "cleaning" the GPS data by checking each point for its accuracy.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if there is a certain way to sort the GPS layer so that points "within a water body" or a "certain distance away from buildings/roads/deforestation" could be made apparent?&amp;nbsp; &lt;/P&gt;&lt;P&gt;This way, I would not have to go through each point, zooming into each one to visually assess this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this makes sense and if there is a way to do this!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 15:55:03 GMT</pubDate>
    <dc:creator>AlexiGeorge</dc:creator>
    <dc:date>2015-11-24T15:55:03Z</dc:date>
    <item>
      <title>Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427445#M21561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am mapping GPS coordinates and then manually zooming into each coordinate to make sure that it is falling near evidence of a village (near buildings, roads, or a deforested area), and that the points are not falling within a water body.&amp;nbsp; I am just overlaying the GPS layer with the Basemap.&amp;nbsp; Essentially, I am "cleaning" the GPS data by checking each point for its accuracy.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if there is a certain way to sort the GPS layer so that points "within a water body" or a "certain distance away from buildings/roads/deforestation" could be made apparent?&amp;nbsp; &lt;/P&gt;&lt;P&gt;This way, I would not have to go through each point, zooming into each one to visually assess this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this makes sense and if there is a way to do this!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 15:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427445#M21561</guid>
      <dc:creator>AlexiGeorge</dc:creator>
      <dc:date>2015-11-24T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427446#M21562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using ArcMap, there are several ways you could run an analysis to find the points that do or do not fall where you expect them.&amp;nbsp; The general topic to read up on is "Overlay Analysis".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- For example, if you have a polygon feature class of water features, you can use it to &lt;EM&gt;Clip&lt;/EM&gt; the GPS points file and the result will be points that fall within the water features.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Clip (Data Management)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#//00170000009n000000" title="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#//00170000009n000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Another way to find the points in water is to do &lt;EM&gt;Select By Location&lt;/EM&gt;&amp;nbsp; to determine which GPS points fall within the water&lt;EM&gt; &lt;/EM&gt;and then export the resulting selection as a new feature class so you can then review them.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000002q000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000002q000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A third way would be to use a &lt;EM&gt;Spatial Join, &lt;/EM&gt;which will add attribute information to your GPS points which can then be used to differentiate if they fell in water or not.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00080000000q000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00080000000q000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In regards to proximity to buildings, if you want the GPS Points to be within a certain distance of a building, if you have a building feature class, you can &lt;EM&gt;Buffer&lt;/EM&gt; the building feature class by that distance to create a "capture area", then use one of the processes above to establish whether the GPS points fell within that capture.&lt;/P&gt;&lt;P&gt;Buffer (Analysis)&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//000800000019000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//000800000019000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427446#M21562</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-11-24T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427447#M21563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To state the obvious, the key point is: you can do this overlay analysis &lt;EM&gt;if you have the data&lt;/EM&gt;. If you're interested in whether your points overlay (or are within a distance of) a water feature, you need a water body feature class. You will not be able to automate the process very much if you only have a WMS basemap - you don't have access to the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427447#M21563</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-11-24T19:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427448#M21564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to do these processes in arcgis online?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427448#M21564</guid>
      <dc:creator>AlexiGeorge</dc:creator>
      <dc:date>2015-11-24T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427449#M21565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point - I probably should of put that as a statement in the beginning, in case the original poster is unfamiliar with ArcGIS and the requirements to do analysis.&amp;nbsp; Definitely have to have data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luckily, there are potential sources of data that potentially could work should the original poster not have water, building footprint data, etc.&amp;nbsp; In that case, the big question then is, where is the project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427449#M21565</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-11-24T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427450#M21566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing this analysis for sets of GPS coordinates in many countries.&amp;nbsp; Mainly asia (India, Bangladesh, cambodia), Ethiopia, and some other African countries.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty confident I could find a world water bodies layer, however I am not sure I could find a buildings layer since the locations I am mapping are very rural (not many buildings around, just small villages).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427450#M21566</guid>
      <dc:creator>AlexiGeorge</dc:creator>
      <dc:date>2015-11-24T19:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question on checking GPS coordinates</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427451#M21567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not used ArcGIS Online for analysis, but it appears from this document from ESRI that you can do analysis:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/use-maps/perform-analysis.htm" title="https://doc.arcgis.com/en/arcgis-online/use-maps/perform-analysis.htm"&gt;Perform analysis—ArcGIS Online Help | ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will likely still be the issue of having the data you need to accomplish the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/question-on-checking-gps-coordinates/m-p/427451#M21567</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-11-24T19:36:47Z</dc:date>
    </item>
  </channel>
</rss>

