<?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: Density output as TIF in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446462#M35038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. Right now I am looking for a method of creating a RGB raster. I suppose with a lot of work I could do it manually but ArcMap provides a lot of help for example specifying the # of breaks and calculating the break points.&lt;/P&gt;&lt;P&gt;I haven't seen any programmatic functions similar to this so I am wondering if it is even possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have a application (ArcGIS Runtime 10.2.7) that does not support Raster Renderers (where color ramps would be possible). So I have a wonky workaround where I convert a kernel density to a shape file and then I can apply a Feature Renderer to it in ArcGIS runtime to support the color ramp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we would get better results if the density could be outputted to a image file with the color ramp settings applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2018 03:52:21 GMT</pubDate>
    <dc:creator>JoshuaTharp</dc:creator>
    <dc:date>2018-01-05T03:52:21Z</dc:date>
    <item>
      <title>Density output as TIF</title>
      <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446458#M35034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to run a density tool in ArcPy and have the result rendered to a TIF file using a chosen rendering settings. Say for example run a kernel density with color ramp green to red and have the output be a TIF file with the chosen density / color ramp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446458#M35034</guid>
      <dc:creator>JoshuaTharp</dc:creator>
      <dc:date>2018-01-04T20:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Density output as TIF</title>
      <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446459#M35035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When specifying a filename for raster output to a folder... add *.tif to the filename in the saving path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446459#M35035</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-05T03:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Density output as TIF</title>
      <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446460#M35036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I don't understand the applying color ramp to the tif that is generated. I know this can be applied after adding it to arcmap. I would like to know if it is possible to apply the color ramp to the tif file that is generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446460#M35036</guid>
      <dc:creator>JoshuaTharp</dc:creator>
      <dc:date>2018-01-05T03:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Density output as TIF</title>
      <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446461#M35037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;color ramps are created when you create a 'layer' file via Save to Layer (right-click on the layer in the table of contents, it is there). &amp;nbsp;&lt;/P&gt;&lt;P&gt;A 'layer file' contains references to the original data plus the symbology used to display it.&amp;nbsp; Name the layer the same as the raster and then you can reuse the symbology by importing it in the symbology dialog. &amp;nbsp;&lt;/P&gt;&lt;P&gt;When you export the raster using the density tool... it only contains the density values it doesn't become the pretty colors by default, that is just a helpful gesture on the software part to symbolize it for you, and it doesn't make an RGB raster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446461#M35037</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-05T03:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Density output as TIF</title>
      <link>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446462#M35038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. Right now I am looking for a method of creating a RGB raster. I suppose with a lot of work I could do it manually but ArcMap provides a lot of help for example specifying the # of breaks and calculating the break points.&lt;/P&gt;&lt;P&gt;I haven't seen any programmatic functions similar to this so I am wondering if it is even possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have a application (ArcGIS Runtime 10.2.7) that does not support Raster Renderers (where color ramps would be possible). So I have a wonky workaround where I convert a kernel density to a shape file and then I can apply a Feature Renderer to it in ArcGIS runtime to support the color ramp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we would get better results if the density could be outputted to a image file with the color ramp settings applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/density-output-as-tif/m-p/446462#M35038</guid>
      <dc:creator>JoshuaTharp</dc:creator>
      <dc:date>2018-01-05T03:52:21Z</dc:date>
    </item>
  </channel>
</rss>

