| > hundredth comment saying "you got the shape of [MY STATE] wrong, you idiots!" Funny enough, when I see either the USA map or the California map in Mercator projection, the first thing that comes to mind is “wow the shape is completely wrong!” :-) > favorite Asian projection? Asia is huge, so you are necessarily going to get a lot of distortion of one kind or another. It’s a close-enough-to-circular blobby shape that you might be fine with some azimuthal projection. If you want to preserve local shapes but don’t mind variation in scale, you can use a stereographic projection centered roughly on the circumcenter. If you want to reduce distance errors while allowing a bit of local shape distortion, you could use an azimuthal equidistant projection. (In either case, you could probably get away with either an assumed spherical earth, or you could properly correct for the ellipsoid. The difference between the two would not be too obvious at a glance.) There are various other projections you could try. You might find one or another aesthetically better. For example perhaps some oblique conic projection would fit the region slightly better than the azimuthal projection. Or you could try something like https://en.wikipedia.org/wiki/Chamberlin_trimetric_projectio... Here’s e.g. a nice comparison of some possible projections for Europe: https://observablehq.com/@toja/five-map-projections-for-euro... |
I really want to be able to change the latitude the projection is centered on, but haven't been able to figure out how to move that point yet, so we've got more skew near the pole than we do at the bottom of the map. Feels like it could be better.