<?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: how to join permanently table to raster in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517980#M17204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could create a copy of the raster, manually add the fields to the copy, join your data, then use field calculator on each field. Not great but it should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 19:10:16 GMT</pubDate>
    <dc:creator>PaulKroseman</dc:creator>
    <dc:date>2012-01-19T19:10:16Z</dc:date>
    <item>
      <title>how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517977#M17201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On one side, I have a table that contains 7 colomns and one of it is a unique value, from 1 to 50 (VALUE field). On the other site, I have a raster with the VALUE field (from 1 to 50) and the COUNT fiels. I can do a right-click(on the raster)=&amp;gt;joins and relates to join my table to the RASTER (it appears in the attribute table from the raster).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But here is my problem, I can't make this join permanent... Is there a way to do so? exporting the raster with the join table doesn't work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcMAP 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 13:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517977#M17201</guid>
      <dc:creator>Louis-VincentGagne</dc:creator>
      <dc:date>2012-01-19T13:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517978#M17202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the CopyRaster tool (from the toolbox). In my experience, this has preserved the join fields in the output raster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 15:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517978#M17202</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-19T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517979#M17203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CopyRaster tool does the same thing... it copies the raster but doesn't keep the join table...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 16:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517979#M17203</guid>
      <dc:creator>Louis-VincentGagne</dc:creator>
      <dc:date>2012-01-19T16:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517980#M17204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could create a copy of the raster, manually add the fields to the copy, join your data, then use field calculator on each field. Not great but it should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517980#M17204</guid>
      <dc:creator>PaulKroseman</dc:creator>
      <dc:date>2012-01-19T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517981#M17205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The way raster tools work, it really makes sense to keep attributes in a separate table if you can, as any subset or clipping of the raster data in most cases will lose all attributes except VALUE and COUNT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, I believe the Join Field tool will do what you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 21:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517981#M17205</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-01-19T21:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517982#M17206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After you join all the tables you want, you can do an Extraction by mask or something like that and the new raster dataset will contain all the table`s information. I`ve done that on the World Soils Map from FAO. It worked really nice and I also extracted my area of interest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis Mariano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517982#M17206</guid>
      <dc:creator>DenisMariano</dc:creator>
      <dc:date>2012-09-28T18:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to join permanently table to raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517983#M17207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Exporting VATs to independent tables then joinig those tables back to combined GRIDs worked:) Somtimes if I did a join directly back to the GRID, I would only get the column names of the joined table, but none of the values. It would be nice if the Combine function or others allowed you to keep descriptive attributes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-join-permanently-table-to-raster/m-p/517983#M17207</guid>
      <dc:creator>DianeMcConnaughey</dc:creator>
      <dc:date>2014-05-15T17:17:39Z</dc:date>
    </item>
  </channel>
</rss>

