Definition of "minimum error" projections

General discussion of map projections.
Post Reply
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Definition of "minimum error" projections

Post by Atarimaster »

Hello,

for some time now, I have been wondering: Is there a handy, easy-to-understand definition of the term »minimum error map projection« resp. »low-error« (as used by Canters)?

When people ask me, I usually say something the like of: »That’s a projection with like, ummm, kinda low distortion values…«
So far I have been lucky, because nobody ever asked why e.g. Ginzburg V isn’t labelled »minimum error« although it has low distortion values.

Of course, I could quote Synder from How Practical are Minimum-error map Projections? (PDF file):
The concept of minimum error is closely tied to that of least squares, developed by mathematicians Gauss and Legendre early in the 19th century. This principle states that the best value for a quantity, given a set of measurements of that quantity, is the value for which the sum of the squares of deviations of these measurements from this value is least. For a minimum-error map projection, the sum of the squares of the deviations of all the actual scale values from the stated scale is made a minimum according to a prescribed definition.
But I guess nobody will understand this. To be honest, I had to think some time about this definition before I vaguely got the idea.
So, is there a way to describe what minimum error projections are (and how they differ from other low-distortion projections) which is easy to understand for people how are not into map projections (or mathematics, for that matter)?

I don’t mind if it’s a bit longer than Snyder’s definition given above as long as it’s easier to understand… and ideally, it should be a bit more detailed than »they are called minimum-error because they minimize errors«. ;-)

Kind regards,
Tobias
RogerOwens
Posts: 403
Joined: Sun Feb 02, 2014 8:24 pm

Re: Definition of "minimum error" projections

Post by RogerOwens »

I know that this wasn't your question, but I don't think that minimum-error qualifies as a property. It's too vague. What errors should it count? How should it weight the different kinds of errors? How should it aggregate them? Different people can have different notions of what "minimum-error" should mean.

And, if we pretend to not notice the arbitrariness and personal subjectivity of some chosen definition, then it would qualify as a Yes/No property. But it isn't at all obvious that we should say that a minimum sum of something, over the whole Earth, where that quantity is merely relatively good, on the average, is the kind of "usefulness" that should count for a property.

As for root-mean-square (RMS) error minimization, no doubt there are good reasons for choosing it--maybe because it favors the reduction of the worst errors. But, when achieving that, by improving the worst-distorted place, RMS error-minimization doesn't care if it achieves its numerical goal at the cost of the appearance of most of the Earth.

A formula isn't qualified to choose for you regarding the matter of what looks best. And it's a big leap of the imagination to equate some global score, like RMS, etc., with the clearly-defined usefulness of properties such as equal-area, conformality, linearity, cylindroid-ness, etc.

Michael Ossipoff
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Re: Definition of "minimum error" projections

Post by Atarimaster »

RogerOwens wrote:I know that this wasn't your question, but I don't think that minimum-error qualifies as a property.
Indeed, that wasn’t my question. And somehow, I had a certain presentiment you’d might reply something like this… ;)

RogerOwens wrote: A formula isn't qualified to choose for you regarding the matter of what looks best.
Rest assured, I’d never choose a certain map projection for a given purpose because of its formula. But I might choose Canters’ Low-error polyconic projection with twofold symmetry, equally spaced parallels and a correct ratio of the axes (a.k.a. Canters W14) because I think it looks great…

However, here’s a little plea: No offense, but I’d be thankful for an answer to my question and keeping the discussions about useful properties in those threads where they already are.

Kind regards,
Tobias
daan
Site Admin
Posts: 977
Joined: Sat Mar 28, 2009 11:17 pm

Re: Definition of "minimum error" projections

Post by daan »

Atarimaster wrote:Hello,

for some time now, I have been wondering: Is there a handy, easy-to-understand definition of the term »minimum error map projection« resp. »low-error« (as used by Canters)?
Low-error indicates an effort to reduce error compared to other, similar projections, but without trying to claim that the results are the best. Since there are no rigorous criteria for this, the term is used loosely and sometimes irresponsibly.

Minimum-error, formally, means that the developer has proved, mathematically, that there is no way to get better results given the design constraints. Many of these projections have been devised, including Clarke’s perspective azimuthal, Tissot’s optimization of Albers, and Eisenlohr’s epicycloidal.

However, informally, minimum-error may only indicate algorithmic convergence. That is, the algorithm used to adjust the projection toward minimum error may simply have reached something close to a minimum, resulting in an empirical solution. The solution may not be the minimum for any of three distinct reasons:
  1. The algorithm actually only found a local minimum instead of the global minimum;
  2. The algorithm does come very close to the true minimum, but due to computational constraints such as round-off error or the need to terminate the calculation in some reasonable time, the true minimum is not reached; or,
  3. The formulation is only an approximation such that, even in the absence of computational constraints, the true minimum would not be reached.
I am not aware of any published projections that are characterized by (1), though, due to the complexity of guaranteeing a global minimum in numeric processes, presumably several published projections would be found to suffer this deficiency if they underwent lengthy analysis.

Any projection that uses numeric minimization techniques is characterized by (2), including the “minimum-error” projections by Canters, Snyder, Laskowski, and many others.

As for (3), Snyder’s “GS50” projection is a fine example. In this case, Snyder did not construct a continuous level curve of scale around the region of interest, which would have qualified the projection as a true, formal, minimum-error projection. Instead, he used complex polynomials to approximate such a boundary. Hence this projection is subject to (2) as well, and very likely also (1). On the other hand, even if he had constructed a continuous boundary, the improvements would be marginal.

Technically, an empirical minimum-error projection is merely low-error, and yet, since rigorous effort went into characterizing constraints and computing the parameters needed to optimize the projection against those constraints, the results don’t normally differ meaningfully from true minimum error.

You sometimes see the term optimal used as a way of distinguishing empirical minimum-error from analytic minimum-error, where the latter is called optimal. On the other hand, sometimes optimal just means the result of an empirical convergence (such as Lawskowki’s tri-optimal). I prefer to reserve “optimal” to mean the projection satisfies formal minimum-error constraints.

Summing all that up, I would explain the concept as,
You can measure many different properties on the sphere. When you project to the plane, you change the geometry of the surface, which necessarily compromises some measurements. You can choose which measures are more important to you, and you can optimize for those when you project. To do this, you must be clear about the measures you intend to optimize for, and you must be clear about how you characterize deviations in the map from the true measures on the sphere. Then you construct a projection method that minimizes those deviations, by some defensible definition of “minimize”. If your method necessarily arrives at a unique solution that cannot be improved upon for the same measures using the same definitions, then the result is a minimum-error projection for the measurements you chose.
— daan
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Re: Definition of "minimum error" projections

Post by Atarimaster »

Thank you, daan, I think that’s an explanation which indeed can be understood by people who aren’t great at mathematics! :)

Regards,
Tobias
Post Reply