<?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 ArcGIS Pro Model Builder help with creating points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717814#M104165</link>
    <description>&lt;P&gt;I am trying to build a model in&amp;nbsp;ArcGIS Pro Model Builder that uses user-entered longitude and latitude values to create Start and End point features, validate that both points fall within another polygon feature already in the project, create a new selection of the polygons that those points sit within, expand that selection to connect the two points (the polygon is a linear feature made up of sections) and then generate a new record using the selected geometry in another feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am completely new to Model Builder but see that creating a custom tool could help me and my department save a lot of time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting from the beginning and the variable that I need to start with. From research online, I began with variable parameters set to double format. But everything I try to do to create points from them is not working. Could somebody help me please.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2026 14:20:45 GMT</pubDate>
    <dc:creator>KevinColtart</dc:creator>
    <dc:date>2026-07-31T14:20:45Z</dc:date>
    <item>
      <title>ArcGIS Pro Model Builder help with creating points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717814#M104165</link>
      <description>&lt;P&gt;I am trying to build a model in&amp;nbsp;ArcGIS Pro Model Builder that uses user-entered longitude and latitude values to create Start and End point features, validate that both points fall within another polygon feature already in the project, create a new selection of the polygons that those points sit within, expand that selection to connect the two points (the polygon is a linear feature made up of sections) and then generate a new record using the selected geometry in another feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am completely new to Model Builder but see that creating a custom tool could help me and my department save a lot of time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting from the beginning and the variable that I need to start with. From research online, I began with variable parameters set to double format. But everything I try to do to create points from them is not working. Could somebody help me please.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 14:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717814#M104165</guid>
      <dc:creator>KevinColtart</dc:creator>
      <dc:date>2026-07-31T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Model Builder help with creating points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717821#M104166</link>
      <description>&lt;P&gt;You could create a table with StartLat, StartLon, EndLat,EndLon fields but no records in it. Then make variables that are doubles, and set them as parameters of the tool. Use the Calculate Fields tool to calculate the variables into the fields (you need to wrap the variable name in %, so they'll look like:&lt;/P&gt;&lt;P&gt;%StartLat%&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variables_as_parameters.png" style="width: 406px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156158i165492FACA43E4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="variables_as_parameters.png" alt="variables_as_parameters.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="Calculate_field_to_variable_value.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156159i12D4115AC25FD596/image-size/large?v=v2&amp;amp;px=999" role="button" title="Calculate_field_to_variable_value.png" alt="Calculate_field_to_variable_value.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When you run the tools, the variables input on the tool GUI should get calculated into the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="values_in_table.png" style="width: 377px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156160iF6FF09117DE4C47C/image-size/large?v=v2&amp;amp;px=999" role="button" title="values_in_table.png" alt="values_in_table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once values are in table you can use the &lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/data-management/xy-table-to-point.html?tabs=dialog" target="_self"&gt;XY Table to Point&lt;/A&gt; tool to make points and use those for further processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 15:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717821#M104166</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-07-31T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Model Builder help with creating points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717881#M104176</link>
      <description>&lt;P&gt;If you want to let them add points by clicking on the map, look at using a Feature Set as an input.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/basics/interactive-feature-input.html" target="_blank"&gt;https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/basics/interactive-feature-input.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 17:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1717881#M104176</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-07-31T17:56:21Z</dc:date>
    </item>
  </channel>
</rss>

