<?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: Reproject raster catalog in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309694#M17684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi David, &lt;BR /&gt;&lt;BR /&gt;Maybe this isn't the answer you are looking for but maybe this could be a good time to move to mosaic datasets? I find they better at just about everyting compared to raster catalogs, including e.g. reprojections. &lt;BR /&gt;&lt;BR /&gt;If you want to keep you raster catalogs you can create a mosaic based on them, then handle reprojections from the mosaic dataset.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Stefan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your tip. I did not mention that I use 9.3, so there is no option for mosaic datasets at the moment unfortunately. Any other ideas like Python or FME?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 18:34:22 GMT</pubDate>
    <dc:creator>DavidHaberkorn</dc:creator>
    <dc:date>2013-03-19T18:34:22Z</dc:date>
    <item>
      <title>Reproject raster catalog</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309692#M17682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a couple of raster catalogs in different file geodatabases and I need to re-project them to a new coordinate system. Now there is no option to project a whole raster catalog, nor can I use the 'Project Raster' tool, as it won't accept a raster catalog as file type (for selecting single rasters within the catalog).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two options that I thought about so far:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;use tool 'Raster Catalog to Raster Dataset', reproject the raster dataset and bring it back into a catalog. Now the problem is on the one hand that this process takes ages (incl. building of pyramides + calculating statistics) and I loose the single items within the raster catalog (after loading the dataset back into a raster catalog), as it just mosaics the datasets together.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;use Python and loop through raster datasets in raster catalog and reproject them individually. I have not investigated this version, but I doubt whether that will work. In case it would, that could be a solution. Anyone did something like that before?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;My question therefore is, whether there is a proper/efficient way of reprojecting a raster catalog or the raster datasets within a raster catalog respectively from one coordinate system to another? I basically want to end up with raster catalogs that look exactly as the originals (incl. file names of raster datasets within them), but they do need to have a different projection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any tips.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 02:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309692#M17682</guid>
      <dc:creator>DavidHaberkorn</dc:creator>
      <dc:date>2013-03-19T02:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reproject raster catalog</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309693#M17683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe this isn't the answer you are looking for but maybe this could be a good time to move to mosaic datasets? I find they better at just about everyting compared to raster catalogs, including e.g. reprojections. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to keep you raster catalogs you can create a mosaic based on them, then handle reprojections from the mosaic dataset.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 07:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309693#M17683</guid>
      <dc:creator>StefanHaglund1</dc:creator>
      <dc:date>2013-03-19T07:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reproject raster catalog</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309694#M17684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi David, &lt;BR /&gt;&lt;BR /&gt;Maybe this isn't the answer you are looking for but maybe this could be a good time to move to mosaic datasets? I find they better at just about everyting compared to raster catalogs, including e.g. reprojections. &lt;BR /&gt;&lt;BR /&gt;If you want to keep you raster catalogs you can create a mosaic based on them, then handle reprojections from the mosaic dataset.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Stefan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your tip. I did not mention that I use 9.3, so there is no option for mosaic datasets at the moment unfortunately. Any other ideas like Python or FME?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 18:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-raster-catalog/m-p/309694#M17684</guid>
      <dc:creator>DavidHaberkorn</dc:creator>
      <dc:date>2013-03-19T18:34:22Z</dc:date>
    </item>
  </channel>
</rss>

