Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 602 Bytes

geodesic-polygon

experimenting with connecting polygons on a geodesic surface

What

A polygon specifies vertices - but the manner of connecting them tends to be a straight line in whatever the coordinate system is. The projects instead assumes that the polygons should be shortest path on the earth lines. The images below show the same polygon in EPSG:4326 - with two methods of connecting the vertices

  • Cartesian shortest distance (red)
  • Geodetic shortest distance (blue)

both