<?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 Exaggeartion surface AGOL web Scene in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/exaggeartion-surface-agol-web-scene/m-p/1010230#M1018</link>
    <description>&lt;P&gt;Hi I am wondering how to exaggerate surface like in ocean Storymap&lt;/P&gt;&lt;P&gt;Standalone webscene has no exaggeration - does anybody know why and how to reproduce this?&lt;/P&gt;&lt;P&gt;Or it is possible only thru StoryMap - but how?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Storymap (Conveyor belt) - exaggeration - &lt;A href="https://apl.maps.arcgis.com/apps/MapJournal/index.html?appid=d629dd5cc3fe48ea9fc744dada861da0" target="_blank" rel="noopener"&gt;https://apl.maps.arcgis.com/apps/MapJournal/index.html?appid=d629dd5cc3fe48ea9fc744dada861da0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SceneApp - no exaggeration -&amp;nbsp;&lt;A href="https://www.arcgis.com/home/webscene/viewer.html?webscene=f4a00a9b8b2846a8af9cc45e5742d8d9" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/webscene/viewer.html?webscene=f4a00a9b8b2846a8af9cc45e5742d8d9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've already asked in Czech Geocommunity and found some threads but with no solution, but in SM is working.&lt;/P&gt;&lt;P&gt;Any advice or idea how to do it? Thanks a lot&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2020 17:33:43 GMT</pubDate>
    <dc:creator>VojtěchBlažek</dc:creator>
    <dc:date>2020-12-16T17:33:43Z</dc:date>
    <item>
      <title>Exaggeartion surface AGOL web Scene</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/exaggeartion-surface-agol-web-scene/m-p/1010230#M1018</link>
      <description>&lt;P&gt;Hi I am wondering how to exaggerate surface like in ocean Storymap&lt;/P&gt;&lt;P&gt;Standalone webscene has no exaggeration - does anybody know why and how to reproduce this?&lt;/P&gt;&lt;P&gt;Or it is possible only thru StoryMap - but how?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Storymap (Conveyor belt) - exaggeration - &lt;A href="https://apl.maps.arcgis.com/apps/MapJournal/index.html?appid=d629dd5cc3fe48ea9fc744dada861da0" target="_blank" rel="noopener"&gt;https://apl.maps.arcgis.com/apps/MapJournal/index.html?appid=d629dd5cc3fe48ea9fc744dada861da0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SceneApp - no exaggeration -&amp;nbsp;&lt;A href="https://www.arcgis.com/home/webscene/viewer.html?webscene=f4a00a9b8b2846a8af9cc45e5742d8d9" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/webscene/viewer.html?webscene=f4a00a9b8b2846a8af9cc45e5742d8d9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've already asked in Czech Geocommunity and found some threads but with no solution, but in SM is working.&lt;/P&gt;&lt;P&gt;Any advice or idea how to do it? Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 17:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/exaggeartion-surface-agol-web-scene/m-p/1010230#M1018</guid>
      <dc:creator>VojtěchBlažek</dc:creator>
      <dc:date>2020-12-16T17:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exaggeartion surface AGOL web Scene</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/exaggeartion-surface-agol-web-scene/m-p/1039651#M1026</link>
      <description>&lt;P&gt;Hi Vojtech, you probably need to add a custom elevation source to your web scene.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're creating a 3D scene which is gong to show both - elevation above sea level (on land) and below sea level (or underwater - i.e. a river) you might need to have two elevation surfaces.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can see, the scene in the story map scene is using this:&lt;/P&gt;&lt;P&gt;Bathymetry:&amp;nbsp;&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/TopoBathy3D/ImageServer" target="_blank"&gt;https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/TopoBathy3D/ImageServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;DEM :&amp;nbsp;&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer" target="_blank"&gt;https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want a custom exaggeration applied to the bathymetry surface, you might need to have your own bathymetry surface (unless I missed something and you can now do some basic pixel calculations in a tile layer in AGOL; haven't done this in a while).&lt;/P&gt;&lt;P&gt;In the past, when I was creating web scenes that included underwater areas (i.e. river estuaries and seabed), i was creating a DEM from point bathymetry, then to exaggerate it I was simply using Raster Calculator in Spatial Analyst (i.e. cell value times 10:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm&lt;/A&gt;). Then I was publishing the resulting layer as a tile package with AGOL elevation scheme to my ArcGIS Online account and adding it to a 3D web scene as elevation source (&amp;nbsp;&lt;A href="https://support.esri.com/en/technical-article/000014615#:~:text=Run%20the%20Share%20Package%20tool,as%20an%20elevation%20tile%20layer" target="_blank"&gt;https://support.esri.com/en/technical-article/000014615#:~:text=Run%20the%20Share%20Package%20tool,as%20an%20elevation%20tile%20layer).&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, I think you need to work with the local 3D scene in AGOL to achieve this. Hope you'll find something useful in the above notes.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 04:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/exaggeartion-surface-agol-web-scene/m-p/1039651#M1026</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-23T04:21:45Z</dc:date>
    </item>
  </channel>
</rss>

