Module nested#
The module healpix_geo.nested gives functions for the nested indexing scheme.
Coordinates Conversions#
Conversions between geographic coordinates and HEALPix indices.
|
Get the longitudes and latitudes of the center of some HEALPix cells. |
|
Get the HEALPix indexes that contains specific points. |
|
Get the longitudes and latitudes of the vertices of some HEALPix cells at a given depth. |
See also
Tutorial complete : Advanced coordinate conversion
Hierarchy and neighborhood#
Navigation in the hierarchical structure of HEALPix.
|
Get the kth ring neighbouring cells of some HEALPix cells at a given depth. |
|
Change the resolutions the given cell ids |
|
Find the siblings for every cell |
See also
Complete tutorial : Hierarchical Indexing
Cover Requests#
Find all the cells which intersect a region.
|
Search the cells covering the given bounding box |
|
Search the cells covering the given box. |
|
Search the cells covering the given polygon. |
|
Search the cells covering the given cone |
|
Search the cells covering the given elliptical cone. |
|
Extract the internal boundary from a list of cells |
See also
Complete tutorial : Cover requests
Distance Calculations#
Calculate distances between HEALPix cells.
|
Compute the angular distances between cell centers |
Indexes and data structure#
Classes to manipulate HEALPix cell sets.
range-based index of healpix cell ids |