<?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: Raster Mosaic, huge output file in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642950#M36370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What format are the input images?&amp;nbsp; If it is a highly compressed format, then the rasters are being uncompressed through processing and the output format does not have the same quality of compression.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 11:17:18 GMT</pubDate>
    <dc:creator>TimothyHales</dc:creator>
    <dc:date>2011-06-03T11:17:18Z</dc:date>
    <item>
      <title>Raster Mosaic, huge output file</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642948#M36368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently creating a mosaic of 5 images, between 30-60mb each. The resulting mosaic is a whopping 2gb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried tif, jpg and .jp2 but nothing seems to reduce the file size significantly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using "Mosaic to new raster" as I simply require one image to forward on to someone else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any suggestions for this please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 02:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642948#M36368</guid>
      <dc:creator>JustinReid</dc:creator>
      <dc:date>2011-06-03T02:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Mosaic, huge output file</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642949#M36369</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;SPAN&gt;I guess the problem is that your rasters do not line up exactly. Therefore they are resampled to smaler rasterpoints. you do this 5 times and your file gets really big.&amp;nbsp; When running the mosaic tool you can change the "Mosaicking tolerance" what this does it moves your rasterpixel instead of resampling. Go to ArcgisHelp and search for "Mosaic (Data Management)" and look for mosaicking_tolerance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 04:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642949#M36369</guid>
      <dc:creator>chriss_</dc:creator>
      <dc:date>2011-06-03T04:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Mosaic, huge output file</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642950#M36370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What format are the input images?&amp;nbsp; If it is a highly compressed format, then the rasters are being uncompressed through processing and the output format does not have the same quality of compression.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 11:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642950#M36370</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2011-06-03T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Mosaic, huge output file</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642951#M36371</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;it sounds like you are taking a jp2, jpg, ECW or MrSid file and moasicing them to a new image format but not specifying the Compression value in the environment varaiables. Before you output the raster select the Environments button, then select Raster Storage. Finally the Compression setting. Here I would suggest you pick JPEG2000 and set the compression at 75%. This will proabably give you a mosaic of comparable size to your original images combined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are only going to use it in ArcMAP then you will get even more size reduction if you use the new Geodatabase format Mosaic Dataset. This leaves the images in their native format but builds pyramids (overviews) over the top of all 5 of you images. You could call it a pseudo mosaic as no new image is created but they are all displayed together as if they were mosaiced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gordon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 03:49:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-mosaic-huge-output-file/m-p/642951#M36371</guid>
      <dc:creator>GordonSumerling</dc:creator>
      <dc:date>2011-06-07T03:49:27Z</dc:date>
    </item>
  </channel>
</rss>

