Skip to content

Commit

Permalink
Added the logo :P
Browse files Browse the repository at this point in the history
  • Loading branch information
Athelena committed May 25, 2018
1 parent 32309a4 commit 1ae0874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# 3dfier
![](https://dl.dropboxusercontent.com/s/tojiay8cmomu2v5/Delft_3dfier-3.png)
<img src="https://dl.dropboxusercontent.com/s/05eo2r5yc2kke5g/3dfierNoBridge.png" width="300">


Takes 2D GIS datasets (e.g. topographical datasets) and "3dfies" them (as in "making them three-dimensional") by lifting every polygon to 3D.
Expand All @@ -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)

<a href="https://vimeo.com/181421237">This video</a> 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`.
Expand Down

0 comments on commit 1ae0874

Please sign in to comment.