How to calculate polyarea in metres using latitude and longitude coordinates
Show older comments
I would like to know how I can calculate polyarea in metres from known latitude and longitude GPS coordinates. I have time data for 18 individuals and would like to know the area provided by the outermost individuals. I am currently using convhull to identify the outermost players and then using this to index into polyarea function. While this gives me an area, the result is in degrees at latitude and longitude are in degrees (e.g. I get an answer of 8.745314499722379e-07). I cannot simply use the distdim function as this provides a conversion for distances (e.g. converting the above area to metres using distdim = 0.0972m). Is there a way to overcome this or calculate the area in metres?
Accepted Answer
More Answers (1)
KSSV
on 25 Jun 2018
0 votes
Convert degrees to meters: https://knowledge.safe.com/articles/725/calculating-accurate-length-in-meters-for-lat-long.html
1 Comment
William Sheehan
on 25 Jun 2018
Categories
Find more on Quadrangles and Areas on Spheroids in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!