<?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 Reprojecting rasters in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29675#M1589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Geonet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to reproject multiple rasters i.e. tiff tiles that cover a county region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I reproject tiles individually I get black edges on all the images from the rotational correction.&amp;nbsp; So I'm considering merging all the images into a single tile before doing the reprojection - this is feasible in this case but for a larger area would not be possible; so what's the best route to take?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 07:25:04 GMT</pubDate>
    <dc:creator>BenLeslie1</dc:creator>
    <dc:date>2015-05-06T07:25:04Z</dc:date>
    <item>
      <title>Reprojecting rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29675#M1589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Geonet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to reproject multiple rasters i.e. tiff tiles that cover a county region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I reproject tiles individually I get black edges on all the images from the rotational correction.&amp;nbsp; So I'm considering merging all the images into a single tile before doing the reprojection - this is feasible in this case but for a larger area would not be possible; so what's the best route to take?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 07:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29675#M1589</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-05-06T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reprojecting rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29676#M1590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend creating a &lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/raster-and-images/what-is-a-mosaic-dataset.htm"&gt;mosaic dataset&lt;/A&gt; with the projection you would like the rasters projected in.&amp;nbsp; You can then &lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/raster-and-images/adding-raster-data-to-a-mosaic-dataset.htm"&gt;load &lt;/A&gt;the rasters into the mosaic dataset, and set a geographic transformation (if necessary) by right-clicking on the mosaic dataset &amp;gt; Properties &amp;gt; Defaults tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95081_screen1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29676#M1590</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-05-06T11:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reprojecting rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29677#M1591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the black edges are "NoData" values, you could use Reclassify tool. Select all the records except "NoData" and click &lt;STRONG&gt;Delete Entries&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/legacyfs/online/78930_pastedImage_0.png"&gt;&lt;IMG alt="" class="image-1 jive-image" height="208" src="https://community.esri.com/legacyfs/online/95085_pastedImage_0.png" width="423" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Define the new values to 0.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/legacyfs/online/78931_pastedImage_1.png"&gt;&lt;IMG alt="" class="image-2 jive-image" height="207" src="https://community.esri.com/legacyfs/online/95086_pastedImage_1.png" width="399" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29677#M1591</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-05-06T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reprojecting rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29678#M1592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake, this is definitely useful - I've learnt somethin new.&amp;nbsp; However, I ultimately need to output to tiffs so it looks like I will still need to mosaic the mosaic into a single tiff and then chop it up into tiles - do you agree?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29678#M1592</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-05-06T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reprojecting rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29679#M1593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you require TIFFs, I would recommend running the Project Raster tool.&amp;nbsp; In order to get rid of the blank edges, you can set the NoData value within the Environments.&amp;nbsp; I'm assuming the values 0,0,0 are being converted to the black edges.&amp;nbsp; If this is the case, you can set the NoData value to 'MINIMUM'.&amp;nbsp; This will convert the 0,0,0 values to NoData.&amp;nbsp; Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95082_screen1.png" style="width: 620px; height: 456px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reprojecting-rasters/m-p/29679#M1593</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-05-06T13:19:22Z</dc:date>
    </item>
  </channel>
</rss>

