Point in polygon calculation using vector geometric methods with application to geospatial data

06/07/2023
by   Eyram Schwinger, et al.
0

In this work, we designed algorithms for the point in polygon problem based on the ray casting algorithm using equations from vector geometry. The algorithms were implemented using the python programming language. We tested the algorithm against the point in polygon algorithms used by the shapely (and by extension geopandas) library and the OpenCV library using points from the google Open Buildings project. Our algorithm in pure python performed much better than the shapely implementation. It also performed better than the OpenCV implementation when combined with the Numba optimization library. We also performed simulations to verify that our algorithm performance was of the order O(n).

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset