Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vectors instead of dots on a map #100

Open
munnik opened this issue May 22, 2021 · 0 comments
Open

Vectors instead of dots on a map #100

munnik opened this issue May 22, 2021 · 0 comments

Comments

@munnik
Copy link

munnik commented May 22, 2021

Hi,

I have a data set that provides latitude, longitude, course over ground and speed over ground data. I would like to use the COG and SOG values to create vectors to see the directions of the objects I'm tracking. The COG values are in radians in my case but it is easy to convert them to degrees. Plotting the direction of the vector should be easy. To determine the length I would suggest that the plugin takes a length (in meters) and tries to plot a line of that length and then an arrow head. I can convert the SOG to a length by multiplying it with an interval, so I know the likely location of the object in let's say 5 minutes. If the zoom level is so low that the beginning and end of the vector or on the same pixel then only the arrow head is visible and at least the direction can still be seen.

Kind regards,
Martijn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant