You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let say I have set of latitudes and longitude points which would be shaped as line on map which have total distance 20 km.
I want to extract only cordinate from 0 km point to 4 km so it will result by generating new set of lat-long points. In others case I need to extract from 3 km to 6 km.
How can I implement it with this library?
Thank you.
The text was updated successfully, but these errors were encountered:
This can be done with a bit of linear algebra. Note that while the earth is not perfectly round, there isn't a formula that will work 100% for every inch of the earth but the answer below should be fine for almost every application.
Let say I have set of latitudes and longitude points which would be shaped as line on map which have total distance 20 km.
I want to extract only cordinate from 0 km point to 4 km so it will result by generating new set of lat-long points. In others case I need to extract from 3 km to 6 km.
How can I implement it with this library?
Thank you.
The text was updated successfully, but these errors were encountered: