<?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: Extracting all XY coordinates from within a polygon? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377911#M16599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Raster to point was my original idea, clipping the raster to a graphics version of the polygon first. Each raster would need to have a cell size of 1 metre though (British XYs are metre units, measured from the extreme bottom left of the country at 0,0). However this would result in a 1TB+ raster &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; (I don't have that space anywhere!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample visual:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384852" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/384852_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want to know every XY located within this single multi-part polygon.&lt;/P&gt;&lt;P&gt;(The background raster is lightweight, low res.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2017 16:09:41 GMT</pubDate>
    <dc:creator>TheodoreF</dc:creator>
    <dc:date>2017-11-24T16:09:41Z</dc:date>
    <item>
      <title>Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377908#M16596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have multiple polygon shapes covering the UK. How can I create an Excel spreadsheet of all 6 (sometimes 7) figure XY British National Grid coordiantes that fall within these polygons? I don't want just the XYs of the polygon verticies, but all coordinates intersecting the polygon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 14:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377908#M16596</guid>
      <dc:creator>TheodoreF</dc:creator>
      <dc:date>2017-11-24T14:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377909#M16597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As in &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/raster-to-point.htm"&gt;&lt;STRONG&gt;Raster to Point&lt;/STRONG&gt;&lt;/A&gt; if you had a raster representation... which I don't think you have.&lt;/P&gt;&lt;P&gt;Or a select by location, then export or an intersect.&lt;/P&gt;&lt;P&gt;In any event with vector data, you will have to add the coordinates of any resultant points using the standard methods such as the Add XY coordinates tool etc.&lt;/P&gt;&lt;P&gt;Perhaps a visual might help for the non-domestic people&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 15:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377909#M16597</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-24T15:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377910#M16598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this with some Python code, but before I post anything, I really wonder why you would like to have something like that? Also if there may be more than a million points inside a polygon it might be more than the&amp;nbsp;1048576 records (including header) that Excel supports. Especially if you are going to want points every 1 unit (in X and Y). What are you planning to do with this list in Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 16:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377910#M16598</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-11-24T16:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377911#M16599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Raster to point was my original idea, clipping the raster to a graphics version of the polygon first. Each raster would need to have a cell size of 1 metre though (British XYs are metre units, measured from the extreme bottom left of the country at 0,0). However this would result in a 1TB+ raster &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; (I don't have that space anywhere!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample visual:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384852" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/384852_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want to know every XY located within this single multi-part polygon.&lt;/P&gt;&lt;P&gt;(The background raster is lightweight, low res.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 16:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377911#M16599</guid>
      <dc:creator>TheodoreF</dc:creator>
      <dc:date>2017-11-24T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377912#M16600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My colleague wants to upload it to our online database to replace our current post code dataset. So when a client places an order (including post code and XY) we can match it to our list of XYs instead of our postcodes (which are less accurate spatially).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And good point about the issue of having millions of records re: Excel!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 16:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377912#M16600</guid>
      <dc:creator>TheodoreF</dc:creator>
      <dc:date>2017-11-24T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377913#M16601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;However this would result in a 1TB+ raster (I don't have that space anywhere!).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Integer rasters are stored compressed, and in this case the values are repeated (polygon id repeated for each cell inside a polygon) so the raster will be much smaller than rows x columns x 4 bytes (32 bits).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are really planning to make a row for each grid-point in an Excel spreadsheet, you may want to consider every 100m (10,000x less rows) or 50m 2,500x less rows) and using a table lookup. If some of your polygons are too small to have one point in them, you you can use the MAXIMUM_AREA option in your polygon to raster operation to make sure small polys aren't "dropped" in your raster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 16:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377913#M16601</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-24T16:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all XY coordinates from within a polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377914#M16602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered&amp;nbsp;using (or spatially enabling)&amp;nbsp;your database do a point-in-polygon comparison, rather than pre-populating every possible point? Alternatively, calling a geometry service to do the comparison for you? for example:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/util_relation.html" title="https://developers.arcgis.com/javascript/3/jssamples/util_relation.html"&gt;Geoprocessing - Point in polygon search | ArcGIS API for JavaScript 3.22&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 19:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-all-xy-coordinates-from-within-a/m-p/377914#M16602</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-11-24T19:25:05Z</dc:date>
    </item>
  </channel>
</rss>

