Monday, 13 July 2015

qgis - 3D visualisation with open source GIS software



I'm searching for QGIS (or other open source GIS software) tools that can analyse XYZ data.



Also I'm interested to hear about if anyone have migrated to non commercial software regarding geological 3D analysis and thereby what is your experience - do's and don'ts?



Answer



As a geologist, my solution is GRASS GIS with nviz or Python from the Python Console with modules that allow the 3D representation (I never use commercial softwares and Globe or Horao, witch display QGIS layers on top of 3D globe, are inappropriate for geological 3D modelling):


For GRASS GIS:



For Python



For GRASS GIS, you can use:



  1. the GRASS GIS application only


  2. GRASS GIS from the GRASS plugin of QGIS

  3. GRASS GIS nviz from Processing in QGIS:


enter image description here


Some of my geological examples with GRASS GIS:



  • 3D vectors and rasters surfaces:


enter image description here


enter image description here



enter image description here


enter image description here


enter image description here



enter image description here


For non commercial software regarding geological 3D:



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...