<?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 Raster spatial reference issue in 10 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305186#M17418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for insights on why the spatial reference of an IMG raster (it's big, that's why it's in IMG format) displays as 'NAD_1983_Albers' in ArcGIS 10 and 'USA_Contiguous_Albers_Equal_Area_Conic_USGS_version' in ArcGIS 9.3.1.&amp;nbsp; This inconsistency is present in Python SpatialReference objects (both arcpy and arcgisscripting flavors) and in the ArcMap Layer Properties GUI.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can code around it, but it seems like a potential bug. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 14:35:41 GMT</pubDate>
    <dc:creator>LisaNelson</dc:creator>
    <dc:date>2011-04-05T14:35:41Z</dc:date>
    <item>
      <title>Raster spatial reference issue in 10</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305186#M17418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for insights on why the spatial reference of an IMG raster (it's big, that's why it's in IMG format) displays as 'NAD_1983_Albers' in ArcGIS 10 and 'USA_Contiguous_Albers_Equal_Area_Conic_USGS_version' in ArcGIS 9.3.1.&amp;nbsp; This inconsistency is present in Python SpatialReference objects (both arcpy and arcgisscripting flavors) and in the ArcMap Layer Properties GUI.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can code around it, but it seems like a potential bug. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305186#M17418</guid>
      <dc:creator>LisaNelson</dc:creator>
      <dc:date>2011-04-05T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Raster spatial reference issue in 10</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305187#M17419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm looking for insights on why the spatial reference of an IMG raster (it's big, that's why it's in IMG format) displays as 'NAD_1983_Albers' in ArcGIS 10 and 'USA_Contiguous_Albers_Equal_Area_Conic_USGS_version' in ArcGIS 9.3.1.&amp;nbsp; This inconsistency is present in Python SpatialReference objects (both arcpy and arcgisscripting flavors) and in the ArcMap Layer Properties GUI.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I can code around it, but it seems like a potential bug. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lisa&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Lisa, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri stores coordinate system information by well-known ID (wkid aka "code" or EPSG code) and by well-known text (WKT). Sometimes Esri adds a coordinate system with a particular name, then EPSG, an external authority, adds the same definition with a different name. Each also has different wkids. When we can we will update an Esri entry to use the EPSG wkid because that's a more widely accepted authority. Rasters are more complicated than vector data because of the different formats. The coordinate system information is stored differently in the various file formats. In this case, possibly the wkt from 9.3.1 is mapping to the 10 wkid, which has a different wkt in the IMG format code!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 18:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305187#M17419</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2011-04-05T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Raster spatial reference issue in 10</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305188#M17420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, Melita.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears no EPSG code (WKID) exists for this spatial reference (&lt;/SPAN&gt;&lt;A href="http://spatialreference.org/ref/sr-org/6703/"&gt;http://spatialreference.org/ref/sr-org/6703/&lt;/A&gt;&lt;SPAN&gt;), although a SR-ORG Id does (6703). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got around it using the SpatialReference.projectionCode property, which is consistent between 9.3.1 and 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 15:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305188#M17420</guid>
      <dc:creator>LisaNelson</dc:creator>
      <dc:date>2011-04-07T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Raster spatial reference issue in 10</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305189#M17421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've gotten into the habit of using the WKID in Python because the names can be quite inconsistent. Then tools like the Define Projection tool can handle the inconsistencies between the different file formats (we hope, and they usually do -- if the raster format supports the projection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, CONUS Albers USGS version using Esri WKID (found by looking in ArcMap data frame properties): &lt;STRONG&gt;arcpy.SpatialReference(102039)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 14:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305189#M17421</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-11-03T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Raster spatial reference issue in 10</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305190#M17422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have run into into this with our NHDPlus processing with the Esri GRID format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have a raster or do some processing using the spatial reference labeled&amp;nbsp;&lt;EM&gt;USA_Contiguous_Albers_Equal_Area_Conic_USGS_version&lt;/EM&gt; (Esri WKID 102039, SR-ORG:6703) this is saved in Esri grids as &lt;EM&gt;NAD_1983_Albers&amp;nbsp;&lt;/EM&gt;and this label propagates through using map algebra or Copy Raster to other formats (like .tif) that do support the standard label. I posted an incident request on this, I really think the raster tools should sniff out at least some projections on their way out of Esri grid format, which is still the most efficient format to use for some processing. This issue will be become less common with 10.5 and later, which has an update to map algebra which does not save temp rasters through the grid format (it now creates temp rasters using .tif).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is recorded by Esri as&lt;/P&gt;&lt;P&gt;[NIM058732: When projecting ESRI GRID to 'USA_Contiguous_Albers_Equal_Area_Conic', the resulting projection becomes 'NAD_1983_Albers'.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://support.esri.com/en/bugs/nimbus/TklNMDU4NzMy" title="https://support.esri.com/en/bugs/nimbus/TklNMDU4NzMy" rel="nofollow noopener noreferrer" target="_blank"&gt;https://support.esri.com/en/bugs/nimbus/TklNMDU4NzMy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;though: the problem exists &lt;EM&gt;whenever saving any raster to Esri grid format that is in this projection,&lt;/EM&gt; not just when projecting!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Input&amp;nbsp;.TIF, reported from Describe as this (although the tif tags don't seem to have a this label anywhere)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;USA_Contiguous_Albers_Equal_Area_Conic_USGS_version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the prj.adf file for this raster when saved to Esri grid format:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Projection ALBERS
Datum NAD83
Spheroid GRS80
Units METERS
Zunits 100.0 /* NAVD_1988 - VCS# = 5703
Xshift 0.0
Yshift 0.0
Parameters 
 29 30 0.0 /* 1st standard parallel
 45 30 0.0 /* 2nd standard parallel
 -96 0 0.0 /* central meridian
 23 0 0.0 /* latitude of projection's origin
0.0 /* false easting (meters)
0.0 /* false northing (meters)‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When this grid copied to .TIF (in the .tif tags):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;PCS Name = NAD_1983_Albers
‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:36:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-spatial-reference-issue-in-10/m-p/305190#M17422</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T14:36:55Z</dc:date>
    </item>
  </channel>
</rss>

