<?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: ArcMap - Adding XY data problem in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388665#M13271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well your table name is terrible so I am suprised it loaded at all. (no spaces, no punctuation other than underscores).&lt;/P&gt;&lt;P&gt;So your latitudes go from about the equator to about 60 degrees and your longitudes are within a 3-4 degree range. Looks like you got it right, unless your data conversion to longitude and latitude are off, especially since this is supposed to be california I take it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2016 00:53:16 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-10-02T00:53:16Z</dc:date>
    <item>
      <title>ArcMap - Adding XY data problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388664#M13270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a csv file containing latitude and longitude.&lt;/P&gt;&lt;P&gt;The length of field name is below 10.&lt;/P&gt;&lt;P&gt;I link latitude to Y field, and longitude to X field.&lt;/P&gt;&lt;P&gt;I have tried using ArcMap and ArcCatolog to import the data but the result is still the same: the points are located vertically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/237706_display.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/237716_table.png" style="width: 620px; height: 480px;" /&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/237718_result.png" style="width: 620px; height: 336px;" /&gt;&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>Sat, 01 Oct 2016 22:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388664#M13270</guid>
      <dc:creator>Long_YeeChiu</dc:creator>
      <dc:date>2016-10-01T22:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding XY data problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388665#M13271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well your table name is terrible so I am suprised it loaded at all. (no spaces, no punctuation other than underscores).&lt;/P&gt;&lt;P&gt;So your latitudes go from about the equator to about 60 degrees and your longitudes are within a 3-4 degree range. Looks like you got it right, unless your data conversion to longitude and latitude are off, especially since this is supposed to be california I take it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 00:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388665#M13271</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-02T00:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding XY data problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388666#M13272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to what Dan mentioned, you need to specify the Coordinate System even f it is lat/long.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="283" src="https://community.esri.com/legacyfs/online/238276_pastedImage_1.png" width="286" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 01:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388666#M13272</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-10-03T01:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding XY data problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388667#M13273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to see latitude and longitude fields clearly.&lt;/P&gt;&lt;P&gt;And I have tried specifying the coordinate system before importing the csv.&lt;/P&gt;&lt;P&gt;But the result is still the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, this csv file is successfully imported into QGIS. That's why I wonder if I can't make it in ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 08:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388667#M13273</guid>
      <dc:creator>Long_YeeChiu</dc:creator>
      <dc:date>2016-10-05T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding XY data problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388668#M13274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try changing the 'long' field name on a lark. .... or better still, I have never used that tool with assigning a field to 'Z field' so just select 'State' and I assume given your values, that not all of the points are in California, so perhaps that field is a misnomer and contains data towards the equator in other countries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-adding-xy-data-problem/m-p/388668#M13274</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-05T09:46:07Z</dc:date>
    </item>
  </channel>
</rss>

