<?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: Create points with uniform distance in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143746#M51436</link>
    <description>&lt;P&gt;Would you have any idea why Create Fishnet fails for me? I get the error message:&amp;nbsp;ERROR 000224:&lt;SPAN class=""&gt; Cannot insert features&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also, using the tool Mesh Points from your github, I get the below error. Do you have any idea what I'm missing?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SalmaA_1-1644861682648.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33867iED529EA771E531D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SalmaA_1-1644861682648.png" alt="SalmaA_1-1644861682648.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>Mon, 14 Feb 2022 18:03:47 GMT</pubDate>
    <dc:creator>GISLearner</dc:creator>
    <dc:date>2022-02-14T18:03:47Z</dc:date>
    <item>
      <title>Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143228#M51341</link>
      <description>&lt;P&gt;I want to create points that are 400 meters apart (both horizontally and vertically) inside a polygon. The polygons are huge so I'm looking for a process that will automatically do that (nothing manual). How to do so in ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 18:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143228#M51341</guid>
      <dc:creator>GISLearner</dc:creator>
      <dc:date>2022-02-11T18:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143235#M51342</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-fishnet.htm" target="_blank" rel="noopener"&gt;Create Fishnet (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;create a polygon/polyline grid with label points.&amp;nbsp; You probably just want the label points, but you can also convert the fishnet to vertices and remove the duplicates if needed.&lt;/P&gt;&lt;P&gt;It is probably the easiest&lt;/P&gt;&lt;P&gt;I have some tools on github for the slightly more adventurous&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Dan-Patterson/Tools_for_ArcGIS_Pro/tree/master/PointTools" target="_blank"&gt;Tools_for_ArcGIS_Pro/PointTools at master · Dan-Patterson/Tools_for_ArcGIS_Pro (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 19:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143235#M51342</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-11T19:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143239#M51344</link>
      <description>&lt;P&gt;You could create a line feature class inside your polygon. If your lines need to be 400 meters apart, use the copy parallel function to get that distance right. Then use the densify too to create vertices every 400 meters along the lines. Then use the feature vertices to points tool to create your points.&lt;/P&gt;&lt;P&gt;I'm not exactly clear on what you mean by vertically and horizontally.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 19:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143239#M51344</guid>
      <dc:creator>Sean_Wray</dc:creator>
      <dc:date>2022-02-11T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143242#M51346</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;vertically and horizontally&lt;/EM&gt;.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;a grid pattern like the label points from fishnet or their vertices&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 19:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143242#M51346</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-11T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143255#M51349</link>
      <description>&lt;P&gt;Does this help?&amp;nbsp; Sounds like what you are trying down through step 3.&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://support.esri.com/en/technical-article/000022784" target="_self"&gt;How To: Create rectangular grids within a polygon layer with sampling points away from the polygon boundaries in ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 19:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143255#M51349</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-02-11T19:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143746#M51436</link>
      <description>&lt;P&gt;Would you have any idea why Create Fishnet fails for me? I get the error message:&amp;nbsp;ERROR 000224:&lt;SPAN class=""&gt; Cannot insert features&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also, using the tool Mesh Points from your github, I get the below error. Do you have any idea what I'm missing?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SalmaA_1-1644861682648.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33867iED529EA771E531D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SalmaA_1-1644861682648.png" alt="SalmaA_1-1644861682648.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>Mon, 14 Feb 2022 18:03:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143746#M51436</guid>
      <dc:creator>GISLearner</dc:creator>
      <dc:date>2022-02-14T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143766#M51439</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-fishnet.htm" target="_blank"&gt;Create Fishnet (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;should raise that error, try saving the output to a shorter path.&lt;/P&gt;&lt;P&gt;You are running the tool from the toolbox installed in a path with no spaces? from inside Pro.&lt;/P&gt;&lt;P&gt;Both issues suggest access to arcpy issues and/or path problems to the local file geodatabase&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1143766#M51439</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-14T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create points with uniform distance</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1144906#M51611</link>
      <description>&lt;P&gt;Thank you so much!!! You helped me overcome a roadblock I've been facing for weeks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-with-uniform-distance/m-p/1144906#M51611</guid>
      <dc:creator>GISLearner</dc:creator>
      <dc:date>2022-02-16T21:34:28Z</dc:date>
    </item>
  </channel>
</rss>

