--- aliases: - /2013/08/healpix-map-of-earth-using-healpy date: 2013-08-08 19:07 categories: - healpy layout: post slug: healpix-map-of-earth-using-healpy title: HEALPix map of the Earth using healpy ---

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: