Module zuniq#
The module healpix_geo.zuniq gives functions for the zuniq scheme, utilised for MOC (Multi-Order Coverage).
Conversions#
Conversions between schemes nested et zuniq.
|
Convert from nested to zuniq |
|
Convert from zuniq to nested |
See also
Complete tutorial : Advanced coordinate conversion
Coordinates Conversions#
|
Get the longitudes and latitudes of the center of some HEALPix cells. |
|
Get the HEALPix indexes that contains specific points. |
|
Get the cartesian coordinates of the center of the given HEALPix cells. |
|
Get the HEALPix indexes that contain specific points. |
|
Get the longitudes and latitudes of the vertices of some HEALPix cells in zuniq encoding. |
Interpolation#
Interpolation from HEALPix to geographic coordinates.
|
Get the cell ids and weights necessary to bilinearly interpolate the given values. |
Hierarchy and neighbourhood#
|
Get the kth ring of neighbouring cells around some HEALPix cells at a given depth. |
|
Get the kth ring neighbouring cells of some HEALPix cells. |
Coverage#
Find all cells which intersect a region.
|
Search the cells covering the given box. |
|
Search the cells covering the given bounding box |
|
Search the cells covering the given polygon. |
|
Search the cells covering the given cone |
|
Search the cells covering the given elliptical cone. |
See also
Complete tutorial : Cover requests