Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domlysz/BlenderGIS
Blender addons to make the bridge between Blender and geographic data
https://github.com/domlysz/BlenderGIS
3d 3d-map 3dgis addon basemap blender delaunay-triangulation dem geodata georeferencing geospatial gis importexport map openstreetmap python raster shapefile terrain-model
Last synced: about 1 month ago
JSON representation
Blender addons to make the bridge between Blender and geographic data
- Host: GitHub
- URL: https://github.com/domlysz/BlenderGIS
- Owner: domlysz
- License: gpl-3.0
- Created: 2014-05-08T14:48:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T13:42:41.000Z (6 months ago)
- Last Synced: 2024-10-29T11:10:53.701Z (about 1 month ago)
- Topics: 3d, 3d-map, 3dgis, addon, basemap, blender, delaunay-triangulation, dem, geodata, georeferencing, geospatial, gis, importexport, map, openstreetmap, python, raster, shapefile, terrain-model
- Language: Python
- Homepage:
- Size: 3.86 MB
- Stars: 7,719
- Watchers: 267
- Forks: 1,352
- Open Issues: 249
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- urban-and-regional-planning-resources - BlenderGIS - BlenderGIS is a free and open-source add on for [Blender](https://www.blender.org/) which allows users to explore, query, and visualize data directly through Blender's GUI. (Platforms and Software Resources / Geospatial Data and Visualization)
- awesome-starred - domlysz/BlenderGIS - Blender addons to make the bridge between Blender and geographic data (python)
README
Blender GIS
==========
Blender minimum version required : v2.83Note : Since 2022, the OpenTopography web service requires an API key. Please register to opentopography.org and request a key. This service is still free.
[Wiki](https://github.com/domlysz/BlenderGIS/wiki/Home) - [FAQ](https://github.com/domlysz/BlenderGIS/wiki/FAQ) - [Quick start guide](https://github.com/domlysz/BlenderGIS/wiki/Quick-start) - [Flowchart](https://raw.githubusercontent.com/wiki/domlysz/blenderGIS/flowchart.jpg)
--------------------## Functionalities overview
**GIS datafile import :** Import in Blender most commons GIS data format : Shapefile vector, raster image, geotiff DEM, OpenStreetMap xml.
There are a lot of possibilities to create a 3D terrain from geographic data with BlenderGIS, check the [Flowchart](https://raw.githubusercontent.com/wiki/domlysz/blenderGIS/flowchart.jpg) to have an overview.
Exemple : import vector contour lines, create faces by triangulation and put a topographic raster texture.
![](https://raw.githubusercontent.com/wiki/domlysz/blenderGIS/Blender28x/gif/bgis_demo_delaunay.gif)
**Grab geodata directly from the web :** display dynamics web maps inside Blender 3d view, requests for OpenStreetMap data (buildings, roads ...), get true elevation data from the NASA SRTM mission.
![](https://raw.githubusercontent.com/wiki/domlysz/blenderGIS/Blender28x/gif/bgis_demo_webdata.gif)
**And more :** Manage georeferencing informations of a scene, compute a terrain mesh by Delaunay triangulation, drop objects on a terrain mesh, make terrain analysis using shader nodes, setup new cameras from geotagged photos, setup a camera to render with Blender a new georeferenced raster.