Skip to main content

Python package for HEALPix discretisation of the sphere

Project description

healpix

Python and C package for HEALPix discretisation of the sphere

This package implements a lean set of routines for working with the HEALPix discretisation of the sphere. It supports NSIDE parameters up to 2^29.

The C library is based on the healpix_bare library, which was released under the 3-clause BSD license.

If you are using this code in your research, please consider citing the original paper in your publications:

Python

The Python package provides functions that deal with the discretisation of the sphere itself. It is not meant to be a replacement of healpy, and does not contain things such as functions for the visualisation of maps, or spherical harmonic transforms.

The Python package consists of two modules:

  • The low-level chealpix module, which is a native C extension, and efficiently vectorises the C library functions over arbitrary numpy array inputs (including scalars, of course).

  • The high-level healpix module, which contains a more streamlined interface, and additional functionality:

    • Random point picking in HEALPix pixels.

The high-level functions in the healpix module can be used more or less interchangeably with functions from the healpy package. However, in some cases, compatibility is sacrificed for consistency.

The Python package requires only numpy, and can be installed using pip:

pip install healpix

The vectorised C functions carefully avoid the creation of temporary arrays, and therefore have minimal memory overhead:

>>> import numpy as np, healpix, tracemalloc
>>> 
>>> # random vectors with 1G of memory per component (less than a NSIDE=4K map)
>>> x, y, z = np.random.randn(3, 125_000_000)
>>> 
>>> tracemalloc.start()
>>> 
>>> lon, lat = healpix.vec2ang(x, y, z, lonlat=True)
>>> 
>>> tracemalloc.get_traced_memory()
(2000010342, 2000013889)  # current, peak
>>> 
>>> # no memory overhead: only the 2G output arrays were used

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

healpix-2022.11.1.tar.gz (15.0 kB view details)

Uploaded Source

Built Distributions

healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp311-cp311-win_amd64.whl (22.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

healpix-2022.11.1-cp311-cp311-win32.whl (21.3 kB view details)

Uploaded CPython 3.11 Windows x86

healpix-2022.11.1-cp311-cp311-musllinux_1_1_x86_64.whl (65.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp311-cp311-musllinux_1_1_i686.whl (74.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

healpix-2022.11.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp311-cp311-macosx_10_9_x86_64.whl (20.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

healpix-2022.11.1-cp310-cp310-win_amd64.whl (22.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

healpix-2022.11.1-cp310-cp310-win32.whl (21.3 kB view details)

Uploaded CPython 3.10 Windows x86

healpix-2022.11.1-cp310-cp310-musllinux_1_1_x86_64.whl (64.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp310-cp310-musllinux_1_1_i686.whl (73.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

healpix-2022.11.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp310-cp310-macosx_10_9_x86_64.whl (20.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

healpix-2022.11.1-cp39-cp39-win_amd64.whl (22.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

healpix-2022.11.1-cp39-cp39-win32.whl (21.3 kB view details)

Uploaded CPython 3.9 Windows x86

healpix-2022.11.1-cp39-cp39-musllinux_1_1_x86_64.whl (64.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp39-cp39-musllinux_1_1_i686.whl (72.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

healpix-2022.11.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp39-cp39-macosx_10_9_x86_64.whl (20.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

healpix-2022.11.1-cp38-cp38-win_amd64.whl (22.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

healpix-2022.11.1-cp38-cp38-win32.whl (21.3 kB view details)

Uploaded CPython 3.8 Windows x86

healpix-2022.11.1-cp38-cp38-musllinux_1_1_x86_64.whl (65.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp38-cp38-musllinux_1_1_i686.whl (73.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

healpix-2022.11.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp38-cp38-macosx_10_9_x86_64.whl (20.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

healpix-2022.11.1-cp37-cp37m-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

healpix-2022.11.1-cp37-cp37m-win32.whl (21.3 kB view details)

Uploaded CPython 3.7m Windows x86

healpix-2022.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl (64.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp37-cp37m-musllinux_1_1_i686.whl (73.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

healpix-2022.11.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (69.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp37-cp37m-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

healpix-2022.11.1-cp36-cp36m-win_amd64.whl (25.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

healpix-2022.11.1-cp36-cp36m-win32.whl (23.5 kB view details)

Uploaded CPython 3.6m Windows x86

healpix-2022.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl (63.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

healpix-2022.11.1-cp36-cp36m-musllinux_1_1_i686.whl (72.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

healpix-2022.11.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

healpix-2022.11.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (69.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

healpix-2022.11.1-cp36-cp36m-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file healpix-2022.11.1.tar.gz.

File metadata

  • Download URL: healpix-2022.11.1.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1.tar.gz
Algorithm Hash digest
SHA256 3328ba851e0f79da025de4d3baecc1bb7f1ee1e7d8e76d8e085168c927412c69
MD5 1413eab6c8b8c21c820bb5b06596d307
BLAKE2b-256 28321a8b1d6cc8765583c7584393b15262827069c37617a38d3f3b82aed19340

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a147f6ded15b04059f0bcc4d834ef10f3e8998a10e5ad2a2bb34b9a0dbb9da6a
MD5 b8a38e372d0e56cdcca079249a19c90b
BLAKE2b-256 d9b2c688c5742706648d791569d188193bdb7e116cefe9a918ef26c2f33d7c2a

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da926c6eddaf8d5cfee0f29db3b1e43ab7aeecacd5125c28ca16ad7da66bb733
MD5 af3167ed2d304552aa7add9b16e01d97
BLAKE2b-256 eb5aa971b82bceb427d5bd2238c07a8bf6a6f822444c6614a4bbe843f613c91f

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98ee4133c24ab23c5b5ec99e62c3e1760a8904a53593a83666194136aeb0c18b
MD5 6db091143cb912e757e15d695c0a964e
BLAKE2b-256 60ec67363469b021282e4d0df5bb4245ee3127ab12ae96440777939c5e45ed53

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b89ce63ebf135e72c768ccf83f3c5956a3b722995451f3583b6722a53f4acf0
MD5 f36b662222e51f860e53b15a373c45bc
BLAKE2b-256 85198d8b856787e659d7a56b012708772507f16848021dac67e7ca966fec506e

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c426e65c844196931d0e88939063d384a2e8204904c2940273968a078337ab2
MD5 57acb3deb165f4aa284e5d709f26c39f
BLAKE2b-256 30ece1fd737671629cf1f9da4cc9a30df5d1b0b4dd74de234255da8fa6e55a00

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d26ca6d5197f797872ef6676d8b603277fbfc6bb600a8675f2dc06d2b480d971
MD5 a048169af229c5133cb7fafd166ef849
BLAKE2b-256 c710845ed0ec0b2f2b7af24322b59ae3b9d7d7ce87cd0afc023e842325a7534c

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 40b5dec9b1c97d854070c337c1483c34a2a1ac8cbb0f6c3df76a3327089bfa49
MD5 418a10609a6b720d9d52b1f1c09e1f82
BLAKE2b-256 7dc7277ac00a0466114a987457dc546ed78da56ccf7d4e30a6f701ae63695b52

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4fdaad62425ec92c0e5f55d7d316f9cecf68851501da3e2d8443f98fd432391
MD5 2cedaf19a451578f8d4a024e71ffe8b4
BLAKE2b-256 db9a352251ae346a571093fae840eb4cc3791b7e537ed771f608644ad5d1f1e9

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 340f1445bee1fa685d5571abb0aa4e36d0b0a72602377a071b8c201620fc9834
MD5 f16d7441b8b8b481cbc6412b1ab6dd79
BLAKE2b-256 fa84711eeeab0baaa0b7b35bf8001772e9400eb1e799fcb3854d55ff3c86d9cc

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2fd495b6b270094f59cdabd29687401c38fe991151449947787ca53b6b11e8f7
MD5 f54787debea010ba4db515e2740fb71d
BLAKE2b-256 5d7ea1d561d9b1aacdafc3806b24f6ba67d3312a6e04b258541f1b4ab487854a

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1743e91d40dbaff343fbcbca33011860e734419fd84a67fffd79d99381e96421
MD5 21c19f0b810879498f42293f46968968
BLAKE2b-256 34fec378122ceaf97a3c3081d782743ba5166f5ef56cc1f400e89e3b48eb104b

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6150a78869620434652e828bf4caf83b56451339a847072acc72fcc1f0e2e4ed
MD5 27b1d0cbae8712d1137258728b31ea84
BLAKE2b-256 5b928194481252f4f0c446b9b44c404a3d92622ac2b736d5dbb05beac6a1d7c7

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68c2c7d7a87a349446946e16e01a2f219cbdd9a4cbca7a1342a3908c60ef4643
MD5 dc49d7b24018840162acea10d0b41381
BLAKE2b-256 13f2600dd71d79eccfe8e7447ec7d85da0db286f673b383f2404ffd774898e6a

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 39bbf188f7412aedaa0aa633940c963abc57a71a9fc6c343c6ff86703b63dbde
MD5 a5ed7afa6c0a7a0a5f9e7412b8545361
BLAKE2b-256 fdb8b68ea167fd026105e89c09b22ab5b5823b65eb27c7bd3e98832bb6d595b8

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b1f4a090ffe3748d5fb2e7227286cd2d1c411c8d1570055f272343bef416cd1c
MD5 a565d49fb912e2b65410e88339ceffab
BLAKE2b-256 dc919ed2b8f45f36a0de1a005a0d49fbefa37602b479bc2e0267db42b832e5b8

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d7b8065a7a86ee28296d17c103ac7178b3b93a2d9bb953b9e350d8b485a1f8c
MD5 925aa3d0e858200ef4a16ea6fc23ea7c
BLAKE2b-256 c68169455474c62790e742be52133dd941912ee13e6acdca054685bf142e6c3b

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c4cd1ddccb14628a02de63b07a26451ee84a6662d04498e6cf1dd605fc5eb051
MD5 ce5bb79f431ca581e77f7d2bed285c4e
BLAKE2b-256 43aae579690e06629ea2af91a2a04d508563598f7a3b95a850204817e3f4d89f

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ea0d7376ef117e59e5a17cdcee2b099c73b1facbb2bea067464014302384ec0
MD5 9ab7bd2c8372b3eed3ff739b5e4c4e63
BLAKE2b-256 86d2dd3b3eb32c31cecb2c12354c59cce2181bf095569558a6ecdd5a0a554752

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7505057f00d364c1c9dd27c9a9bae4f573369062ccad036af17228a19ddeb90c
MD5 20b59bdff41abf51a5001be71c3143dd
BLAKE2b-256 71646ec5b6d562022dc0f8d05101a0aa8a76d5b0c2eb9f0481fd525f28031161

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dfa81a0b4c4408750dd48ca2c5f9d17aadb0455070325fce5433eab01f71096
MD5 e7d5bbf3b4bd73b8bbc458a61e45c304
BLAKE2b-256 e84fe2248a67949a8a588ade086f94f08d43fe60cf850940284f7dbd5d2ac5b3

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 822d745d41e979689edaf3223d3cc954ce79caf70bdf91cb6d20ce361627acb2
MD5 b7a3dcc0e19d2d92f5bea1284f2531b5
BLAKE2b-256 4af6604ebc2e434c4370d4c4431833b1531792ec4f24390aac0d94f0fa648186

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 caed0a77a4cac368c552fa3d5f983bd68b07eae461ab98850497d123a4885036
MD5 6b9113cbe128e3a09aba623a19d9ae57
BLAKE2b-256 ab7ec5c888eb14d0dba63896b5429510a0ace99a5dc2745aff9df016977f6046

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c08af7f21d2b20934cd90806dd0ff08744ed018f0f2ad4351ffd24422624ebc
MD5 cb207a71251c58055093519a88b29087
BLAKE2b-256 f4fb5856b9d040acae20ae09934b12b9162d264b284960619db226401f35d6ed

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f6a1676c01987979d497926957cd772b21629c3a844f2b6f95c5bb67a06a17c5
MD5 627e2856c5f9dde9dfa4a7c1b74d5783
BLAKE2b-256 332cf2f49d7ba34fb397c167e770141e4bc1c918bc9583d748b15c22d0478ecf

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aac06674f2652c37167acfc9cc6fc50d99255b7882313cd3ea63474672f64397
MD5 1630dedf7e158013566cb349293522e1
BLAKE2b-256 3c05a3a5bbaf8b3f7478455b3b7dc1c1103db67a034bc44a5342f6149c135c62

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc6feb0e07a34bbd41f4145dd25f7a9268c08bcf94985134c5bf90e09cd63f4c
MD5 38e4a19039bad5ed305de56f990814e3
BLAKE2b-256 b016de1660ddb40df5400d796e5e5e6cee99c57862ee8ff6adacdae71966fa55

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 398ba38c544265ed45f00c7eb995cd66470434cec3adbc32f6e439f9e1e5b680
MD5 2e017a5974fdbbbeda0f09beda5fd911
BLAKE2b-256 3b9680144dcb58697f1f8338949228eb3bc0d8700864710774dfc2c204518452

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e3e94c11e8456b24a71f7c41eff1278bc7fce83c1149dc2a3139f2975d7335e7
MD5 066604c53d2cd9e173b765edec618e7a
BLAKE2b-256 eed712d42d17d525843b184f9c53157ad675fbe6228489dc4f49df0f229bdbf4

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c6197c061c6965442c12dbb5379e2473e4e98e1fd0d31d205455fdbf7eda50c2
MD5 cf6fa5b2b3bcf1441041e161ea8eb57f
BLAKE2b-256 422ae9c9f36d6e2b01c00cfb6ff3bbd322f9aad4a0ed05123a0de6756f530f9d

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 de33f7c96935accd796d3846fe5c540dac08b11135f49749639076d0a6af4238
MD5 4405be763b97287463f2d8277aeae9f7
BLAKE2b-256 03aec877ebfe950dee29f0ce00ae6cecaa98b8c668e7ca2ae13b84235316cc19

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bdc85159b2ad38ae2d91a7c72beaa9b2df6ab970920de1c40f96d2c3026be100
MD5 2dfef373cf0a50c11f51633e0cceb028
BLAKE2b-256 bd51012ec8278c01a8a5522c994748c687e612bba16b5b1f16657a4bd8ee94b1

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4bcc1f22fc7b9bab8d71342053a93daf495456a2d846a67c74dcf00f196dcde
MD5 45656c2a876f860db9e046e2ab0979d1
BLAKE2b-256 194c7e84ac6e58b61d5621c716cc42125b12a5509324a44eff8fd6e1c630a225

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc92fc0bf660e7f95893b2c7cf1af98df46b36918a176125acad6495fc07e812
MD5 9031d021c550d8cfae5375c387acc420
BLAKE2b-256 e4c0068316a812b736e4bf57d19b30cebdf3f62f4fa21243cb813ae11194abdc

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9522b1617f3c8a8be9118ebaad6eb8708d1b65fe0e1e7b01ba5c67c7a414d874
MD5 f7f4e347271d7aac25679397f656b97a
BLAKE2b-256 685f515897f7996c078d6e40cee0d51028f2167c93f9f1b300d726d141480ae5

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b781958752742dd4df228cbcf50e2d511ea0a424544348762a501d84504507d2
MD5 d73ee87ae6f2ddfe72107877e0dff5c4
BLAKE2b-256 cb8e258625905d470a36a29f13fa921a19f5a6679e423957158f6b7666e33613

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d10b7bde2312f25ac7643da1d9f0a482fcb90f4c57d758353868f54208440a79
MD5 7371577fc4f2573ccdc1857f264f040e
BLAKE2b-256 a49bc6da357dee6204d1564ed71c3e34c724242402a3a15e16a0b0d37418b9c8

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 374b6dfeb48901a55215bce5e5868a9f15bbca9b2d726cbdd5e37b2fa0366baa
MD5 b5f035c07a672bd7fe3cb7dadd0f2b9c
BLAKE2b-256 6df53c142183c5a0725fd32b44ff5f94548926d6c1e8811a9da78e7c9811836b

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ae8ffee0ba2fa29de0337bc60a2b15cca2cfeaf532783e106bb12b83a3432bab
MD5 ffd292aff6e69632856f37f7fd882103
BLAKE2b-256 36f8b462888cc6702e72ceb40aa064f0457bab74ccbcc58e97e44535495b1ca1

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81c483a21584f31408931bfee7d2b99d802b1aac35add4073dbc3330027542ce
MD5 82b793b4c6f884fbe140e6b09be214c7
BLAKE2b-256 af563a4fbcc2598d2ddb40671e091c975cbf26a383573dea291555fd3b3ca183

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d3ee86c57eff3b1041a5865a9c72113916124b808486f436428772a73336b2e
MD5 45e308a9d89507c24211c976cb8b2760
BLAKE2b-256 146cd8909c0d24e66b3ac58e59a4e5bc16cb45fe3a63bccf7a2fec6255f2a310

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e878ed0861893f9505651fa392640c45811f92d3acaba483245382d631cb569
MD5 26c022a2a2a38038d74e4c7b7cd962db
BLAKE2b-256 771e0689a7dc95d61c74e367816cc615ead327531e760a3a849d697f9c279511

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2f8a9ec066ab9c387d8b423f5a088ae1e179b61922fb46310f7d05fe4a545277
MD5 c090f42eb58a20ef1131db36586342f4
BLAKE2b-256 60fcca26203732314a57ed20a5f034600a9c025bb7e92b0b50b879c7210925f3

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: healpix-2022.11.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6fc2fefd324f466edb7120a2b968013e7657643a12a070296cdb8528da5e7752
MD5 eb9d43ad009c828ca05d8416a7d039f4
BLAKE2b-256 3bd24e81aa0aff915a56d81e85ec3b20d5e8e1dd40c7ec4d1e5db4d9ea2e6e95

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 12e7961c290881fa87fe224327842c0381cd1042af4f35678f4f473322baa08b
MD5 270287cd7e9c7ad96a854cecaf609357
BLAKE2b-256 4e4a8077ba4491fea662c2d007c787acbec7b08f2fe3c284c0d918107edd4a5a

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb40fa3956925886df41ba9652ecd4f03de0350401475d9c3cdffd07a57324d1
MD5 8ebb8b160c14dad9ed5e85cfb9213630
BLAKE2b-256 4bd8c4f4c52b87c533a1685800af3c25ac7c152ce3db7f3c3168c63c817fe148

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 416888f4d01e61ef08b11aba8c6e24f8fda34269b2d5c122ed8f5725a43ecab9
MD5 e0d87a8ee1bf6027ee88d4dd08cc87b6
BLAKE2b-256 3222260d637e2d6eb62f014c0ba1ffe6194d61a061bf2660c5a8e4c02f82e372

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f728fa4f61f9585a13c0efc5d39e38d175e4c49c97bcae4268c6463182b4ba3
MD5 44717981688961266fdd1e6bd59a001e
BLAKE2b-256 058694e183705ea4c526d838a8f2f6f1a533b61330096604772e43a69784776e

See more details on using hashes here.

File details

Details for the file healpix-2022.11.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for healpix-2022.11.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 666a7f5dc48353756da29f46666918db4775b80bdb30b4683be3521254a74fc4
MD5 82f08ec56a6d1b1928d0aa93820d3ecb
BLAKE2b-256 508cbf7bb70e62c1e5690e7a8f1011f6aef60c4471b3db6df0a3edb34c188022

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page