How to find the border points for a set of latitude and longitude coordinates
이전 댓글 표시
Hi,
I am looking for the best way to approach a code that I am attempting to write, I don't have much experience using the Mapping Toolbox in Matlab and am hoping that someone else may and can point me in the right direction. I have the latitude and longitude coordinates for ~100 points in a location that is approximately 5 squares miles in area. I am looking to plot each point in that location, and then from there determine what the basic outline of that area is.
For example, I want to know which points lie on the North edge of the area, which points like on the East edge, which ones are on the South edge and which ones are on the West edge.
If anyone has any advice to help me get started that would be very appreciated.
채택된 답변
추가 답변 (1개)
Rob Comer
2014년 10월 24일
0 개 추천
With such a small data extent, you can probably ignore the wrapping of longitude around the earth when computing latitude and longitude limits. But for more widely distributed data there's the Mapping Toolbox geoquadpt function, which will work in your case also, of course.
카테고리
도움말 센터 및 File Exchange에서 Quadrangles and Areas on Spheroids에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!