Tagged Questions
7
votes
3answers
194 views
What's a term for Sea Level Distance which is usable by novice users?
I've been using the term Sea Level Distance to describe the total length of a line string where I ignore the elevation and just calculate the distance from point to point along the ellipsoid and sum ...
8
votes
3answers
613 views
What kinds of line segments/edges require high accuracy in a true surface-of-the-ellipsoid representation?
I've been musing (and doing prototype coding) for a 'projection free' geographic codebase with your basic point, line & polygon primitives.
Rather than dealing with all the sacrifices that come ...