diff --git a/README.md b/README.md index da16522f..bb9a3671 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # 3dfier -![](https://dl.dropboxusercontent.com/s/tojiay8cmomu2v5/Delft_3dfier-3.png) + Takes 2D GIS datasets (e.g. topographical datasets) and "3dfies" them (as in "making them three-dimensional") by lifting every polygon to 3D. @@ -21,6 +21,8 @@ Every polygon is triangulated (constrained Delaunay triangulation) and the lifte Our aim is to obtain one DSM that is error-free, i.e. no intersecting triangles, no holes (the surface is watertight), where buildings are integrated in the surface, etc. This surface will then be used as input in simulation software for instance. +![](https://dl.dropboxusercontent.com/s/tojiay8cmomu2v5/Delft_3dfier-3.png) + This video illustrates the process and what 3dfier is about. The lifting options can be configured in the YAML file provided, an examples are provided in `/resources/config_files/myconfig.yml`.