Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/point-in-polygon-demo
Comparison of different point in polygon routines
https://github.com/mikolalysenko/point-in-polygon-demo
Last synced: 24 days ago
JSON representation
Comparison of different point in polygon routines
- Host: GitHub
- URL: https://github.com/mikolalysenko/point-in-polygon-demo
- Owner: mikolalysenko
- License: mit
- Created: 2015-01-27T17:11:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T14:49:09.000Z (almost 10 years ago)
- Last Synced: 2024-12-16T22:35:27.557Z (28 days ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**WORK IN PROGRESS**
point-in-polygon-demo
=====================
Comparison of different point in polygon routines in JavaScript* S. Schirra. "[How reliable are practical point-in-polygon strategies?](http://wwwisg.cs.uni-magdeburg.de/ag/pointInPolygonReliability/)"
* E. Haines. "[Point in polygon strategies](http://erich.realtimerendering.com/ptinpoly/)"
* W.R. Franklin. "[PNPOLY - Point inclusion in polygon test](http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html)"