<?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: Creating Point from XY Fails if not saving into project folder ( in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-point-from-xy-fails-if-not-saving-into/m-p/1582076#M45555</link>
    <description>&lt;P&gt;It's most likely not the case of saving into a Project, rather that saving as s shapefile .shp has an error, where saving as a Feature Class inside a File Geodatabase .gdb does not.&lt;/P&gt;&lt;P&gt;There are several structural differences to .shp and .gdb Feature Classes such as field name lengths, .shp does not contain topologies, global IDs, only basic field types supported, a 2Gb file size limit, domains, subtypes not supported etc.&lt;/P&gt;&lt;P&gt;If I were to guess, you may either have a file over 2Gb, or a Date field (.shp does not store datetime in a&amp;nbsp; single field - only Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 01:11:10 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2025-02-05T01:11:10Z</dc:date>
    <item>
      <title>Creating Point from XY Fails if not saving into project folder (</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-point-from-xy-fails-if-not-saving-into/m-p/1582033#M45554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a weird problem where Arc will not convert my csv into a shapefile unless I save it into my project folder. I import the csv, check the data types, and run Create Point from XY:&lt;/P&gt;&lt;P&gt;Input Table ozone.csv&lt;BR /&gt;Output Feature Class C:\Users\Arya\Documents\ozone.shp&lt;BR /&gt;X Field Site Longitude&lt;BR /&gt;Y Field Site Latitude&lt;BR /&gt;Z Field&lt;BR /&gt;Coordinate System GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 285, in &amp;lt;module&amp;gt;&lt;BR /&gt;", ".join(empty_out_bounds)))&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 271, in xy_table_to_points&lt;BR /&gt;arcpy.AddIDMessage("WARNING", 1086, str(e).split("[")[1][:-1])&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 6549, in CopyFeatures&lt;BR /&gt;raise e&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 6540, in CopyFeatures&lt;BR /&gt;gp.CopyFeatures_management(&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 532, in &amp;lt;lambda&amp;gt;&lt;BR /&gt;return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;arcgisscripting.ExecuteError: ERROR 000210: Cannot create output C:\Users\Arya\Documents\ozone.shp&lt;BR /&gt;ERROR 000308: Invalid field type&lt;BR /&gt;Failed to execute (CopyFeatures).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Failed script XY Table To Point...&lt;BR /&gt;Failed to execute (XYTableToPoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I change the output to be stored within the project, it works fine:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124645i2D069D3C281A7698/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 22:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-point-from-xy-fails-if-not-saving-into/m-p/1582033#M45554</guid>
      <dc:creator>NateLemoine</dc:creator>
      <dc:date>2025-02-04T22:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Point from XY Fails if not saving into project folder (</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-point-from-xy-fails-if-not-saving-into/m-p/1582076#M45555</link>
      <description>&lt;P&gt;It's most likely not the case of saving into a Project, rather that saving as s shapefile .shp has an error, where saving as a Feature Class inside a File Geodatabase .gdb does not.&lt;/P&gt;&lt;P&gt;There are several structural differences to .shp and .gdb Feature Classes such as field name lengths, .shp does not contain topologies, global IDs, only basic field types supported, a 2Gb file size limit, domains, subtypes not supported etc.&lt;/P&gt;&lt;P&gt;If I were to guess, you may either have a file over 2Gb, or a Date field (.shp does not store datetime in a&amp;nbsp; single field - only Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 01:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-point-from-xy-fails-if-not-saving-into/m-p/1582076#M45555</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-02-05T01:11:10Z</dc:date>
    </item>
  </channel>
</rss>

