mpetroff / qgsazimuth

Fork of http://sourceforge.net/projects/qgsazimuth/
7 stars 3 forks source link

How to calculate the Azimuth #27

Closed QGISHelp closed 3 years ago

QGISHelp commented 3 years ago

Hey! I am trying to calculate the azimuth, I want to calculate the degree of one point based off another and I have about 200 data points total to calculate for. Any suggestions for plugins to use? Azimuth and Distance plugin is not working.

mpetroff commented 3 years ago

Azimuth and Distance plugin is not working.

Care to elaborate?

This plugin is for going from azimuths and distances to coordinates, not the other way around. If what you think isn't working is the fact that the plugin doesn't allow you to go from a set of points to azimuths and distances, it isn't a bug, it's just out-of-scope for the plugin. If what isn't working is something else, please elaborate.

QGISHelp commented 3 years ago

Oh ok I guess I am using the wrong tool to achieve my goal then. Basically I have multiple points that are different distances away from a main point. I need to calculate the degree of each of those points based off the main point. Is there another way to do this?

mpetroff commented 3 years ago

Yes, this is the wrong tool.

I quick search turned up some StackExchange posts that might be helpful: https://gis.stackexchange.com/questions/245524/measuring-distance-between-points-using-qgis https://gis.stackexchange.com/questions/155810/how-to-calculate-azimuth-in-qgis-field-calculator

However, it's not something I've ever tried to do.