This is a simple project to visualize the surface of the earth with a LED matrix. It is a way to play with open topographical data.
The concept is pretty straightforward. Imagine a rectangle slowly sliding over the surface of the earth. The topology of what is in the rectangle is displayed on a 32x16 LED matrix.

I used this matrix driven by this hat. It is currently running on a pi 3 that I had lying around, but basically any pi will do. The data is all local so it does not need to be connected to the internet to work.
However, connecting it to a local network gives you the ability to access the web page displaying the current position:

The full repo is available here: https://github.com/mwweinberg/elevation_grid.