<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ArcGIS Resource Center &#187; Imagery</title>
	<atom:link href="http://blogs.esri.com/esri/arcgis/category/subject-imagery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.esri.com/esri/arcgis</link>
	<description>ArcGIS Blog</description>
	<lastBuildDate>Wed, 16 May 2012 19:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Some assembly may be required for your imagery data &#8211; Part 3</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/05/16/some-assembly-may-be-required-for-your-imagery-data-part-3/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/05/16/some-assembly-may-be-required-for-your-imagery-data-part-3/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:28:55 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[composite bands]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[mosaic dataset]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=14444</guid>
		<description><![CDATA[In the last couple of weeks, the Imagery Blog discussed combining all your imagery bands into one raster. As mentioned previously, when you receive most satellite or aerial scenes they tend to distributed to you in several files &#8211; where each band is a separate file. This week&#8217;s blog will discuss how the mosaic dataset [...]]]></description>
			<content:encoded><![CDATA[<p>In the last couple of weeks, the Imagery Blog discussed combining all your imagery bands into one raster. As mentioned previously, when you receive most satellite or aerial scenes they tend to distributed to you in several files &#8211; where each band is a separate file.</p>
<p>This week&#8217;s blog will discuss how the mosaic dataset can help you put your bands together. A mosaic dataset can put these scenes together into one logical geodatabase entity.  Furthermore, it can mosaic all the scenes together as well.</p>
<div id="attachment_14446" class="wp-caption alignnone" style="width: 319px"><a href="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files31.png"><img class="size-full wp-image-14446" src="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files31.png" alt="Mosaic dataset can composite bands and mosaic scenes." width="309" height="223" /></a><p class="wp-caption-text">A mosaic dataset can composite bands and also mosaic scenes.</p></div>
<p><span id="more-14444"></span><br />
There are two steps to creating a mosaic dataset:<br />
1) Create an empty mosaic dataset<br />
2) Add data to your mosaic dataset</p>
<p><span style="text-decoration: underline">Create a mosaic dataset</span><br />
Create a new mosaic dataset, using the <a title="Create Mosaic Dataset tool" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Create_Mosaic_Dataset/00170000008n000000/" target="_blank">Create Mosaic Dataset</a> tool.<br />
The only compulsory fields are the Mosaic Dataset Name and Coordinate System.<br />
Once you create the new mosaic dataset you need to add rasters into it.</p>
<p><span style="text-decoration: underline">Add Rasters to your mosaic dataset</span><br />
Use the <a title="Add Rasters to Mosaic Dataset tool" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000085000000" target="_blank">Add Rasters to Mosaic Dataset</a> tool<br />
- Choose the raster type that describes the sensor type for your data.<br />
- Click the Browse button for the Input Data, and choose the parent folder of all your scenes.<br />
- Run the tool<br />
Your output should now contain all the raster scenes and all the bands in one mosaic dataset. You may need to refine your mosaic dataset, to be able to see all the images in your mosaic dataset with the proper rendering.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/05/16/some-assembly-may-be-required-for-your-imagery-data-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some assembly may be required for your imagery data &#8211; part 2</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/05/09/some-assembly-may-be-required-for-your-imagery-data-part-2/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/05/09/some-assembly-may-be-required-for-your-imagery-data-part-2/#comments</comments>
		<pubDate>Wed, 09 May 2012 15:57:22 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[IAW]]></category>
		<category><![CDATA[Image Analysis window]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=13946</guid>
		<description><![CDATA[Last week&#8217;s Imagery Blog was about combining all your imagery bands into one raster. Putting all your bands into one raster means it is easier to manage and use. This week&#8217;s blog will discuss the ways to composite your bands together. There are a two main ways to achieve the composite bands task: - Composite [...]]]></description>
			<content:encoded><![CDATA[<p>Last week&#8217;s Imagery Blog was about combining all your imagery bands into one raster. Putting all your bands into one raster means it is easier to manage and use. This week&#8217;s blog will discuss the ways to composite your bands together.</p>
<p>There are a two main ways to achieve the composite bands task:<br />
- Composite Bands button on the Image Analysis window<br />
- Composite Bands Geoprocessing tool<br />
<span id="more-13946"></span></p>
<p><span style="text-decoration: underline">Image Analysis window</span><br />
The Composite Bands button on the Image Analysis window allows you to merge all the layers with the click on a button. This composite is create immediately on-the-fly, since it is created as a virtual layer using the Composite Bands raster function.<br />
<strong>1)</strong> In the Table of Contents, arrange the order of the bands, as you want them ordered in your output, where the top raster is band 1.<br />
<strong>2)</strong> In the Image Analysis the layer list, select all the rasters that you want merged together.<br />
<strong>3)</strong> Click on the Composite Bands button.  A new raster layer is created with all the rasters that were selected.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/05/Comp_IAW.png"><img class="alignmiddle size-full wp-image-13950" src="http://blogs.esri.com/esri/arcgis/files/2012/05/Comp_IAW.png" alt="Composite Bands on IAW" width="173" height="236" /></a></p>
<p><span style="text-decoration: underline">Composite bands Geoprocessing tool</span><br />
The Composite Bands Geoprocessing tool will create a new raster dataset that is persisted on disk. Although this processing takes longer, you will have the output in a file format of your choice, which can easily be shared.<br />
<strong>1)</strong> Open the Composite Bands geoprocessing tool.<br />
<strong>2)</strong> Add the bands you want to combine into the input<br />
<strong>3)</strong> Re-order the bands if necessary.  The top band will be band 1.<br />
<strong>4)</strong> Choose an output path and file name for your output raster dataset.<br />
<strong>5)</strong> Click OK to run the tool.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/05/Comp_GP.png"><img class="alignmiddle size-full wp-image-13951" src="http://blogs.esri.com/esri/arcgis/files/2012/05/Comp_GP.png" alt="Composite Bands GP tool" width="413" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/05/09/some-assembly-may-be-required-for-your-imagery-data-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some assembly may be required &#8211; for your imagery data</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/05/02/some-assembly-may-be-required-for-your-imagery-data/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/05/02/some-assembly-may-be-required-for-your-imagery-data/#comments</comments>
		<pubDate>Wed, 02 May 2012 16:06:06 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[mosaic dataset]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=13360</guid>
		<description><![CDATA[Often times when you order or download your imagery data, each scene may be delivered to you in many files. Each file is a band within your scene.  In order to view your scene with all the available bands, you will need to put the bands into a single dataset. How do I put all [...]]]></description>
			<content:encoded><![CDATA[<p>Often times when you order or download your imagery data, each scene may be delivered to you in many files. Each file is a band within your scene.  In order to view your scene with all the available bands, you will need to put the bands into a single dataset.</p>
<p><span id="more-13360"></span><br />
<strong>How do I put all the bands into one single dataset?</strong><br />
There are 2 main methods you can use to put your bands together. You can use Composite Bands (<a title="Composite Bands tool" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Composite_Bands/00170000009p000000/" target="_blank">tool </a>or <a title="Composite Bands function" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t0000004q000000" target="_blank">function</a>) or you can create a <a title="what is a mosaic dataset" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t00000037000000" target="_blank">mosaic dataset</a>.  If you want each scene to be independant of itself, then the composite bands tool is the best choice for you. If you prefer all your scene to be displayed in one dataset, then the mosaic dataset can composite all your bands, and also mosaic your scenes together.</p>
<div id="attachment_13363" class="wp-caption alignmiddle" style="width: 299px"><a href="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files2.png"><img class="size-full wp-image-13363" src="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files2.png" alt="Composite Bands" width="289" height="172" /></a><p class="wp-caption-text">Add many bands into one raster dataset by using Composite Bands.</p></div>
<div id="attachment_13364" class="wp-caption alignmiddle" style="width: 319px"><a href="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files3.png"><img class="size-full wp-image-13364" src="http://blogs.esri.com/esri/arcgis/files/2012/05/landsat_files3.png" alt="Mosaic Dataset" width="309" height="223" /></a><p class="wp-caption-text">Add all your bands from multiple scenes into one mosaic dataset.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/05/02/some-assembly-may-be-required-for-your-imagery-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Your Free Raster Data Here!</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/04/25/get-your-free-raster-data-here/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/04/25/get-your-free-raster-data-here/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 15:59:13 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=11991</guid>
		<description><![CDATA[This is a question that many people tend to ask us all the time. Here is another great re-post from the Support Blog Site.  Click here for a link to the blog that lists many places you can go to get free raster data online.  Also make sure that you read the comments section, many [...]]]></description>
			<content:encoded><![CDATA[<p>This is a question that many people tend to ask us all the time.</p>
<p>Here is another great re-post from the Support Blog Site.  <a title="Support Site - free data blog" href="http://blogs.esri.com/esri/supportcenter/2011/09/07/get-your-free-raster-data-here/" target="_blank">Click here for a link to the blog that lists many places you can go to get free raster data online</a>.  Also make sure that you read the comments section, many of our users posted up more links for free data.</p>
<p>Thanks to Jeff S.</p>
<p>&nbsp;</p>
<p>Additionally, we have more list of DEM data is publicly available.  <a title="Table of free elevation data" href="http://downloads.esri.com/MappingCenter2007/arcGISResources/more/DEM_Data_Sources_Table.pdf" target="_blank">Click here for a link to the PDF with elevation sources.</a></p>
<p>Thanks to Aileen Buckely.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/04/25/get-your-free-raster-data-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you delete or remove raster pyramids?</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/04/18/how-do-you-delete-or-remove-raster-pyramids/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/04/18/how-do-you-delete-or-remove-raster-pyramids/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 15:35:10 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[pyramids]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=11077</guid>
		<description><![CDATA[Have you ever wanted to delete pyramids from your raster dataset?  Some might  delete their .RRD or .OVR file (which is not recommended).  And of course if you are using an geodatabase raster dataset, that method will not be possible. So how do I delete my pyramids from my raster? In order to remove your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">Have you ever wanted to delete pyramids from your raster dataset?  Some might  delete their .RRD or .OVR file (which is not recommended).  And of course if you are using an geodatabase raster dataset, that method will not be possible.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr1.png"><img class="size-full wp-image-11079 alignnone" src="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr1.png" alt="Raster properties showing pyramids have been created" width="414" height="361" /></a><br />
<strong> </strong></p>
<p style="text-align: left"><span id="more-11077"></span></p>
<p style="text-align: left"><strong>So how do I delete my pyramids from my raster?</strong><br />
In order to remove your pyramids, you need to run the Build Pyramids geoprocessing tool with 0 levels built.<br />
1) Open the Build Pyramids tool.<br />
2) Choose the input raster dataset for which you would like to remove the pyramids<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr2.png"><img class="alignnone size-full wp-image-11081" src="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr2.png" alt="" width="430" height="254" /></a><br />
3) Click on the Environments button<br />
4) Expand Raster Storage<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr3b.png"><img class="alignnone size-full wp-image-11084" src="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr3b.png" alt="" width="473" height="362" /></a><br />
5) For the Pyramid Levels parameter, type 0<br />
6) Click OK on the Environment Setting<br />
7) Click OK to run the Build Pyramids tool</p>
<p style="text-align: left">Check the Properties of your raster dataset, and make sure that the pyramids have been removed.</p>
<p style="text-align: left"><a href="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr4.png"><img class="alignnone size-full wp-image-11085" src="http://blogs.esri.com/esri/arcgis/files/2012/04/dropPyr4.png" alt="" width="414" height="359" /></a></p>
<p style="text-align: left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/04/18/how-do-you-delete-or-remove-raster-pyramids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping and Imagery blog posts</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/04/10/mapping-and-imagery-blog-posts/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/04/10/mapping-and-imagery-blog-posts/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 13:00:11 +0000</pubDate>
		<dc:creator>abuckley</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=9936</guid>
		<description><![CDATA[With the update to the ArcGIS blogs as a result of creating a single blog that reflects ArcGIS as a system, you can now find more easily useful map-related information in posts from some of the other teams. In this blog entry, we point out a number of posts that have been published on the Imagery blog that may be of interest to the Mapping Community. And conversely I note a number of Mapping blog posts that may be useful to the Imagery community. These blog posts will now appear if you search in either the Imagery or the Mapping category.]]></description>
			<content:encoded><![CDATA[<p><strong>By Aileen Buckley, Mapping Center Lead, and Simon Woo, Raster Product Engineer</strong></p>
<p><img src="http://downloads.esri.com/MappingCenter2007/blog/Apr12Images/IBP_CombiningColoredAndGrayshadeRasters.png" border="0" alt="Mapping Blog Posts" hspace="5" align="left" /></p>
<p>With the update to the ArcGIS blogs as a result of creating a single blog that reflects ArcGIS as a system, you can now find more easily useful map-related information in posts from some of the other teams.</p>
<p>In this blog entry, we point out a number of posts that have been published on the Imagery blog that may be of interest to the Mapping Community. And conversely I note a number of Mapping blog posts that may be useful to the Imagery community. These blog posts will now appear if you search in either the Imagery or the Mapping category.</p>
<p><span id="more-9936"></span></p>
<p><strong>Imagery blog posts</strong> (starting with the latest post):</p>
<p>Imagery blog posts (starting with the latest post):</p>
<table border="1" cellspacing="2" cellpadding="3">
<tbody>
<tr>
<td width="235" align="left"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_IsYourRasterSoBright.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Is your raster so bright you have to wear shades?" href="http://blogs.esri.com/esri/arcgis/2012/03/27/is-your-raster-so-bright-you-have-to-wear-shades/">Is your raster so bright you have to wear shades?</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On March 27, 2012, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
<tr>
<td style="vertical-align: top" width="235" align="left"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_ClippingAnImageOrRaster.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" align="textTop" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Clipping an image or raster in ArcGIS" href="http://blogs.esri.com/esri/arcgis/2011/10/05/clipping-imagery-and-raster-data-in-arcgis/">Clipping an image or raster in ArcGIS</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On October 5, 2011, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_TheHorizontalLegend.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Raster Enhancement: The Horizontal Legend" href="http://blogs.esri.com/esri/arcgis/2011/04/27/raster-enhancement-the-horizontal-legend/">Raster Enhancement: The Horizontal Legend</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On April 27, 2011, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_CreateACustomColorRamp.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Create a custom color ramp" href="http://blogs.esri.com/esri/arcgis/2011/04/20/create-a-custom-color-ramp/">Create a custom color ramp</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On April 20, 2011, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_AdvancedLabelingForTheStretchRenderer.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Advanced labeling for the stretch renderer" href="http://blogs.esri.com/esri/arcgis/2011/04/13/advanced-labeling-for-the-stretch-renderer/">Advanced labeling for the stretch renderer</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On April 13, 2011, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_CustomizedColormapFile.png" border="0" alt="Imagery Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180">
<div><a title="Permanent Link to Can I create a customized colormap file in ArcGIS?" href="http://blogs.esri.com/esri/arcgis/2010/11/02/can-i-create-a-customized-colormap-file-in-arcgis/">Can I create a customized colormap file in ArcGIS?</a></div>
</td>
<td style="vertical-align: top" width="180">
<div><em>On November 2, 2010, </em>By Simon Woo, Raster Product Engineer</div>
</td>
</tr>
</tbody>
</table>
<p><strong>Mapping blog posts (starting with the latest): </strong></p>
<table border="1" cellspacing="2" cellpadding="3">
<tbody>
<tr>
<td width="235" align="left"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_AnAlternativeToOverlayingLayerTintsOnHillshades.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180" align="left"><a title="Permanent Link to An alternative to overlaying layer tints on hillshades" href="http://blogs.esri.com/esri/arcgis/2012/03/08/an-alternative-to-overlaying-layer-tints-on-hillshades/">An alternative to overlaying layer tints on hillshades</a></td>
<td style="vertical-align: top" width="180"><em>On March 8, 2012, </em>By Rajinder Nagi, Cartographic Researcher<a title="Permanent Link to Is your raster so bright you have to wear shades?" href="http://blogs.esri.com/esri/arcgis/2012/03/27/is-your-raster-so-bright-you-have-to-wear-shades/"></a></td>
</tr>
<tr>
<td style="vertical-align: top" width="235" align="left"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_CombiningColoredAndGrayshadeRasters.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Combining colored and grayshade rasters with high fidelity" href="http://blogs.esri.com/esri/arcgis/2012/01/18/combining-colored-and-grayshade-rasters-with-high-fidelity/">Combining colored and grayshade rasters with high fidelity</a><a title="Permanent Link to Clipping an image or raster in ArcGIS" href="http://blogs.esri.com/esri/arcgis/2011/10/05/clipping-imagery-and-raster-data-in-arcgis/"></a></td>
<td style="vertical-align: top" width="180"><em>On January 18, 2012, </em>By Rajinder Nagi, Esri Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_EsriColorRamps30.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Esri Color Ramps Version 3.0" href="http://blogs.esri.com/esri/arcgis/2011/12/17/esri-color-ramps-version-30/">Esri Color Ramps Version 3.0</a><a title="Permanent Link to Raster Enhancement: The Horizontal Legend" href="http://blogs.esri.com/esri/arcgis/2011/04/27/raster-enhancement-the-horizontal-legend/"></a></td>
<td style="vertical-align: top" width="180"><em>On December 17, 2011, </em>By Jaynya Richards, Research Cartographer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_CreatingAGrayscaleVersion.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Creating a Grayscale Version of Any ArcGIS Online Basemap" href="http://blogs.esri.com/esri/arcgis/2011/11/19/creating-a-grayscale-version-of-any-arcgis-online-basemap/">Creating a grayscale version of any ArcGIS Online basemap</a><a title="Permanent Link to Create a custom color ramp" href="http://blogs.esri.com/esri/arcgis/2011/04/20/create-a-custom-color-ramp/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On November 19, 2011, </em>By Rajinder Nagi, Esri Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_UsingETOPO1Data.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Symbolizing ETOPO1 data" href="http://blogs.esri.com/esri/arcgis/2011/09/27/symbolizing-etopo1-data/">Symbolizing ETOPO1 data</a><a title="Permanent Link to Advanced labeling for the stretch renderer" href="http://blogs.esri.com/esri/arcgis/2011/04/13/advanced-labeling-for-the-stretch-renderer/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On September 21, 2011, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_HistoricalUSGSTopographicQuads.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Historical USGS topographic quads" href="http://blogs.esri.com/esri/arcgis/2011/08/23/historical-usgs-topographic-quads/">Historical USGS topographic quads</a><a title="Permanent Link to Can I create a customized colormap file in ArcGIS?" href="http://blogs.esri.com/esri/arcgis/2010/11/02/can-i-create-a-customized-colormap-file-in-arcgis/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On August 23, 2011, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_ClassifyingLandsatImageServices.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Classifying Landsat Image Services to Make a Land Cover Map" href="http://blogs.esri.com/esri/arcgis/2011/05/28/classifying-landsat-image-services-to-make-a-land-cover-map/">Classifying Landsat image services to make a land cover map</a></td>
<td style="vertical-align: top" width="“180”"><em>On May 28, 2011, </em>By Rajinder Nagi, Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_UsingTheLandsatImageServices.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Using the Landsat image services to study land cover change over time" href="http://blogs.esri.com/esri/arcgis/2011/05/13/using-landsat-services-to-study-land-cover-change-over-time/">Using the Landsat image services to study land cover change over time</a></td>
<td style="vertical-align: top" width="“180”"><em>On May 13, 2011, </em>By Rajinder Nagi, Esri Cartographic Product Engineer</td>
</tr>
<tr>
<td width="235" valign="top"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_LandsatImageServicesNowAvailable.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Landsat image services now available on ArcGIS Online" href="http://blogs.esri.com/esri/arcgis/2011/05/10/landsat-image-services-now-available-on-arcgis-online/">Landsat image services now available on ArcGIS Online</a><a title="Permanent Link to Historical USGS topographic quads" href="http://blogs.esri.com/esri/arcgis/2011/08/23/historical-usgs-topographic-quads/"></a><a title="Permanent Link to Can I create a customized colormap file in ArcGIS?" href="http://blogs.esri.com/esri/arcgis/2010/11/02/can-i-create-a-customized-colormap-file-in-arcgis/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On May 10, 2011, </em>By Natalie Feuerstein, Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_DEMResolutionOutputMapPixelDensity.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to DEM resolution, output map pixel density, and largest appropriate map scale" href="http://blogs.esri.com/esri/arcgis/2011/02/28/dem-resolution-output-map-pixel-density-and-largest-appropriate-map-scale/">DEM resolution, output map pixel density, and largest appropriate map scale</a></td>
<td style="vertical-align: top" width="“180”"><em>On February 28, 2011, </em>By Dr. A Jon Kimerling, Professor Emeritus, Oregon State University</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_OnMapScaleAndRasterResolution.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to On map scale and raster resolution" href="http://blogs.esri.com/esri/arcgis/2010/12/12/on-map-scale-and-raster-resolution/">On map scale and raster resolution</a></td>
<td style="vertical-align: top" width="“180”"><em>On December 12, 2010, </em>By Rajinder Nagi, Esri Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_UnderstandingCurvatureRasters.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Understanding curvature rasters" href="http://blogs.esri.com/esri/arcgis/2010/10/27/understanding-curvature-rasters/">Understanding curvature rasters</a><a title="Permanent Link to Historical USGS topographic quads" href="http://blogs.esri.com/esri/arcgis/2011/08/23/historical-usgs-topographic-quads/"></a><a title="Permanent Link to Can I create a customized colormap file in ArcGIS?" href="http://blogs.esri.com/esri/arcgis/2010/11/02/can-i-create-a-customized-colormap-file-in-arcgis/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On October 27, 2010, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_UsingCurvatureRasters.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Using curvature rasters to enhance terrain representation" href="http://blogs.esri.com/esri/arcgis/2010/10/27/using-curvature-rasters-to-enhance-terrain-representation/">Using curvature rasters to enhance terrain representation</a></td>
<td style="vertical-align: top" width="“180”"><em>On October 27, 2010, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IPB_SymbolizingTheBumpMap.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Symbolizing the bump map" href="http://blogs.esri.com/esri/arcgis/2010/01/25/symbolizing-the-bump-map/">Symbolizing the bump map</a></td>
<td width="“180”" valign="top"><em>On August 23, 2011, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_IntroducingTheArcGISBumpMapTools.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Introducing the ArcGIS bump map tools" href="http://blogs.esri.com/esri/arcgis/2010/01/21/introducing-the-arcgis-bump-map-tools/">Introducing the ArcGIS bump map tools</a></td>
<td style="vertical-align: top" width="“180”"><em>On January 21, 2010, </em>By Rajinder Nagi, Esri Cartographic Product Engineer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_MathematicalRelationshipsAmongMapScale.jpg" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Mathematical relationships among map scale, raster data resolution, and map display resolution" href="http://blogs.esri.com/esri/arcgis/2009/12/04/mathematical-relationships-among-map-scale-raster-data-resolution-and-map-display-resolution/">Mathematical relationships among map scale, raster data resolution, and map display resolution</a></td>
<td style="vertical-align: top" width="“180”"><em>On December 4, 2009, </em>By Dr. A Jon Kimerling, Professor Emeritus, Oregon State University</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_SymbolizingTheHillshade.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Symbolizing the hillshade for the World Topographic map" href="http://blogs.esri.com/esri/arcgis/2009/11/24/symbolizing-the-hillshade-for-the-world-topographic-map/">Symbolizing the hillshade for the World Topographic map</a></td>
<td style="vertical-align: top" width="“180”"><em>On November 24, 2009, </em>By Charlie Frye, Esri Chief Cartographer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_TipsForHillshadeDataManagement.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Tips for hillshade data management" href="http://blogs.esri.com/esri/arcgis/2009/03/11/tips-for-hillshade-data-management/">Tips for hillshade data management</a></td>
<td style="vertical-align: top" width="“180”"><em>On March 11, 2009, </em>By Charlie Frye, Esri Chief Cartographer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_HillshadesForAnalysisMaps.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Hillshades for analysis maps" href="http://blogs.esri.com/esri/arcgis/2008/12/09/hillshades-for-analyis-maps/">Hillshades for analysis maps</a></td>
<td style="vertical-align: top" width="“180”"><em>On December 9, 2008, </em>By Charlie Frye, Esri Chief Cartographer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_HypsometricTinting.png" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Hypsometric tinting" href="http://blogs.esri.com/esri/arcgis/2008/05/09/hypsometric-tinting/">Hypsometric tinting</a><a title="Permanent Link to Historical USGS topographic quads" href="http://blogs.esri.com/esri/arcgis/2011/08/23/historical-usgs-topographic-quads/"></a><a title="Permanent Link to Can I create a customized colormap file in ArcGIS?" href="http://blogs.esri.com/esri/arcgis/2010/11/02/can-i-create-a-customized-colormap-file-in-arcgis/"></a></td>
<td style="vertical-align: top" width="“180”"><em>On May 9, 2008, </em>By Aileen Buckley, Mapping Center Lead</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_ChoosingColorRamps.jpg" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td width="180" valign="top"><a title="Permanent Link to Choosing color ramps and displaying for hillshade rasters" href="http://blogs.esri.com/esri/arcgis/2007/12/26/choosing-color-ramps-for-hillshades-and-dems/">Choosing color ramps and displaying for hillshade rasters</a></td>
<td width="“180”" valign="top"><em>On December 26, 2007, </em>By Charlie Frye, Esri Chief Cartographer</td>
</tr>
<tr>
<td style="vertical-align: top" width="235"><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_SettingTheZFactorParameterCorrectly.jpg" border="0" alt="Mapping Blog Posts" hspace="5" width="215" align="left" /></td>
<td style="vertical-align: top" width="180"><a title="Permanent Link to Setting the Z Factor parameter correctly" href="http://blogs.esri.com/esri/arcgis/2007/06/12/setting-the-z-factor-parameter-correctly/">Setting the Z Factor parameter correctly</a></td>
<td style="vertical-align: top" width="“180”"><em>On June 12, 2007, </em>By Charlie Frye, Esri Chief Cartographer</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/04/10/mapping-and-imagery-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mosaic dataset and pixel depth &#8211; part 2</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/04/04/the-mosaic-dataset-and-pixel-depth-part-2/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/04/04/the-mosaic-dataset-and-pixel-depth-part-2/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 15:54:39 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[mosaic dataset]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=9734</guid>
		<description><![CDATA[Last time we blogged about the mosaic dataset and pixel depth, we said it was best practice to not mix pixel depths within your mosaic dataset, but that is not always possible. What do I do if my mosaic dataset pixel depth is not the same as all mosaic dataset items? If you have a [...]]]></description>
			<content:encoded><![CDATA[<p>Last time we blogged about the <a title="Blog about mosaic dataset and pixel depth part 1" href="http://blogs.esri.com/esri/arcgis/2012/03/14/the-mosaic-dataset-and-pixel-depth/" target="_blank">mosaic dataset and pixel depth</a>, we said it was best practice to not mix pixel depths within your mosaic dataset, but that is not always possible.</p>
<p><strong>What do I do if my mosaic dataset pixel depth is not the same as all mosaic dataset items?</strong><br />
If you have a mosaic dataset that has mosaic dataset items with various pixel depths, you will want to use the Stretch raster function.  The Stretch function is used to virtually change the pixel range of your mosaic dataset item.</p>
<p><span id="more-9734"></span></p>
<p><strong>How do you use the Stretch function?</strong><br />
Let&#8217;s take an example where the mosaic dataset has a 16bit pixel depth, and the mosaic dataset item(s) in it are 8-bit.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_before.png"><img class="size-full wp-image-9735 alignnone" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_before.png" alt="mosaic dataset pixel depth is higher than item" width="382" height="358" /></a></p>
<p>1) Open the Footprint Attribute Table for the mosaic dataset. Right-click on the Footprint layer &gt; then click Open Attribute Table.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_OpenTable.png"><img class="alignnone size-full wp-image-9736" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_OpenTable.png" alt="Open the MD Attribute table" width="207" height="216" /></a><br />
2) Click on the Raster cell, of the item you want to change the stretch for. When you click on it, a small arrow will appear in the right side of that cell.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_OpenItemProps.png"><img class="alignnone size-full wp-image-9737" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_OpenItemProps.png" alt="Open the item properties" width="324" height="216" /></a><br />
3) Click on the arrow, and it will open up the Properties for the mosaic dataset item.<br />
4) Click on the Functions tab.<br />
5) This shows you all the functions that take place on this mosaic dataset item. It looks like no functions have been performed on this item yet.<br />
6) Right-click on the top function, point to Insert, and then click Stretch Function. RasterInfo is not really a function, but something has to be there as a place holder.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_InsertStretchRfx.png"><img class="alignnone size-full wp-image-9738" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_InsertStretchRfx.png" alt="insert stretch function" width="385" height="169" /></a><br />
7) Adjust the Statistics of the Output Minimum and Output Maximum. There is no perfect way to set this, but you can look at the minimum and maximum of your mosaic dataset first. Then you can adjust the values accordingly.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_editStretch.png"><img class="alignnone size-full wp-image-9739" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_editStretch.png" alt="edit the stretch function" width="338" height="406" /></a><br />
8 ) Click OK to save the new statistics.<br />
9) Click Apply to apply the new function changes.</p>
<p>If your mosaic dataset item is still not displaying with a decent contrast, try to follow steps 7 through 9, while adjusting the minimum and maximum output. In my particular example I needed to use 0 and 1300 in order for my mosaic dataset item to display fairly well.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_after.png"><img class="alignnone size-full wp-image-9740" src="http://blogs.esri.com/esri/arcgis/files/2012/04/BitMD2_after.png" alt="stretch has been adjusted for the item" width="454" height="428" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/04/04/the-mosaic-dataset-and-pixel-depth-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your raster so bright you have to wear shades?</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/03/27/is-your-raster-so-bright-you-have-to-wear-shades/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/03/27/is-your-raster-so-bright-you-have-to-wear-shades/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 16:38:41 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=9001</guid>
		<description><![CDATA[Before we jump into this week&#8217;s blog, I wanted to mention that our Support Staff have their own Support Services Blog series.  Their blogs cover a wide array of topics that many of you may have called them about.  This includes some raster and imagery issues.  If you haven&#8217;t seen their blogs before, it is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://downloads2.esri.com/MappingCenter2007/blog/Apr12Images/IBP_IsYourRasterSoBright.png" border="0" alt="Thumbnail" hspace="5" align="left" /></p>
<p>Before we jump into this week&#8217;s blog, I wanted to mention that our Support Staff have their own <a title="Support Services Blog" href="http://blogs.esri.com/esri/supportcenter/" target="_blank">Support Services Blog</a> series.  Their blogs cover a wide array of topics that many of you may have called them about.  This includes some raster and imagery issues.  If you haven&#8217;t seen their blogs before, it is another great resource to find information that may help you out.</p>
<p>Today&#8217;s Imagery Blog is a re-post to a great Support Blog that was written by Jeff S.: <a title="Is your raster so bright you have to wear shades?" href="http://blogs.esri.com/esri/supportcenter/2011/05/05/is-your-raster-so-bright-you-have-to-wear-shades/" target="_blank">Is your raster so bright you have to wear shades?</a><span id="more-9001"></span></p>
<p><span style="text-decoration: underline">Summary</span>: Sometimes your raster dataset appears to look different than you have seen it before.  Or you look at the image and think that it is way too bright. If this is something that you have encountered before, then you will probably want to <a title="Is your raster so bright you have to wear shades?" href="http://blogs.esri.com/esri/supportcenter/2011/05/05/is-your-raster-so-bright-you-have-to-wear-shades/">read more about this issue</a>.</p>
<p>Reposted from the Support Center Blog<br />
Original post written by: Jeff S.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/03/27/is-your-raster-so-bright-you-have-to-wear-shades/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Come meet the Raster team at the 2012 Esri Developer Summit</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/03/20/come-meet-the-raster-team-at-the-2012-esri-developer-summit/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/03/20/come-meet-the-raster-team-at-the-2012-esri-developer-summit/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 16:52:43 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Imagery]]></category>
		<category><![CDATA[ArcGIS 10.1]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Developer Summit]]></category>
		<category><![CDATA[mosaic dataset]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=7955</guid>
		<description><![CDATA[Come meet the Raster team at the 2012 Esri Developer Summit This year’s Esri Developer Summit will take place from March 26th to March 29th at the Palm Springs Convention Center.         More information about the 2011 Developer Summitt         View the Agenda Come by and meet the members of the Raster Team, whether you [...]]]></description>
			<content:encoded><![CDATA[<h1>Come meet the Raster team at the 2012 Esri Developer Summit</h1>
<p>This year’s Esri Developer Summit will take place from March 26<sup>th</sup> to March 29<sup>th</sup> at the Palm Springs Convention Center.<br />
        <a title="Dev Summitt 2011" href="http://www.esri.com/events/devsummit/index.html" target="_blank">More information about the 2011 Developer Summitt</a><br />
        <a title="Agenda 2011" href="http://www.esri.com/events/devsummit/agenda/index.html" target="_blank">View the Agenda </a></p>
<p>Come by and meet the members of the Raster Team, whether you have a question, or just want to meet some of the team. There are several way to meet us: you can come by the Showcase Area, you can attend our Technical Workshops or Demo Theaters, or you can join us at the Meet the Team event. <span id="more-7955"></span></p>
<h2>Esri Showcase</h2>
<p>The Raster team will be located at the Desktop Island and also at the Server Island. <br />
The Esri Showcase has the following hours:<br />
Monday            11:00 am – 7:30 pm<br />
Tuesday            12:30 pm – 6:00 pm<br />
Wednesday      10:00 am – 6:00 pm</p>
<h2>Technical Workshops</h2>
<p><a href="http://events.esri.com/bpc/2012/dev_agenda/index.cfm?fa=Session_Detail_Form&amp;SessionId=113&amp;ScheduleId=216">Creating Mosaic Datasets and Publishing Image Services Using Python</a><br />
Tuesday, March 27<sup>th</sup> @ 4:30 pm<br />
Mojave Learning Center (Renaissance Hotel)</p>
<p><a href="http://events.esri.com/bpc/2012/dev_agenda/index.cfm?fa=Session_Detail_Form&amp;SessionId=114&amp;ScheduleId=255">Programming Image Services Using ArcGIS API for Microsoft Silverlight</a><br />
Wednesday, March 28<sup>th</sup> @ 4:30 pm<br />
Smoketree A – E</p>
<h2>Demo Theaters</h2>
<p><a href="http://events.esri.com/bpc/2012/dev_agenda/index.cfm?fa=Session_Detail_Form&amp;SessionId=141&amp;ScheduleId=326">Working with Raster Data Using Python</a><br />
Monday, March 26<sup>th</sup> @ 3:45 pm<br />
Demo Theater 2 &#8211; Oasis 1</p>
<p><a href="http://events.esri.com/bpc/2012/dev_agenda/index.cfm?fa=Session_Detail_Form&amp;SessionId=117&amp;ScheduleId=239">Extending Mosaic Datasets in C#</a><br />
Wednesday, March 28<sup>th</sup> @ 1:00 pm<br />
Demo Theater 1 &#8211; Oasis 1</p>
<h2>Meet the Teams</h2>
<p>Tuesday March 27<sup>th</sup> 5:45 pm – 8:00 pm<br />
by the pool</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/03/20/come-meet-the-raster-team-at-the-2012-esri-developer-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mosaic dataset and pixel depth</title>
		<link>http://blogs.esri.com/esri/arcgis/2012/03/14/the-mosaic-dataset-and-pixel-depth/</link>
		<comments>http://blogs.esri.com/esri/arcgis/2012/03/14/the-mosaic-dataset-and-pixel-depth/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 15:20:32 +0000</pubDate>
		<dc:creator>Simon Woo</dc:creator>
				<category><![CDATA[Imagery]]></category>
		<category><![CDATA[ArcGIS 10]]></category>
		<category><![CDATA[mosaic dataset]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blogs.esri.com/esri/arcgis/?p=7607</guid>
		<description><![CDATA[A mosaic dataset has a pixel depth property.  This can be found in the layer properties of your mosaic dataset. Each item in your mosaic dataset also has its own pixel depth &#8211; and they can be different than the pixel depth of the mosaic dataset. Why does my mosaic dataset and the items have [...]]]></description>
			<content:encoded><![CDATA[<p>A mosaic dataset has a pixel depth property.  This can be found in the layer properties of your mosaic dataset. Each item in your mosaic dataset also has its own pixel depth &#8211; and they can be different than the pixel depth of the mosaic dataset.<br />
<span id="more-7607"></span><a href="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_LayerProps_2.png"><img class="size-full wp-image-7609 alignnone" src="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_LayerProps_2.png" alt="MD Pixel Depth" width="528" height="392" /></a><br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_LayerProps_2.png"></a></p>
<p><strong>Why does my mosaic dataset and the items have different pixel depths?</strong><br />
When you create a mosaic dataset, you can choose what the pixel depth of the mosaic dataset will be.  If you do not choose the pixel depth (you leave that option blank), then the first item added to the mosaic dataset will set the pixel depth. However you are able to add a raster of any pixel depth to your mosaic dataset.  Therefore you may have a mix of pixel depths within your mosaic dataset.<br />
<a href="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_CreateMDTool.png"><img class="alignnone size-full wp-image-7610" src="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_CreateMDTool.png" alt="Create MD Pixel Depth Option" width="478" height="370" /></a></p>
<p><strong>Will my mosaic dataset still display?</strong><br />
Your mosaic dataset will still display, however some of the items that do not have the same pixel depth as the mosaic dataset may display very dark or very light. When your mosaic dataset has a higher pixel depth than your item(s), then the item(s) will display very dark in color. When your mosaic dataset pixel depth is lower than your item(s), then your item(s) will display very light in color.</p>
<div id="attachment_7611" class="wp-caption alignnone" style="width: 348px"><a href="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_MD_higher.png"><img class="size-full wp-image-7611 " src="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_MD_higher.png" alt="MD with a higher pixel depth than item" width="338" height="394" /></a><p class="wp-caption-text">Mosaic dataset pixel depth is higher than the pixel depth of the item.</p></div>
<div id="attachment_7612" class="wp-caption alignnone" style="width: 352px"><a href="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_MD_lower.png"><img class="size-full wp-image-7612" src="http://blogs.esri.com/esri/arcgis/files/2012/03/Bit_MD_lower.png" alt="MD pixel depth is lower then item" width="342" height="403" /></a><p class="wp-caption-text">Mosaic dataset pixel depth is lower than the pixel depth of the item.</p></div>
<p>It is always good practice to make mosaic datasets that have items of similar properties. If you do mix pixel depths within your mosaic dataset, you may have to use the Stretch function in order to display all the items with better contrast.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.esri.com/esri/arcgis/2012/03/14/the-mosaic-dataset-and-pixel-depth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

