Function to determine if a geographic point falls within a polygon in Golang
Budget: $30 – $250 USD
I would like a function written in Golang that accepts a list of geographic coordinates (latitude and longitude) forming a polygon and a single geographic coordinate. The function will return true if the single geographic coordinate falls within or along a border of the polygon, or false if outside the polygon.
Coordinates will be in the form +/- xx.xxxx, xx.xxxx (i.e. degrees with up to four decimal place precision).
The code must be accurate and well commented so that it can be reviewed for accuracy. It will be used to determine whether a given location falls within an area contained in an emergency notification.
The function must be written in the Go programming language and use only the standard Golang libraries unless the use of another library is agreed to in advance.
Coordinates will be in the form +/- xx.xxxx, xx.xxxx (i.e. degrees with up to four decimal place precision).
The code must be accurate and well commented so that it can be reviewed for accuracy. It will be used to determine whether a given location falls within an area contained in an emergency notification.
The function must be written in the Go programming language and use only the standard Golang libraries unless the use of another library is agreed to in advance.