<?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 Get Field Value with Data Type Coordinate System in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1605498#M94941</link>
    <description>&lt;P&gt;In ArcGIS Pro model builder there is a utility named Get Field Value.&amp;nbsp; The parameters of the tool are an Input Table, a Field (Column Name), and Data Type.&amp;nbsp; You can choose from a long list of data types.&amp;nbsp; One of the data types is "Coordinate System", and this is the one I'm having trouble with.&amp;nbsp; What I'm trying to do is iterate through a table and for each record in the table, I want the Get Field Value to read a coordinate system I will have stored in the table, in a column named [Coor_Sys].&amp;nbsp; Once it gets the field value, I want to use that as a variable in a later tool (Create Feature Dataset).&amp;nbsp; Here is what I don't know...&amp;nbsp; What EXACTLY should be stored in the [Coor_Sys] column for a downstream tool to recognize the variable as a coordinate system?&lt;/P&gt;&lt;P&gt;Should the contents of the [Coor_Sys] column be text like this:&lt;/P&gt;&lt;P&gt;WGS 1984&lt;/P&gt;&lt;P&gt;NAD 1983 (2011) StatePlane Georgia East FIPS 1001 (US Feet)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Should the contents of the [Coor_Sys] column be a number like this:&lt;/P&gt;&lt;P&gt;4326 (the WKID of WGS 1984)&lt;/P&gt;&lt;P&gt;6445 (the WKID of GA East StatePlane)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Should it be something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Apr 2025 20:53:01 GMT</pubDate>
    <dc:creator>ChadR</dc:creator>
    <dc:date>2025-04-13T20:53:01Z</dc:date>
    <item>
      <title>Get Field Value with Data Type Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1605498#M94941</link>
      <description>&lt;P&gt;In ArcGIS Pro model builder there is a utility named Get Field Value.&amp;nbsp; The parameters of the tool are an Input Table, a Field (Column Name), and Data Type.&amp;nbsp; You can choose from a long list of data types.&amp;nbsp; One of the data types is "Coordinate System", and this is the one I'm having trouble with.&amp;nbsp; What I'm trying to do is iterate through a table and for each record in the table, I want the Get Field Value to read a coordinate system I will have stored in the table, in a column named [Coor_Sys].&amp;nbsp; Once it gets the field value, I want to use that as a variable in a later tool (Create Feature Dataset).&amp;nbsp; Here is what I don't know...&amp;nbsp; What EXACTLY should be stored in the [Coor_Sys] column for a downstream tool to recognize the variable as a coordinate system?&lt;/P&gt;&lt;P&gt;Should the contents of the [Coor_Sys] column be text like this:&lt;/P&gt;&lt;P&gt;WGS 1984&lt;/P&gt;&lt;P&gt;NAD 1983 (2011) StatePlane Georgia East FIPS 1001 (US Feet)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Should the contents of the [Coor_Sys] column be a number like this:&lt;/P&gt;&lt;P&gt;4326 (the WKID of WGS 1984)&lt;/P&gt;&lt;P&gt;6445 (the WKID of GA East StatePlane)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Should it be something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2025 20:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1605498#M94941</guid>
      <dc:creator>ChadR</dc:creator>
      <dc:date>2025-04-13T20:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Value with Data Type Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1605510#M94942</link>
      <description>&lt;P&gt;The example here&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/the-spatial-reference-object.htm" target="_blank" rel="noopener"&gt;Using the spatial reference class—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;uses the factory code&lt;/P&gt;&lt;P&gt;but you can create the spatial reference using methods/properties in that class&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/spatialreference.htm" target="_blank"&gt;SpatialReference—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2025 22:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1605510#M94942</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-13T22:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Value with Data Type Coordinate System</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1606132#M95001</link>
      <description>&lt;P&gt;I found that if I had an integer type field and I populated it with the coordinate system number such as 4326, I could use the Get Field Value utility in model builder with the data type listed as "Coordinate System" to create a coordinate system variable.&amp;nbsp; The variable was successfully used in the Create Feature Dataset tool.&amp;nbsp; However, when I put the whole process behind an iterator, the variable would not update as expected and was stuck on whatever the first coordinate system it read in.&amp;nbsp; Thanks Dan... Your information helped me figure out the first part of my problem!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 17:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/get-field-value-with-data-type-coordinate-system/m-p/1606132#M95001</guid>
      <dc:creator>ChadR</dc:creator>
      <dc:date>2025-04-15T17:27:27Z</dc:date>
    </item>
  </channel>
</rss>

