GPS2Cart

Plots GPS coordinates on a Cartesian grid

您现在正在关注此提交

Given GPS coordinates, it is often useful to be able to plot the data on a Cartesian grid. The GPS2Cart.m function takes N latitude and longitude coordinates and returns N (x,y) coordinates in the first quadrant of a Cartesian grid (i.e. all x, y>=0).
WARNING: I have been using this for coordinates separated by a few km, and I believe the program does not work well for coordinates with larger separations (e.g. the scale of continents), due to the system being non-Euclidian.

引用格式

Tom Ashbee (2026). GPS2Cart (https://ww2.mathworks.cn/matlabcentral/fileexchange/51323-gps2cart), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: zoharby/plot_google_map

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.1.0

Description.
New function Cart2GPS.m which takes a GPS origin and maps (x,y) coordinates to GPS. Again, assuming distances are Euclidian.

1.0.0.0