<?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: Hello Users;    I have a coordinate system projection problem in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260619#M14885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan; Again. After working with the dataset a number of times, I can only conclude it was a bad data set. I found another version of the same shapefile and dataset and it pulls in right where it should. That and performing a GCS transformation on some others that weren't quite lining up correctly took care of the issues - for now. On to more data!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 22:20:56 GMT</pubDate>
    <dc:creator>DavidGray1</dc:creator>
    <dc:date>2016-08-29T22:20:56Z</dc:date>
    <item>
      <title>Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260615#M14881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a points feature set in projection NAD_1983_StatePlane_Nevada_West_FIPS_2703_feet. GCS is North_American_1983. The Data Frame is the same. I have added in another points feature set that is in projection NAD_1983_UTM_Zone_11N. GCS is North American_1983. When running define projection on the second set into NAD_1983_Stateplane_Nevada_West_FIPS_2703_feet, the data adjusts but is still 2 million feet away from the first set. Both now are in GCS_North_America_1983, both are projection NAD_1983_Stateplane_Nevada_West_FIPS_2703_feet and extents show both are in feet. What is going on? I have poured through Lining Up The Data book and am at a loss here.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 23:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260615#M14881</guid>
      <dc:creator>DavidGray1</dc:creator>
      <dc:date>2016-08-25T23:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260616#M14882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define Projection tells something what it is... it is only used when a file has no coordinate system, or it was 'defined' wrong.&lt;/P&gt;&lt;P&gt;On the other hand, the Project tool takes something in one coordinate system and produces a new something that is in the desired coordinate system.&lt;/P&gt;&lt;P&gt;You didn't use Define when you wanted Project did you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 23:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260616#M14882</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-25T23:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260617#M14883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan; For the prompt reply. The reason I tried the define projection option was that project just did not do anything. I tried it again after your suggestion. And the data set just doesn't move. It does create a new dataset on a separate layer, but it overlies the original exactly.&amp;nbsp;&amp;nbsp; ?????&amp;nbsp;&amp;nbsp;&amp;nbsp; The data set did move with a define projection, but is still way off. I am wondering about this data set.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks again; Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260617#M14883</guid>
      <dc:creator>DavidGray1</dc:creator>
      <dc:date>2016-08-26T00:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260618#M14884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do note... the first layer that you add to a data frame, sets the coordinate system of the data frame.&lt;/P&gt;&lt;P&gt;Any subsequent data which has a defined coordinate system gets reprojected on-the-fly to the coordinate system of the data frame.&lt;/P&gt;&lt;P&gt;Putting these together... If you project a file in the same data frame that it was in, it will not budge... nothing, it will look the same.&lt;/P&gt;&lt;P&gt;Open a new dataframe and drag the recently projected file into it ... remember, it is now the first in... it will set the coordinate system of that dataframe, and I bet it will look different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reexamine your steps in light of these comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260618#M14884</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-26T00:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260619#M14885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan; Again. After working with the dataset a number of times, I can only conclude it was a bad data set. I found another version of the same shapefile and dataset and it pulls in right where it should. That and performing a GCS transformation on some others that weren't quite lining up correctly took care of the issues - for now. On to more data!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260619#M14885</guid>
      <dc:creator>DavidGray1</dc:creator>
      <dc:date>2016-08-29T22:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260620#M14886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well... you got me thinking about the whole project/define thing... so maybe you will find this amusing/useful&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/08/29/define-projection-vs-project-a-visual-guide"&gt;/blogs/dan_patterson/2016/08/29/define-projection-vs-project-a-visual-guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260620#M14886</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-29T22:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Users;    I have a coordinate system projection problem</title>
      <link>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260621#M14887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good link Dan; And that led me to a bunch of other informative links about Geographic and Projected coordinate systems, and then on to custom symbology, and layout tutorials. Good stuff. &amp;nbsp; Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 03:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/hello-users-i-have-a-coordinate-system-projection/m-p/260621#M14887</guid>
      <dc:creator>DavidGray1</dc:creator>
      <dc:date>2016-08-30T03:39:30Z</dc:date>
    </item>
  </channel>
</rss>

