<?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 Need Help: Create Feature Class from XY table in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416732#M14082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcMap 10 I have a map where all of the data is in the Geographic CoorSys of GCS_WGS_1984 and the frame has a Projected CoordSys of WGS_1984_Web_Mercator_Auxiallary_Sphere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a spreadsheet containing populated latitude and longitude fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to use the Create Feature Class-&amp;gt;From XY Table... the tool plots the data at the equator. Now I can guess that this is because the tool is evaluating the lat/lon data as meters. I have tried a variety of different input coordinate systems and all of them behave the same way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is how to put the data on the map with the above givens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your consideration and response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John Hollingsworth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Clear Channel Outdoor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 14:50:09 GMT</pubDate>
    <dc:creator>JohnHollingsworth</dc:creator>
    <dc:date>2012-04-25T14:50:09Z</dc:date>
    <item>
      <title>Need Help: Create Feature Class from XY table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416732#M14082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcMap 10 I have a map where all of the data is in the Geographic CoorSys of GCS_WGS_1984 and the frame has a Projected CoordSys of WGS_1984_Web_Mercator_Auxiallary_Sphere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a spreadsheet containing populated latitude and longitude fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to use the Create Feature Class-&amp;gt;From XY Table... the tool plots the data at the equator. Now I can guess that this is because the tool is evaluating the lat/lon data as meters. I have tried a variety of different input coordinate systems and all of them behave the same way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is how to put the data on the map with the above givens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your consideration and response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John Hollingsworth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Clear Channel Outdoor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 14:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416732#M14082</guid>
      <dc:creator>JohnHollingsworth</dc:creator>
      <dc:date>2012-04-25T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Create Feature Class from XY table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416733#M14083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What coordinate system was the data collected in?&amp;nbsp; You will need to select the same coordinate system within the tool.&amp;nbsp; Can you provide a sample of the data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 16:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416733#M14083</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-04-25T16:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Create Feature Class from XY table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416734#M14084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the spreadsheet values are in latitude and longitude units, then you have to plot them in a 'geographic' coordinate space (which is measured in latitude and longitude). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do it interactivly, create a new data frame in geographic coordinates (and wgs84) and run Create Feature Class-&amp;gt; From XY Table in that frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Save the output feature class and define its coordinate system appropriately (as GCS_WGS_1984). You can do that by exporting it from your GCS_WGS_1984 data frame, using the data frame coordinate system, or through the Properties menu when you right click the new FC in ArcCatalog (or by using the Toolbox Tool).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 11:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/need-help-create-feature-class-from-xy-table/m-p/416734#M14084</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2012-04-26T11:02:55Z</dc:date>
    </item>
  </channel>
</rss>

