update README

This commit is contained in:
Motiejus Jakštys 2021-05-28 06:24:51 +03:00 committed by Motiejus Jakštys
parent b174472473
commit 44672dffe9

View File

@ -5,20 +5,15 @@ This is WangMüller line generalization algorithm implementation in PostGIS.
Following "Line generalization based on analysis of shape characteristics" by Following "Line generalization based on analysis of shape characteristics" by
the same authors, 1998. the same authors, 1998.
Status
------
Mostly works. Read `mj-msc-full.pdf` for visual examples and possible gotchas.
![line simplification example](https://raw.githubusercontent.com/motiejus/wm/main/salvis.png) ![line simplification example](https://raw.githubusercontent.com/motiejus/wm/main/salvis.png)
Structure Status & Structure
--------- ------------------
There are 2 main deliverables: There are 2 main pieces:
- `wm.sql`, the implementation. - `wm.sql`, the implementation.
- paper `mj-msc-full.pdf`, a MSc thesis, explaining it. - MSc thesis `mj-msc-full.pdf` with visual examples and known issues.
It contains a few supporting files, notably: It contains a few supporting files, notably: