Skip to content

Commit

Permalink
Update triangulation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianKriger authored Feb 27, 2024
1 parent ddc1f77 commit 7b6cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/triangulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before a City Model is created the user will be presented with a basic `matplotl
<figcaption>Fig 2. - left illustrates an area with no topological challenges . - right shows the same area with errors that need investigation.</figcaption>
</center></figure>

Generally the root of these challenges are buildings crossing each other ~ Fig.2. The [constrained Delaunay triangulation](https://rufat.be/triangle/definitions.html) knows there are lines (walls) and expects a vertex where they intersect. When there is none an error will occur. **Open an [osm editor](https://wiki.openstreetmap.org/wiki/Editors) and correct the topology please**. *We are transforming volunteered public data into a value-added product. Alchemy is a process. Please be patient.
Generally the root of these challenges are buildings crossing each other ~ Fig.2. The [constrained Delaunay triangulation](https://rufat.be/triangle/definitions.html) knows there are lines (walls) and expects a vertex where they intersect. When there is none an error will occur. **Open an [osm editor](https://wiki.openstreetmap.org/wiki/Editors) and correct the topology please**. *We are transforming volunteered public data into a value-added product. Alchemy is a process. Please be patient.*
<!--<sup>*</sup>*-->

<!--### Spikes
Expand Down

0 comments on commit 7b6cf22

Please sign in to comment.