add README
This commit is contained in:
parent
dd42a02796
commit
d201dab265
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
Mapbender bends a map along a path.
|
||||
|
||||
Example execution:
|
||||
|
||||
./mapbender.py Weser-Radweg-Hauptroute.csv 0.286 6 20
|
||||
|
||||
The openstreetmap map of the Weser area is currently hardcoded. Upon execution
|
||||
it will show the path given in Weser-Radweg-Hauptroute.csv on the map in a
|
||||
matplotlib plot. It will show the approximated b-spline with the given
|
||||
smoothing factor (6 above) and the map section of the given width (0.286 above)
|
||||
around that curve. The area will be split into sections (20 in the example)
|
||||
which will individually be transformed into rectangles which are also plotted.
|
Loading…
Reference in a new issue