-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Finder wiki!
9/10/2018
Repo created!
11/12/2018
Apache server on RaspberryPi is working with the configuration file. Testing complete!
10/9/2018
Flask testing is pretty good. The web api seems to be working
9/25/2018
Ray casting algorithm implemented and tested The main brick wall is kml parsing. All the libraries are relatively outdated. Also there are a few kmls that contain inner boundary which would require some slight modifications on ray casting method
https://rosettacode.org/wiki/Ray-casting_algorithm#Python
Use Ray Casting Algorithm to find the number of crossing and determine if the point lies inside the polygon
Possibly parallelize this process to speed up the program
https://en.wikipedia.org/wiki/Point_in_polygon
Ray Casting Algorithm for finding point inside a polygon
https://eujournal.org/index.php/esj/article/viewFile/8056/7762
Fastest language to read XML files. Python might be the best language to do this