<?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: Geotransformation is not valid in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geotransformation-is-not-valid/m-p/36226#M1262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops-- I got rid of the error by switching to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_StatePlane_Colorado_Central_FIPS_0502&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_HARN_StatePlane_Colorado_Central_FIPS_0502&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can ignore question #4.&amp;nbsp; However my first three questions still remain.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2014 16:43:31 GMT</pubDate>
    <dc:creator>LT</dc:creator>
    <dc:date>2014-05-24T16:43:31Z</dc:date>
    <item>
      <title>Geotransformation is not valid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geotransformation-is-not-valid/m-p/36225#M1261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to find the area of my Denver, Colorado polygons in kilometers (km) and I think my data is in Decimal Degrees, so I need to project it before using calculate field to calculate the area.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My data properties say the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Type: Shapefile Feature Class &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shapefile: C:\foo.shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geometry Type: Polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Coordinates have Z values: No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Coordinates have measures: No &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geographic Coordinate System: GCS_WGS_1984&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Datum:&amp;nbsp; D_WGS_1984&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prime Meridian:&amp;nbsp; Greenwich&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Angular Unit:&amp;nbsp; Degree&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My specific questions are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;I think this means my data is in decimal degrees and I need to project it to get an accurate area measure in km.&amp;nbsp; Does this sound correct? &lt;/LI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;I believe an appropriate coordinate system would be:&lt;/LI&gt;&lt;BR /&gt;NAD_1983_HARN_StatePlane_Colorado_Central_FIPS_0502_Feet&lt;BR /&gt;&lt;BR /&gt;My source of coordinate system selection is from here: &lt;BR /&gt;&lt;A href="http://www.denvergov.org/?TabId=426422"&gt;http://www.denvergov.org/?TabId=426422&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.spatialreference.org/ref/?search=Colorado"&gt;http://www.spatialreference.org/ref/?search=Colorado&lt;/A&gt;&lt;BR /&gt;Does this sound correct?&lt;BR /&gt;&lt;BR /&gt;&lt;LI&gt;The project tool requires a coordinate system transformation and I selected NAD_1983_To_WGS_1984_5.&amp;nbsp; Does this sound correct?&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;I based this selection on this source: &lt;A href="http://blogs.esri.com/esri/arcgis/2009/05/06/about-geographic-transformations-and-how-to-choose-the-right-one/"&gt;http://blogs.esri.com/esri/arcgis/2009/05/06/about-geographic-transformations-and-how-to-choose-the-right-one/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which says:&lt;BR /&gt;HowTo: Determine which NAD_1983_To_WGS_1984 transformation to use--&lt;BR /&gt;NAD_1983_To_WGS_1984_1 �?? for the entire North American continent.&lt;BR /&gt;NAD_1983_To_WGS_1984_2 �?? for the Aleutian islands.&lt;BR /&gt;NAD_1983_To_WGS_1984_3 �?? for Hawai�??i.&lt;BR /&gt;NAD_1983_To_WGS_1984_4 �?? superseded by _5; this transformation method should no longer be used!&lt;BR /&gt;NAD_1983_To_WGS_1984_5 �?? for the 48 contiguous United States.&lt;BR /&gt;NAD_1983_To_WGS_1984_6 �?? for the Canadian province of Quebec.&lt;BR /&gt;NAD_1983_To_WGS_1984_7 �?? for the Canadian province of Saskatchewan.&lt;BR /&gt;NAD_1983_To_WGS_1984_8 �?? for the Canadian province of Alberta.&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;I get an error when I run the Project (Data Management) tool.&amp;nbsp; &lt;BR /&gt;Here's a picture of how I filled in the Project GUI: &lt;A href="http://screencast.com/t/ARKUS3wQdf"&gt;http://screencast.com/t/ARKUS3wQdf&lt;/A&gt;&lt;BR /&gt;This is the error I get:&lt;BR /&gt;ERROR 000151: The geotransformation(s) is not valid.&amp;nbsp; Failed to execute (Project).&amp;nbsp; &lt;BR /&gt;Any ideas why this may be happening?&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 16:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geotransformation-is-not-valid/m-p/36225#M1261</guid>
      <dc:creator>LT</dc:creator>
      <dc:date>2014-05-24T16:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Geotransformation is not valid</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geotransformation-is-not-valid/m-p/36226#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops-- I got rid of the error by switching to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_StatePlane_Colorado_Central_FIPS_0502&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_HARN_StatePlane_Colorado_Central_FIPS_0502&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can ignore question #4.&amp;nbsp; However my first three questions still remain.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 16:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geotransformation-is-not-valid/m-p/36226#M1262</guid>
      <dc:creator>LT</dc:creator>
      <dc:date>2014-05-24T16:43:31Z</dc:date>
    </item>
  </channel>
</rss>

