<?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: 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/1718704#M104220</link>
    <description>&lt;P&gt;Try %Start Latitude% - that's what your image of the model shows.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2026 15:26:47 GMT</pubDate>
    <dc:creator>BobBooth1</dc:creator>
    <dc:date>2026-08-05T15:26:47Z</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>
    <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/1718575#M104207</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back at it again this week trying to get this working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the elements you suggested. I made a template standalone table on my project with two rows, one for start and one for end. Then made two double (numeric) fields that can contain my Lat and Long.&lt;BR /&gt;&lt;BR /&gt;I have the flow set up as below;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinColtart_0-1785918769931.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156292i2FB74932AC4A003F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinColtart_0-1785918769931.png" alt="KevinColtart_0-1785918769931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The calculate field didn't run when I contained the variable parameter in '%'. I was getting the following error;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;File "&amp;lt;string&amp;gt;", line 1 %Start_Latitude% ^ SyntaxError: invalid syntax&lt;BR /&gt;&lt;BR /&gt;When you connect the variable parameter to the calculate field it has the options expression or precondition. Should I connect it like that?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 08:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718575#M104207</guid>
      <dc:creator>KevinColtart</dc:creator>
      <dc:date>2026-08-05T08:35:23Z</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/1718594#M104211</link>
      <description>&lt;P&gt;Is your variable name Start Latitude or Start_Latitude? The spelling in the calculate expression must match the variable name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the data type of the variable? The syntax %Start_Latitude% syntax should be correct.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.html#61C" target="_blank"&gt;https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.html#61C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You don't need to connect the variables to the Calculate Field tool, just use the exact name, wrapped in % in the expression box.&lt;/P&gt;&lt;P&gt;You could set it as a precondition, I suppose. Preconditions are a way of ensuring that a given part of a model has run before another part runs.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/modelbuilder/using-preconditions.html" target="_blank"&gt;https://doc.esri.com/en/arcgis-pro/latest/help/analysis/geoprocessing/modelbuilder/using-preconditions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 12:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718594#M104211</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-08-05T12:09:24Z</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/1718701#M104219</link>
      <description>&lt;P&gt;Thanks so much for your replies, this has been giving me a real headache.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The label for the variable is '&lt;SPAN&gt;Start Latitude' but the name is 'Start_Latitude', which is the one I used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I try to reference with the % I get the below syntax error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinColtart_0-1785943012459.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156306i19584B5565443D5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinColtart_0-1785943012459.png" alt="KevinColtart_0-1785943012459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect that it is related to the formatting of the variable and input. Both my variable and my template table fields I am trying to update are set to double.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see the point about preconditions. These won't be needed in this model as it will only start once the variable are input into the tool by the user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 15:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718701#M104219</guid>
      <dc:creator>KevinColtart</dc:creator>
      <dc:date>2026-08-05T15:19:23Z</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/1718704#M104220</link>
      <description>&lt;P&gt;Try %Start Latitude% - that's what your image of the model shows.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 15:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718704#M104220</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-08-05T15:26:47Z</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/1718708#M104221</link>
      <description>&lt;P&gt;I have tried a bunch of variations with no luck. Here are the properties;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinColtart_0-1785944588513.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156308i8AEC9D03F1C760A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinColtart_0-1785944588513.png" alt="KevinColtart_0-1785944588513.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the variables to String and they works but only the first field and only once..&lt;/P&gt;&lt;P&gt;The whole model looks like this now. The fields within my template table are &amp;lt;Null&amp;gt;, could it be that blocking the update?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinColtart_1-1785944678371.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156309i335CCC5D52F464F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinColtart_1-1785944678371.png" alt="KevinColtart_1-1785944678371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 15:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718708#M104221</guid>
      <dc:creator>KevinColtart</dc:creator>
      <dc:date>2026-08-05T15:45:16Z</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/1718714#M104225</link>
      <description>&lt;P&gt;If the values in your calculation are supposed to be coordinates, as Doubles, I'd suggest making the parameters Double too.&lt;/P&gt;&lt;P&gt;Here is my version, for your inspection.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 16:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718714#M104225</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-08-05T16:09:21Z</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/1718959#M104252</link>
      <description>&lt;P&gt;Fixing the format has made it work! Not sure what I corrected on the Field calculation tool to make it work. I think learning that you don't need to connect the field parameters to the tools was the curve ball I needed to learn. Being able to reference the variable parameters with the %, despite the validity checker within the field calculation tool saying there is an error. The string error was still there despite it working now.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks very much for the help on this. Your example definitely helped.&lt;BR /&gt;&lt;BR /&gt;Now to build the rest of the tool!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 13:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1718959#M104252</guid>
      <dc:creator>KevinColtart</dc:creator>
      <dc:date>2026-08-06T13:58:23Z</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/1719082#M104256</link>
      <description>&lt;P&gt;Great! Glad you got it working. Good luck with the rest of the tool!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 20:42:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-help-with-creating-points/m-p/1719082#M104256</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2026-08-06T20:42:03Z</dc:date>
    </item>
  </channel>
</rss>

