<?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: File size increase when projecting raster in Imagery and Remote Sensing Questions</title>
    <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268955#M260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I should summarize, although the post by Gabriel Upchurch summarized this pretty well – and your initial assumption [that this is caused by the inherent distortion of Web Mercator at high latitudes] was correct.&amp;nbsp; I should have realized the details sooner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Web Mercator projection, the scale increases as (1/(cosine of Latitude)) so at 60deg it is 2x larger (2x scale error), and your data is at about 70 degrees latitude, so the scale error is almost exactly a factor of 3.&amp;nbsp; Cosine(70) = .3420.&amp;nbsp; That means it is a proper implementation &lt;EM&gt;for a Web Mercator projection&lt;/EM&gt; that a distance of 100 meters will be reported to appear to be 300 meters.&amp;nbsp; I had not realized this distortion would be embedded into a reprojected file, but it is necessary for compatibility with the coordinate system.&amp;nbsp; Multiplied in 2 dimensions, this (3x3) distortio is a factor of ~9, so your input file (29 MB) becomes almost 250 MB after reprojection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This really emphasizes the disadvantage of using a projected coordinate system too far from its origin. If all of your work will be at high latitudes, it would be better to use a local coordinate system, assuming any measurements will be made on the map.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Note I did some testing, and verified that the ArcGIS Online web map &lt;SPAN style="text-decoration: underline;"&gt;compensates&lt;/SPAN&gt; for the distortion, so it provides generally accurate measurements. (Exactly how accurate, I do not know – I would need to ask our experts…)&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Also note that ArcGIS Desktop has options for how it reports measurements.&amp;nbsp; It will default to "PLANAR" measurements when using the measure tool (which does NOT compensate for the scale distortion), but the tool has the option to choose "GEODESIC" which will provide accurate local measurements.&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;IMG __jive_id="130877" alt="WebMercator-GeodeticMeasurements.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130877_WebMercator-GeodeticMeasurements.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options to consider:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The best option is to use the Mosaic Dataset to serve your imagery directly from its original format, and the application that consumes it can request any projection (AK State Plane, Web Mercator, other) and ArcGIS will project on the fly.&amp;nbsp; For this, you will need our Image Extension, and I’m trying to confirm if your client already has it.&amp;nbsp; The advantage is you won’t have to duplicate data on disk (either as export to Web Mercator *&lt;STRONG&gt;or&lt;/STRONG&gt;* in raster tile cache format).&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;Sub-option here – you do not need the image extension to serve one single image e.g. an orthomosaic of a single project site – but I’m guessing you have more than one site/one image and you &lt;SPAN style="text-decoration: underline;"&gt;would&lt;/SPAN&gt; want to use a Mosaic Dataset &amp;amp; thus the Image Extension…&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;If the web map needs to support measurements, consider building your web maps/apps in Alaska State Plane or another appropriate coordinate system.&amp;nbsp; It is not mandatory for web maps/apps to use the Web Mercator projection, but that raises the question of what other data must appear in your maps…&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;If you want to proceed with services using Web Mercator, I think they can be fine for visualization at Latitude 70 degrees (but at even more extreme latitudes I think the distortion would be unacceptable).&amp;nbsp; If your users expect to make any measurements, you will need to consider and test the Web Mercator scale issues carefully.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;If you do proceed in Web Mercator, I’d suggest you cache directly from the Mosaic Dataset.&amp;nbsp; The cache may increase in size due to the scaling, but you should use JPG format (assuming your images are continuous imagery or a hillshade of elevation data), and keep the scale changes due to the projection in mind – if you want the visual quality of a level 19 cache, you can actually start at level 18 (1/4 the data volume) and you won’t lose visual quality.&amp;nbsp; Again, we should test a small area first to be sure!&lt;OL&gt;&lt;LI&gt;Note I had forgotten that your data file was 32 bit float.&amp;nbsp; If this is elevation data, then the raster tile cache format is not usable – it is limited to 8 bits, 3 bands.&amp;nbsp; We can share elevation data as a compressed 3D surface (different cache format), so if you need to share elevation values, this is a separate discussion.&amp;nbsp; But note that using a dynamic image service, shared from a Mosaic Dataset, solves this…&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 18:23:38 GMT</pubDate>
    <dc:creator>CodyBenkelman</dc:creator>
    <dc:date>2015-10-12T18:23:38Z</dc:date>
    <item>
      <title>File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268935#M240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why when is it that when I project a raster from Alaska state plane zone 4 feet to Web Mercator does the file size increase so dramatically? It starts at ~29MB before it is projected and then increases to ~257MB after projection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/129925_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAD_1983_2011_StatePlane_Alaska_4_FIPS_5004_US_Survey_Ft&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/129923_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;WGS_1984_Web_Mercator_Auxiliary_Sphere&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/129924_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I can think of is that the distortion in web mercator at high latitudes is causing the raster to be "stretched" in some way and then leading to an increase in file size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268935#M240</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T19:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268936#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Esri has a technical article discussing some of these reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/28470" title="http://support.esri.com/en/knowledgebase/techarticles/detail/28470"&gt;28470 - Why does the data bit depth increase when a raster is projected, rotated, or clipped?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can result in file size changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/30560" title="http://support.esri.com/en/knowledgebase/techarticles/detail/30560"&gt;30560 - Why does the file size of my raster image change when I export or create a new image?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268936#M241</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T19:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268937#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&amp;nbsp; It appears there has been a considerable addition of rows and columns.&amp;nbsp; The proportional difference in rows and columns is almost identical to the proportional difference in file sizes.&amp;nbsp; I would symbolize your NoData cells to see if that is where all the extra rows and columns are hiding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268937#M242</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2015-10-06T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268938#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, looking at your image, raster_cut_small contains more columns and rows; the cells are smaller, and there's a higher level for pyramids. All of this results in more data contained within the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268938#M243</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T19:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268939#M244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info; however, both images are 8 bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268939#M244</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268940#M245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Gabriel Upchurch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting.&amp;nbsp; It appears there has been a considerable addition of rows and columns.&amp;nbsp; The proportional difference in rows and columns is almost identical to the proportional difference in file sizes.&amp;nbsp; I would symbolize your NoData cells to see if that is where all the extra rows and columns are hiding.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For sure the extra size has to be coming from the increase in rows and columns. But why is this happing? I would think that it would have more or less the same number of rows and columns as the original because:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="129934" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/129934_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the cell size that the tool selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268940#M245</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268941#M246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears you are confusing comments by two different people.&amp;nbsp; You are exactly correct about the cell sizes since there was a conversion from feet to meters between the two systems.&amp;nbsp; The cells are still the same size so this is not why the datasets are different sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you symbolize the NoData as I (Gabriel Upchurch) suggested?&amp;nbsp; My guess is that the dataset was rotated during the transformation which resulted in a large areas of NoData cells being added in the corners.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268941#M246</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2015-10-06T20:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268942#M247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're right - the reprojection to web mercator results in smaller cells from the conversion to meter, from foot. Sorry - should have clarified that as an observation rather than the cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268942#M247</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T20:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268943#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forest,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what hat compression is being applied to the output image? Is it the same as the source. Under the Environments there is a raster storage setting called &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/environments/compression.htm"&gt;compression&lt;/A&gt;&amp;nbsp; which specifies the compression used on the image. See the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/raster-and-images/environment-settings-for-raster-data.htm"&gt;help topic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending in in the source compression and the resultant image you could see these size changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Gordon &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268943#M248</guid>
      <dc:creator>GordonSumerling</dc:creator>
      <dc:date>2015-10-06T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268944#M249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, in the past, I have run into problems with the raster environment settings - &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t000000nz000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t000000nz000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268944#M249</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T20:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268945#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry that I mixed your comments up Gabriel and Chris.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel, the extra rows and columns are not in no data (well a few of them are for sure but not 1000s of them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="129941" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/129941_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;No data in magenta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268945#M250</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T20:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268946#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are LZ77&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268946#M251</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T20:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268947#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For LZ77, there is no appreciable difference in file size between level 5 and 6 pyramids:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//009t00000019000000" title="http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//009t00000019000000"&gt;http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//009t00000019000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that shouldn't be an issue. Actually, according to the documentation, the most this should cost you is 8%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268947#M252</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T20:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268948#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forest&lt;/P&gt;&lt;P&gt;There is something fundamentally wrong, but so far I can't figure out what it is.&amp;nbsp; Most of the dialogue above is correct - it's not a difference in compression or units - but the number of rows and columns of your output should not be dramatically different than the input.&amp;nbsp; I can't figure out why that would happen.&amp;nbsp; It almost seems like you have a custom projection, and something in that projection definition is confusing the software - e.g. it automatically figures out that 0.75 feet = 0.228 meters, but then when reprojecting, it "forgets" that the units are changing, so it's outputting 9 identical pixels for every single input pixel (oversampling from 0.75 units to 0.228 units of the *same* units).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few questions (although I do not believe that these explain the problem)&lt;/P&gt;&lt;P&gt;1) why are your rasters in a database?&amp;nbsp; I typically recommend against that - rather, store as *.tif on disk and access them via a mosaic dataset.&amp;nbsp; Is there a reason you can't do this?&lt;/P&gt;&lt;P&gt;2) Is there a reason that you MUST reproject and duplicate your data?&amp;nbsp; If you use a mosaic dataset, you can project on the fly and not consume disk space or processing time...&lt;/P&gt;&lt;P&gt;3) have you reproduced this with other rasters, or is this one doi\ng something unique?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could send me your input file - or a smaller one that is doing the same thing - I'd like to try to reproduce it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;contact me for an upload link - &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:cbenkelman@esri.com"&gt;cbenkelman@esri.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cody B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268948#M253</guid>
      <dc:creator>CodyBenkelman</dc:creator>
      <dc:date>2015-10-06T20:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268949#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) I just put them into gdb for the projection processing as I have run into weird and unknown problems in the past when working with the tifs (this may still not be a problem. Last time I did this we still had a mixed environment 9.3 and 10.1. Now we have almost retired all of the 9.3 stuff)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The data must be projected for use in web maps. In the past we had a map service of a raster dataset that reprojected on the fly, but it was fuzzy when viewed at small scales. Now maybe a image service off of a mosaic dataset would not have this problem, but I understand that we would need an image server extension for ArcGIS server. The current plan is to have a cached map service on the hard drive of server in the same projection as the web mapping application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) This is a problem for all of our 2015 and 2012 ortho images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly, I can not share any part of the data as it is confidential; however, I will try and find something that I can share with you that has the same behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268949#M254</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T21:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268950#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got it -&lt;/P&gt;&lt;P&gt;[disclaimer - text here has been edited to correct a misstatement I made previously]&lt;/P&gt;&lt;P&gt;This may appear that &lt;STRONG&gt;Project Raster&lt;/STRONG&gt; is in error but (as noted in my summary posted 10/12) it is actually honoring the definition of the Web Mercator projection which results in significant (but predictable) distortion at latitudes far from the equator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One note, have you tried directly generating raster tile cache from the source data?&amp;nbsp; I'm now concerned that you're duplicating data twice (state plane --&amp;gt; web mercator --&amp;gt; cache).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [another edit - raster tile cache is not suitable if the data is 32 bit (float) per pixel ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not aware, you can generate cache using ArcGIS Desktop.&amp;nbsp; We did a recorded webinar (accessible at this link &lt;A href="http://esriurl.com/ImageCacheLTS" title="http://esriurl.com/ImageCacheLTS"&gt;Esri Training | Sharing Cached Imagery in ArcGIS&lt;/A&gt; ) that explains some of the details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cody B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268950#M255</guid>
      <dc:creator>CodyBenkelman</dc:creator>
      <dc:date>2015-10-06T21:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268951#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. We don't want two data sets if we don't need them. I will review the webinar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 23:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268951#M256</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-06T23:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268952#M257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for checking the NoData.&amp;nbsp; I did some testing this morning and was able to reproduce your issue and think I have figured out what is occurring.&amp;nbsp; It appears you are encountering the common issue of projection distortion.&amp;nbsp; In the case of Web Mercator the distortion is largely in distance and area and with your data being so far from the system's origin, the distortion is sizable.&amp;nbsp; To put it simply, a 0.228 meter cell in Web Mercator does not cover an equivalent area on the ground as a 0.75 feet cell in Alaska State Plane.&amp;nbsp; To represent the same area on the ground while complying with the specified output cell size, the software is adding additional cells.&amp;nbsp; The behavior is further exacerbated because you are going from a local coordinate system that is highly accurate in terms of distance and area to a global coordinate system that is highly inaccurate in terms of distance and area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The additional cells are not obvious because the software does a good job of maintaining the pattern in the data.&amp;nbsp; I didn't have any AK data so I generated a random raster for testing purposes and I was unable to visually determine that cells were added.&amp;nbsp; To confirm that cells were actually being added during the projection process I used the Raster to Point tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This first screenshot shows points representing the cell centers in the Alaska State Plane dataset.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="State_Plane.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130064_State_Plane.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This second screenshot shows points representing the cell centers after projecting to Web Mercator.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Web_Mercator.jpg" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/130065_Web_Mercator.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268952#M257</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2015-10-07T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268953#M258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wondered the same when Forest created the thread - he even mentioned that as a possibility. Alaska would definitely experience a high degree of distortion in web mercator - thanks for providing examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268953#M258</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-07T12:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: File size increase when projecting raster</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268954#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does feel like this is the only possibility, other then the tool just having some error that is expressing it's self in this situation. But I would think that the tool would compensate for the distortion as one moved to different areas of the projection (kinda the point of projecting). I can manually set the cell size larger, like .4m and produce cells that are still smaller then .75ft when displayed in Arc, and not have loss in image quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sent a &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;sanitized raster to Coby, the esri person on this thread, for testing. So, we will see what they say...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/file-size-increase-when-projecting-raster/m-p/268954#M259</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-10-07T16:13:00Z</dc:date>
    </item>
  </channel>
</rss>

