<?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: Edit Integer Type / Create XY Points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554049#M89669</link>
    <description>&lt;P&gt;Your fields for latitude and longitude are Text and hence not numeric.&amp;nbsp; You need to add new fields to the table, if you have permissions, of types double and use the field calculator to convert the text to numbers&lt;/P&gt;&lt;P&gt;eg&amp;nbsp; float(!Latitude!)&amp;nbsp; # python processor&lt;/P&gt;&lt;P&gt;This of course assumes that your lat/long are represented as decimal degrees, if not, then&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-coordinate-notation.htm" target="_blank"&gt;Convert Coordinate Notation (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 00:30:47 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-10-31T00:30:47Z</dc:date>
    <item>
      <title>Edit Integer Type / Create XY Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554031#M89668</link>
      <description>&lt;P&gt;Hi, all,&lt;/P&gt;&lt;P&gt;I have another dumb question.&lt;/P&gt;&lt;P&gt;The goal is to convert XY table to Point, which is something I've done countless times. But in this case, I can't pull the Lat Long in, because I'm getting an error that says "the field is not of type SHORT-LONG-FLOAT-DOUBLE." I've never gotten this error before, and I can't figure out how to edit the integer attributes. I made sure that in the original table the pertinent columns are set to number format.&lt;/P&gt;&lt;P&gt;When I've added a field to a table in other projects, there's always the option to set the integer type. But I can't find a way to edit the existing attribute properties. I was able to open the Fields manager under the Standalone Table tab and see that my Lat Long are still set to text - but I can't change any properties. I know that different table functions are turned on or off depending on whether I'm in an Edit session or not. I figured out how to get my enable/disable Edit button back, and tried it each way. I can't edit the field data type.&lt;/P&gt;&lt;P&gt;Fields manager:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AvaFarouche_0-1730332814886.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118516iEE4C53540151B7E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AvaFarouche_0-1730332814886.png" alt="AvaFarouche_0-1730332814886.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm sure I'm doing something dumb, but I'm not sure where to go from here. I tried starting a brand new empty map project and pulled the table in with no other layers in the map, and I still get all of the same problems. I tried copying the data from the original table into a new table, pasting just the value to eliminate any formulas or ties to underlying data. I tried setting the Lat Long columns in the original table to number, and to general, just to see if that made any difference. It didn't.&lt;/P&gt;&lt;P&gt;I'm working in Pro 3.3.1.&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554031#M89668</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2024-10-31T00:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Integer Type / Create XY Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554049#M89669</link>
      <description>&lt;P&gt;Your fields for latitude and longitude are Text and hence not numeric.&amp;nbsp; You need to add new fields to the table, if you have permissions, of types double and use the field calculator to convert the text to numbers&lt;/P&gt;&lt;P&gt;eg&amp;nbsp; float(!Latitude!)&amp;nbsp; # python processor&lt;/P&gt;&lt;P&gt;This of course assumes that your lat/long are represented as decimal degrees, if not, then&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-coordinate-notation.htm" target="_blank"&gt;Convert Coordinate Notation (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554049#M89669</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-31T00:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Integer Type / Create XY Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554053#M89671</link>
      <description>&lt;P&gt;Thanks, Dan!&lt;/P&gt;&lt;P&gt;So, I've been trying to just change the data type from text to numeric, and I can't. I also can't add a field, the options are greyed out:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AvaFarouche_0-1730334846150.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118517i70283710185FA4CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AvaFarouche_0-1730334846150.png" alt="AvaFarouche_0-1730334846150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried this in and out of edit sessions. I can't figure out why I wouldn't have permissions. I downloaded a batch dataset from a website, but then I copied and pasted just the values into a new table. Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554053#M89671</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2024-10-31T00:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Integer Type / Create XY Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554054#M89672</link>
      <description>&lt;P&gt;Ah, I figured it out! I had to "convert" my values in the original table from text to numeric in a new column... I had formatted the columns to Number previously, but that was not sufficient. .... Thanks for taking the time to chime in!!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 00:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554054#M89672</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2024-10-31T00:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Integer Type / Create XY Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554072#M89674</link>
      <description>&lt;P&gt;glad my advice was useful&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 03:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/edit-integer-type-create-xy-points/m-p/1554072#M89674</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-31T03:01:22Z</dc:date>
    </item>
  </channel>
</rss>

