TaipanRex / pyvisgraph

Given a list of simple obstacle polygons, build the visibility graph and find the shortest path between two points
MIT License
221 stars 45 forks source link

Add 3 examples of usage pyvisgraph #35

Closed tjansson60 closed 6 years ago

tjansson60 commented 6 years ago

Examples folder

A initial set of examples using the pyvisgraph package and related packages to build, visualize and calculate distances based on the GSHHS shoreline files.

TaipanRex commented 6 years ago

Merged, I did make some changes which are mentioned in the commits.

Thanks for the PR!