hi guys,
So i have about 1000s of lat and long values.
for this set of data I have drawn a boundary wall so i wanna see if these co-ordinates are within that boundary. if yes it's simple "YES" if not "NO"
so the boundaries are:
A -37.921484 ,144.983256
B-37.925141, 145.209269
C-38.035877, 144.980122
D -38.039549, 145.206486
boundary wall looks like:
A B
C D
just few of the co-ords are
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>
</tbody>
So what's the best way to approach this? I'm getting a bit confused with the negative values.
So i have about 1000s of lat and long values.
for this set of data I have drawn a boundary wall so i wanna see if these co-ordinates are within that boundary. if yes it's simple "YES" if not "NO"
so the boundaries are:
A -37.921484 ,144.983256
B-37.925141, 145.209269
C-38.035877, 144.980122
D -38.039549, 145.206486
boundary wall looks like:
A B
C D
just few of the co-ords are
-37.6649 | ,145.3983 |
-37.6584, | 145.3972 |
-37.9827, | 145.1018 |
-37.9846, | 145.0923 |
-37.9849, | 145.0999 |
-37.9842, | 145.0986 |
-37.7262, | 144.8926 |
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>
</tbody>
So what's the best way to approach this? I'm getting a bit confused with the negative values.