<?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: Running Point To Raster has output coordinate system different from input? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281158#M3971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output the raster to a file geoDB (or tiff or something else) instead of GRID format.&lt;/P&gt;&lt;P&gt;It is probably a limitation of the rather old grid format which is causing the description of the output raster SR to change.&lt;/P&gt;&lt;P&gt;I believe it hasn't really changed the SR, just described it in terms that are not quite the same as the input points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 08:48:25 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2014-11-07T08:48:25Z</dc:date>
    <item>
      <title>Running Point To Raster has output coordinate system different from input?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281155#M3968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to transform a DEM from a Point-Feature-Class (Shape) to raster (GRID). For that I'm using the tool 'point to raster' and it works perfectly.&lt;/P&gt;&lt;P&gt;The only problem is that it seems to change the coordinate system, so that my resulting GRID has another system than my Shape.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Shape has DHDN_3_Degree_Gauss_Zone_3 (which I want to keep), but the resulting GRID has Deutsches_Hauptdreiecksnetz_Transverse_Mercator.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="comment-copy"&gt;My data frame has the (desired) coordinate system DHDN_3_Degree_Gauss_Zone_3, as well as my output FC. The output coordinate system in the environments is set to 'same as input'. Even though, my output GRID continues to have the Deutsches_Hauptdreiecksnetz_Transverse_Mercator as space reference... &lt;SPAN aria-label="Plain" class="emoticon_plain emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me why that is and how I can prevent it?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is there any way to transform the Transverse_Mercator-system back to Gauss? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 07:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281155#M3968</guid>
      <dc:creator>ChristinaKreim</dc:creator>
      <dc:date>2014-11-07T07:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running Point To Raster has output coordinate system different from input?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281156#M3969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the point file that has the correct coordinate system to a new data frame without any other data in it.&amp;nbsp; It should set the coordinate system of the dataframe automatically.&amp;nbsp; ensure that this is the case...perform the transformation in that data frame with no other data analyzed.&amp;nbsp; it is not possible that Arc randomly picks a coordinate system for output, it is either the system for the input file or the dataframe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281156#M3969</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-07T08:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running Point To Raster has output coordinate system different from input?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281157#M3970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. Unfortunatelly, this brings the exact same result... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281157#M3970</guid>
      <dc:creator>ChristinaKreim</dc:creator>
      <dc:date>2014-11-07T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running Point To Raster has output coordinate system different from input?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281158#M3971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output the raster to a file geoDB (or tiff or something else) instead of GRID format.&lt;/P&gt;&lt;P&gt;It is probably a limitation of the rather old grid format which is causing the description of the output raster SR to change.&lt;/P&gt;&lt;P&gt;I believe it hasn't really changed the SR, just described it in terms that are not quite the same as the input points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281158#M3971</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2014-11-07T08:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Running Point To Raster has output coordinate system different from input?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281159#M3972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, it worked! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 13:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/running-point-to-raster-has-output-coordinate/m-p/281159#M3972</guid>
      <dc:creator>ChristinaKreim</dc:creator>
      <dc:date>2014-11-07T13:37:04Z</dc:date>
    </item>
  </channel>
</rss>

