QGIS 3D Animations: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
 
==Data Required==
As a minimum, you will need:<br>
* Digital Elevation Model (DEM)/TIN; and
* 2D Model Results.
 
TheThis example uses the DEM and 2D results for Tutorial Module 1 are used in this example. The complete model is available from [[Tutorial_Introduction | Tutorial Introduction]].
<br>
 
Line 17:
The following steps demonstrate how to display the water level (_h) datasets, these steps may equally be followed using other datasets you may have.
<ol>
<li>Load the '''DEM.tif''' into the QGIS workspace. </li><br>
<li>Load the 2D results dataset using the '''M01_5m_001.xmdf''' results file located in the '''TUFLOW\results\''' folder using the TUFLOW Viewer. For more details on loading map outputs, refer to [[TUFLOW_Viewer_-_Load_Results_-_Map_Outputs | TUFLOW Viewer - Load Results - Map Outputs]]. </li><br>
<li>Select 'Depth' results to display in the workspace and change map styling to your preference. In this example, the 'blues' colour ramp has been selected and the temporal bar has been moved to show depth results near the peak of the event. For more details on map styling, refer to [[TUFLOW_Viewer_-_Map_Outputs_-_Styling_Scalar_Types | TUFLOW Viewer - Map Outputs - Styling Scalar Types]]. </li>
Line 53:
 
==Load Results in 3D Map View==
The following steps demonstratesdemonstrate how to load the maximum water level results in the 3D Map View.
<ol>
<li> Open Layer Properties of the Results Mesh Layer, by right-clicking the layer in the Layers Panel and selecting "Properties..." <br>
Line 66:
 
 
Note, that the "2D Contour Colour Ramp Shader" rendering style option sets the symbology of the results to replicate the current symbology in the current 2D map view. For this example, the rendering style should reflect the depth map output symbology.
 
<li> Open the 3D Map view window to view the 3D Water Level results and terrain.
[[File:3Dview results.png|none]]
 
</li><br>
</ol>
==Creating an animationAnimation==
To create an animation, refer to instructions listedpublished on the QGIS website: [https://docs.qgis.org/3.34/en/docs/user_manual/map_views/3d_map_view.html#creating-an-animation Creating an animation].
 
==Additional Resources==
The Qgis2threejs plugin can also be used to create a 3D map view and animation. For more details, see [https://minorua.github.io/Qgis2threejs/docs/ Qgis2threejs Plugin Document]
 
<br>