<?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 Modifying existing DSM based on slope value from a different layer in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477117#M1071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;I would like to calculate solar radiation of some building roofs using area solar radiation tools in ArcGIS Pro. However, I need to modify my DSM (input raster) because I want to optimize the panel inclination on buildings with flat roof.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;I already generated slope data with the intended panel inclination value. How can I integrate the new slope value into the existing DSM? Can I do it with ArcGIS Pro?&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2020 10:59:42 GMT</pubDate>
    <dc:creator>RochamuktiRizcanofana</dc:creator>
    <dc:date>2020-05-01T10:59:42Z</dc:date>
    <item>
      <title>Modifying existing DSM based on slope value from a different layer</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477117#M1071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;I would like to calculate solar radiation of some building roofs using area solar radiation tools in ArcGIS Pro. However, I need to modify my DSM (input raster) because I want to optimize the panel inclination on buildings with flat roof.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;I already generated slope data with the intended panel inclination value. How can I integrate the new slope value into the existing DSM? Can I do it with ArcGIS Pro?&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em; padding: 0px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 10:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477117#M1071</guid>
      <dc:creator>RochamuktiRizcanofana</dc:creator>
      <dc:date>2020-05-01T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing DSM based on slope value from a different layer</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477118#M1072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I fully understand, after re-reading several times I'm guessing you want to emulate the inclination of the panels which would go onto flat roofs in your DSM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems a bit backward to me as you would have to do burn some pseudo heights onto your DSM to then re-run the slope calculation, which would get very involved considering the orientation of the buildings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend burning your calculated slope values (proposed panel orientations for flat roofed buildings) onto your original slope calculation using Raster Calculator.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 13:23:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477118#M1072</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-01T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing DSM based on slope value from a different layer</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477119#M1073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp;Sorry for my unclear question above, and thanks for the suggestion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Illustration below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The roof's slope value&amp;nbsp;from the original DSM is 0.&lt;/P&gt;&lt;P&gt;- I want to modify the panel inclination to 25 degrees.&lt;/P&gt;&lt;P&gt;- I generate a new 25deg slope layer using Raster Calculator.&lt;/P&gt;&lt;P&gt;- I need to generate a new DSM which has 25 deg slope for the solar radiation&amp;nbsp;tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've managed to generate a new slope layer (slope B) by adding the desired slope values to the original slope&amp;nbsp;layer (slope A) using Raster Calculator and Con. However, I need a new DSM layer with the optimized panel inclination (slope B) as an input layer to calculate the solar radiation per building.&lt;/P&gt;&lt;P&gt;I wonder if there is any automated way to do this in ArcGIS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/modifying-existing-dsm-based-on-slope-value-from-a/m-p/477119#M1073</guid>
      <dc:creator>RochamuktiRizcanofana</dc:creator>
      <dc:date>2020-05-01T15:08:09Z</dc:date>
    </item>
  </channel>
</rss>

