This is a tutorial to export GIS spatial data into readable files for 3d modeling and visualization. For the purposes of introducing 3d modeling, Sketchup will be used due to it's ease of use and level of entry into 3D. For open-source 3d modeling I recommend, Blender.
###What to install ####Required
- QGIS | Open Source GIS software | Windows | Mac (Note for Mac Users: There are multiple files to install to get qgis to work, the download link page will contain all the files and steps)
- QGIS Plugins
- Once you install QGIS, run the program and in the upper menu select
Plugins
and thenManage and Install Plugins
- Search and install the following plugins
- OpenLayers Plugin | This allows to load baselayers like OpenStreetMap, Google and Stamen Maps
- Qgis2threejs | This can create a ready-made 3d model of your GIS data in webgl or exported into STL, DAE, or OBJ 3d file formats
- Once you install QGIS, run the program and in the upper menu select
- Sketchup | 3d Modeling Software | Windows and Mac
####Optional
- Kerkythea | Freeware 3d Rendering Software | Windows and Mac
- Shapefile Import Plugin for Sketchup | LINK | Discussion
###Steps
- Let's give Sketchup a try!
- Open a new model or open up the Maptime Bear SKP file.
- Modeling Basics
- Let's add some objects from the 3D Warehouse
- Let's see what's on OpenStreetMap, you can download areas of OpenStreetMap to QGIS
- You can download specific areas and spatial data using overpass-turbo
- You can download straight from OSM as an .osm file
- Or you can even download the data from QGIS itself. Steps in QGIS
- Loading the Data into QGIS
- In this step, we'll learn how to use QGIS to load up OSM files
- Using the qgis2threejs plugin to export GIS data | Documentation
- In this step we'll use the plugin to generate a 3D webgl html page of your OSM data as well as generate 3d files for use in modeling programs like sketchup.
- Importing GIS data to Sketchup
- We'll import the 3d files and scale them and add other 3d objects.