- alpha/sin alpha <= max a/min b
Can I use this to find a relationship between area flation and maximum angle deformation at a point? I haven't been able to get anything useful from this. Are their other inequalities I could use?
This seems like it's identical to the usual definition in terms of Tissot indicatrices: "max a" is the largest semimajor of any Tissot indicatrix, "min b" is the smallest semiminor of any Tissot indicatrix. (At least, those are the terms I'm used to thinking in.)brsr wrote: ↑Mon Oct 18, 2021 5:32 pmMilnor, J. (1969). A Problem in Cartography. The American Mathematical Monthly, 76(10), 1101–1112 includes this statement. For a map projection whose domain is a circle of radius alpha, this inequality holds:where max a is the maximum scale across the domain, and min b is the minimum scale across the domain. By scale, this means the ratio of the distance between two points on the sphere and the corresponding two points in the plane, so max a bounds the usual differential max scale at a point from above, and min b bounds the min scale at a point.
- alpha/sin alpha <= max a/min b
Flation is equal to the product of the semimajor and semiminor axes at that point, while angle deformation is given by the ratio of the semimajor and semiminor axes at that point.
It's more general than Tissot. The axes of a Tissot ellipse are the differential scale at a given point. In Milnor's paper, he's considering the scale between any two points on the map. It probably comes out the same if you take the limit as those points come infinitesimally close, handwave handwave, but it allows for projections that aren't everywhere differentiable. It probably winds up being a mostly technical distinction.Milo wrote: ↑Mon Oct 18, 2021 7:56 pm This seems like it's identical to the usual definition in terms of Tissot indicatrices: "max a" is the largest semimajor of any Tissot indicatrix, "min b" is the smallest semiminor of any Tissot indicatrix. (At least, those are the terms I'm used to thinking in.)
Yeah, yeah. Though while I've toyed with a couple of non-differentiable projections on a lark, I don't think they have much practical purpose.
However, the general perspective projection with height -2 isn't simply worse than the equal-area projection. While it has the same worst-case angle distortion as the equal-area projection (when cut off to one hemisphere), it has strictly milder angle distortion everywhere between the center and the edge (in return for, of course, not being equal-area). In fact, it is the unique perspective projection that lies "between" the azimuthal equal-area and equidistant projections. (Heights between -2 and approximately -1.451 will "cross" the equidistant projection in a certain sense. Heights between -2 and -3 will "cross" the equal-area projection.)
Hmm.brsr wrote: ↑Thu Oct 21, 2021 4:28 pmSo here's the question: given the region to be projected and the max omega for a projection over that region, what's the lowest the flation ratio can be? Or vice versa. My guess is that there's some curve passing through the points for the stereographic projection and Lambert equal-area projection, maybe also passing through the point for equidistant, and bounding everything else from below. The conformal projection is unique because complex analysis, so that's definitely on the curve. Referring back to daan's comparison of the Lambert equal-area and the Wiechel equal-area projection, you can do worse than Lambert for equal-area circular projections, but I don't think you can do better.
Quick question: k = 2 is also simple (albeit uninteresting) solution; did I miss something here? (k = 2 yields f′(φ′) = sin(φ′)/2 + φ′/2 with φ′ being your x, which is the colatitude). There are other integer powers for k that yield “simple”, closed-form solutions. I don’t think there are any fractional powers that don’t involve Jacobi elliptic functions or worse, but I wouldn’t know how to prove it.Milo wrote: ↑Thu Oct 21, 2021 10:52 pm An interesting factoid that might or might not be a coincidence: the equal-area, equidistant, and stereographic projections all satisfy the formula:
f'(x) = cos(x/2)^k
for the equal-area projection: k = 1
for the equidistant projection: k = 0
for the stereographic projection: k = -2
The only other value of k where this admits a simple solution is -1, where f(x) = 2*mercator(x/2) = 2*atanh(sin(x/2)) = 2*asinh(tan(x/2)) = etc.
No, I'm pretty sure I'm the one who missed something this time.
I'm not fond of them myself, but there is at least one common example of such a projection: Goode's Homolosine projection.