Article 6G6K1 A disk around Paris

A disk around Paris

by
John
from John D. Cook on (#6G6K1)

The other day I saw an image of a large disk centered on Paris subjected to the Mercator projection. I was playing around in Mathematica and made similar images for different projections. Each image below is a disk of radius 4200 km centered on Paris (latitude 49, longitude 2).

All images were produced with the following Mathematica code, changing the GeoProjection argument each time.

 GeoGraphics[GeoDisk[GeoPosition[{49, 2}], Quantity[4200, "Kilometers"] ], GeoProjection -> "...", GeoRange -> "World"]
Robinson projection
 ... GeoProjection -> "Robinson", ...

paris_robinson.png

Winkel-Snyder projection
 ... GeoProjection -> "WinkelSnyder", ...

paris_winkelsnyder.png

Orthographic projection
 ... GeoProjection -> "Orthographic", ...

paris_orthographic.png

Lambert Azimuthal projection
 ... GeoProjection -> "LambertAzimuthal", ...

paris_lambert.png

Peirce Quincuncial projection
 ... GeoProjection -> "PeirceQuincuncial", ...

paris_peirce.png

This last projection has some interesting mathematics and history behind it. See this post for the backstory.

The post A disk around Paris first appeared on John D. Cook.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments