en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

256
active users

* very few land places have a land antipode (Image source: en.wikipedia.org/wiki/Antipode)

@mdione wait a minute, so the continents are flipped?!

Marcos Dione

@yellowlime doubly flipped, vertically and horizontally.

The math is simple: in terms of latitude, if you're at Y degrees South, your antipode is Y degrees North and viceversa.

Longitude is a little bit more complex, but not that much. if you're X degrees East of the Greenwich Meridian, your antipode is the same amount of degrees East of the Antimeridian (180˚). If, like currently, we consider East degrees as positive and West degrees as negatives, then your antipodes is at (180 + Y) mod 180.

@yellowlime the mod 180 is to cover positives Ys that give an amount bigger that 180.

@yellowlime

To summarize, if you live at (X, Y), your antipodes is at:

X' = -X
Y' = (180 + Y) mod 180

The first one gives you the flip around the Equator. The second one the vertical flip. The map above is not quite using the Greenwich Meridian but 20° West, but the selection of the GWM is completely arbitrary, so is this one.