<?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 import csv geodata in Coordinate Reference Systems Questions</title>
    <link>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863089#M1619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I have a file with locationas and i want to import that in arcgis for desktop 10.3.1.&lt;/P&gt;&lt;P&gt;the location are in this format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-64.9734423 46.8886667 0, -64.975073 46.9527568 0,&lt;/P&gt;&lt;P&gt;What format is this? and what coordinate system do i need to use if i import this true create feature class true xy table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2016 16:32:28 GMT</pubDate>
    <dc:creator>PeterVersteeg</dc:creator>
    <dc:date>2016-12-08T16:32:28Z</dc:date>
    <item>
      <title>import csv geodata</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863089#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I have a file with locationas and i want to import that in arcgis for desktop 10.3.1.&lt;/P&gt;&lt;P&gt;the location are in this format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-64.9734423 46.8886667 0, -64.975073 46.9527568 0,&lt;/P&gt;&lt;P&gt;What format is this? and what coordinate system do i need to use if i import this true create feature class true xy table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 16:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863089#M1619</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2016-12-08T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: import csv geodata</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863090#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the first row have any text (ColumnName) in it?&lt;/P&gt;&lt;P&gt;Looks like XYZ values in CSV file.&lt;/P&gt;&lt;P&gt;You could try&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;Adding x,y coordinate data as a layer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Spatial Reference preferably &lt;STRONG&gt;GCS_WGS1984&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 16:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863090#M1620</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-12-08T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: import csv geodata</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863091#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter - I would reformat your file first. Looks like the X Y Z coordinates are separated by a comma in a run on string. I would use Notepad ++ to replace the comma and space after it with a carriage return, then replace all the spaces with commas. Then you'd have rows of properly separated coordinates. The coordinates appear to be WGS 84.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Notepad++&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the CSV file&lt;/LI&gt;&lt;LI&gt;Hit Cntrl H to open replace&lt;/LI&gt;&lt;LI&gt;In the Search mode click on the Extended radial button&lt;/LI&gt;&lt;LI&gt;Find: , &amp;nbsp; &amp;nbsp;(comma and a space)&lt;/LI&gt;&lt;LI&gt;Replace with: \r&lt;/LI&gt;&lt;LI&gt;Then Find: &amp;lt;space&amp;gt;&lt;/LI&gt;&lt;LI&gt;Replace with: ,&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me. I had to open the CSV in Excel and save it to a new file so that ArcMap would recognize the new format. In ArcMap, add data, add XY data. Field 1 is X, Field 2 is Y, Field 3 is Z. The points drew in Nova Scotia near a Canadian National Park.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/278673_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863091#M1621</guid>
      <dc:creator>AdamZiegler1</dc:creator>
      <dc:date>2016-12-08T17:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: import csv geodata</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863092#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I seems I did not set the Y field earlier. Thank you for the info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/import-csv-geodata/m-p/863092#M1622</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2016-12-08T17:04:04Z</dc:date>
    </item>
  </channel>
</rss>

