HEALPix map of the Earth using healpy

healpy
Published

August 8, 2013

HEALPix maps can also be used to create equal-area pixelized maps of the Earth, RGB colors are not supported in healpy, so we need to convert the image to colorscale.
The best user case is for using spherical harmonic transforms, e.g. apply a smoothing filter, in this case HEALPix/healpy tools are really efficient.
However, other tools for transforming between angles (coordinates), 3d vectors and pixels might be useful.


I’ve created an IPython notebook that provides a simple example:

http://nbviewer.ipython.org/6187504

Here is the output Mollweide projection provided by healpy:


Few notes: