#Finding If A Coordinate Exists In A Polygon

4 messages · Page 1 of 1 (latest)

meager schooner
#

I am wanting to evaluate a polygon (A GET request to the API attached and the subsequent coords) and determine when the polygon is drawn, whether a specific coordinate falls inside the polygon or not. Not necessarily sure what framework or tool to use to attack this problem.

https://www.spc.noaa.gov/products/outlook/day1otlk_cat.nolyr.geojson

digital shadow
#

I would look into ray-casting algorithms

meager schooner
#

Any good ones that you know of?