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.

For a function reference, run pydoc healpix (or pydoc chealpix) locally if you have the package installed, or see the online reference.

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-2023.1.13.tar.gz (15.3 kB view details)

Uploaded Source

Built Distributions

healpix-2023.1.13-cp311-cp311-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

healpix-2023.1.13-cp311-cp311-win32.whl (21.4 kB view details)

Uploaded CPython 3.11 Windows x86

healpix-2023.1.13-cp311-cp311-musllinux_1_1_x86_64.whl (73.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

healpix-2023.1.13-cp311-cp311-musllinux_1_1_i686.whl (75.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

healpix-2023.1.13-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.2 kB view details)

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

healpix-2023.1.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (73.4 kB view details)

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

healpix-2023.1.13-cp311-cp311-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

healpix-2023.1.13-cp310-cp310-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

healpix-2023.1.13-cp310-cp310-win32.whl (21.4 kB view details)

Uploaded CPython 3.10 Windows x86

healpix-2023.1.13-cp310-cp310-musllinux_1_1_x86_64.whl (72.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

healpix-2023.1.13-cp310-cp310-musllinux_1_1_i686.whl (74.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

healpix-2023.1.13-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.1 kB view details)

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

healpix-2023.1.13-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (73.3 kB view details)

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

healpix-2023.1.13-cp310-cp310-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

healpix-2023.1.13-cp39-cp39-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

healpix-2023.1.13-cp39-cp39-win32.whl (21.4 kB view details)

Uploaded CPython 3.9 Windows x86

healpix-2023.1.13-cp39-cp39-musllinux_1_1_x86_64.whl (71.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

healpix-2023.1.13-cp39-cp39-musllinux_1_1_i686.whl (74.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

healpix-2023.1.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.9 kB view details)

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

healpix-2023.1.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (73.1 kB view details)

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

healpix-2023.1.13-cp39-cp39-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

healpix-2023.1.13-cp38-cp38-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

healpix-2023.1.13-cp38-cp38-win32.whl (21.4 kB view details)

Uploaded CPython 3.8 Windows x86

healpix-2023.1.13-cp38-cp38-musllinux_1_1_x86_64.whl (72.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

healpix-2023.1.13-cp38-cp38-musllinux_1_1_i686.whl (75.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

healpix-2023.1.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.4 kB view details)

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

healpix-2023.1.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (73.6 kB view details)

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

healpix-2023.1.13-cp38-cp38-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

healpix-2023.1.13-cp37-cp37m-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

healpix-2023.1.13-cp37-cp37m-win32.whl (21.4 kB view details)

Uploaded CPython 3.7m Windows x86

healpix-2023.1.13-cp37-cp37m-musllinux_1_1_x86_64.whl (72.1 kB view details)

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

healpix-2023.1.13-cp37-cp37m-musllinux_1_1_i686.whl (74.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

healpix-2023.1.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.0 kB view details)

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

healpix-2023.1.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (72.2 kB view details)

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

healpix-2023.1.13-cp37-cp37m-macosx_10_9_x86_64.whl (19.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

healpix-2023.1.13-cp36-cp36m-win_amd64.whl (26.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

healpix-2023.1.13-cp36-cp36m-musllinux_1_1_x86_64.whl (71.3 kB view details)

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

healpix-2023.1.13-cp36-cp36m-musllinux_1_1_i686.whl (73.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

healpix-2023.1.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.0 kB view details)

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

healpix-2023.1.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (72.2 kB view details)

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

healpix-2023.1.13-cp36-cp36m-macosx_10_9_x86_64.whl (19.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13.tar.gz
Algorithm Hash digest
SHA256 254f00520724ec5f17dbed3393e3bf17c892b7e95ac6df52ef9a7f6b68e384e1
MD5 e400f41413ac9adda9277dce2b0e0664
BLAKE2b-256 4f1bbf3673e391b6561c28813d64edfc15aedae45ae146267cf688a7077fb3a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0107aa02c0cc5cc27f1afb1e2f3f63c49fa5d5a679a887dd2bbfa02e14cbd18a
MD5 d0be5a4bb0e81d1f8e7a456c0fbcaaec
BLAKE2b-256 8736ff5568c69764f86c9ae46237d10536627ac8d647813a871cb766932d87c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d9f35f1483b044c3aa0a8b6f3b5d4ad8c01d8bda28df0ef00ea91a82ecdfac1b
MD5 77915af9634d7f45741175f3a4f399f4
BLAKE2b-256 b35193223c423e767398e6640ff53b2a2836330012163c58527080fca1df7e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6668d709de72dd41293f8066e3138dffc99eaf8eb74e40565752bbfefeb3c98e
MD5 c5e8a5930d9789b043e01ca3d7a91c6d
BLAKE2b-256 9b7c7d95ee8bcae60d366f14997bbf8a23b07628015dab94bbff3802f5012078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a90a05c80df87ce9c1f593010bfedc2dc4feba73766d1479b0868fc1e33e0f79
MD5 210534f87d665325c6f37466d8b6a357
BLAKE2b-256 871fb4081eb382902b3368cc575d52d014b2acdce50d756dac6b1de385f320e7

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fd051638602ad83c88d4eceeb654818650235ac4dcc8098e7934d6f4bca8284
MD5 4d520e3af1320423df202ff8e943e9f6
BLAKE2b-256 bd965622c0e11f5f73de9cb1f549182d25c82c086fe3f3ea908784c2598010be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc46e66c2244d76a13041c8268a24dd9d6e51016a9876966b56573fa70dd8f64
MD5 58e526db6e78a1c9da1ee7207f68454d
BLAKE2b-256 25a1d39f965771c920cfb036846b3959ad292791ac8c72e6fd2313edd5a29bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79aa8f9f1f23d43969910f407e7f3289f0456f2e37593e602a72e2ca9528ae28
MD5 2b06238b1e7232a99d733b7940ef92b6
BLAKE2b-256 dabdb376a73693031be89a438013d0b42435b41328eee4d5538487a39256c4dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 63d71d9d1ab10db7edd92fe153ad94a4b9bad646cd72103d5b7dac53dcdc0c4f
MD5 473ee86eb48c5747ce050af4e2b81ba9
BLAKE2b-256 1090ee60f0f2c9b8a5ff3d56ed38054ed16b7ef4d3c5a060b5422df109909ba2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d2a402c21a6fe2533800ba60c45cfaf9ba65df28e78440f671d975b1644fa8a9
MD5 19c55fd5da7221c61315c591d7f30521
BLAKE2b-256 86db63d319e2dd28453d00e188fbac87b6fb3f031c788c71d71239d33759f6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ad751ebd0a272c56c56097ba5e77cf2097c0dcdc84ea53806de0c5c93a92c76
MD5 a58acec44018e29e5f30ea53f620c32a
BLAKE2b-256 cd746941d5556dfa5abed4b910a493829ebeb85971db0247ea0d61045ecbdd83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9c37bddeab19dcc4ffa93553336af21489c9102818a91ec8a4ae3872432e13cd
MD5 a7139c16ee6e017e9ca67fb69a790ed1
BLAKE2b-256 5651099b1439c720db051d45b910185c816c22ae3fd7034d5bd6c52d5007d5c0

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ebde0f42f60b73d3f545efb75811a2158b7252a35b35ae7f5e4b3f6e095dcb7
MD5 a2cd7d9adb4bfd8c9515345fa33700a2
BLAKE2b-256 bc72cb2d8e9b6412c643a36ca379fc01b26cefdc847dd79182c70d3dca3a3987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0c7dbe702f991709e92f6ac8ab2cacaa0262e9f039ff73320f8fcefe9af3cc4
MD5 9eade62e66af19c338a1a9bfbaf8a3d8
BLAKE2b-256 3b8f212fc93122c67ba5052e6c669215751de6f047210ced7b79d8252f44de81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41d593f5dbe4de2c767eed615c67f2407f23bccc6a434ada30f5946ce7992657
MD5 cc97f086b2c7089fdf8d2699190404f9
BLAKE2b-256 c78dc2afb024bda7081f9c836d62f004df3a4de0add89cab87b0d93527bb2953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ecdfdf499473f093fa2b59c08b575706140bf775b38aa979a99b1f10bc0f2661
MD5 d416d274f31fadcdf93b02fa60937dc4
BLAKE2b-256 0f98a8276e3d2290fca5f973147a83928673a8f86903d7769200c2a89d47ffa6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5c2d362d67ba5ec8bb750d5dce5cfb77d6246674618a1f949a34ce9d35924e5b
MD5 5d6edce04175163adadefb680691bfb3
BLAKE2b-256 1d228ba8c61b6ff08fa39eb5f6404894fc06b4f0d0feb8fa503d9306bcfed0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d56e85f090bacd1a310c15e40725fa6368412040b61d92b248df644b2277cf0
MD5 28a4ef8d5768d9d8e8d31b52bf1b5412
BLAKE2b-256 56ee27e438dce1947e21afebfc6c8823a8e975903aedad3d2f39c57752e884b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d560d5a791db20101fb60900bd4846c7a9f2cf5f6b76ff5a6f562473f577082c
MD5 d592715b01e9b67504e3a7709c2f99d8
BLAKE2b-256 090967d662b3579ac4cd4eb0e3fb75394b04664c8a4f37701a887ffaaecad421

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef32618f990f8311210803e0f35e43703e7dc26846ad8234e09f08c08b98678b
MD5 ed11eb672433ef1cfc73c7b58dc7c1f1
BLAKE2b-256 aadc8697e822bfdb1117d9809447b51a81fe6058dd5ee1462ec5ca64e307074e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae0a8bf4599cdb6f5c4a419cbb3ff78f5f48e2cde59642aa960432973d1db213
MD5 059c94a4694c91cf01810205fca0cfb5
BLAKE2b-256 8a9669df95bb442a6ab57c9e7b46194de3c35c6cae2c0c978c1bd7c8541ec018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0673b43398b3d5aef1f06399c7d2c46c1776f0da61e0b2a9767ff8908df5eb9b
MD5 250b57a13809805c32a29ae63aa02240
BLAKE2b-256 efc54d477072b825a07ebaafcd2b1447dc49d7b51a98e9dc3f2771a4539f1234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1bf389229048e79bfcd8277830e3b12028fb5773f644ae46a9ac499179e81b96
MD5 6385bd6fa229c5879aed4f2262045ab5
BLAKE2b-256 bb538b79671b67df090d68cbde0fcf942482a67248b33c0752fe4fc557585680

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e28e5733950487bf22855f4850e3550837e41153457b4045aae5f5e206edfe7c
MD5 159852ab6697cf232c59634ff2a74467
BLAKE2b-256 d7e405e29f1d3cc64dc2ec3c2d31b2e017ea9c63ad8563d0b36d6b02ad39baee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e07919ddb1b4132a4716e782ac4a9d3f04da1e08b8c22bada5c7a2b8c9185cce
MD5 96a777fa0c859222093db817e03ec933
BLAKE2b-256 6ca3efe36ba4d01ea1ecfe2b82c55a545cab0dd36234e4331fce06ec88d20328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eba8df3696885223f77b1786e4443f606bb712d2c9560f9ed667c265cbf02e0b
MD5 6c73bf13902f6c298900f565da10ffdc
BLAKE2b-256 1f36f80f0044ab4811cc831480a6d7ac95949263339aad7190cb4c065decca38

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa4858f479efb911749a51de5fae96ecd812400f94f548835021842d00104a19
MD5 7e3fb78efb33cc60b7884487d4102d4a
BLAKE2b-256 ade9e25a95d9691b6fb53af864fda2e6f5609c81383884511f3d4916a7c342d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c808a0381107dfc92ec0a5c541d90e23104330e22826b64a3493c5fb452f3405
MD5 6caf4380bae86191f192cfdfe67ac79e
BLAKE2b-256 3014454d77e3daef61a5450e2aca6d55a92abc0f0c7ebe04601871b77db2b54e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cac23d18b598a7a77a5af243cff81012274fa484e53a8bf9ba2103d504bb5b1
MD5 4a2ccdd8102aaf8255b5c1c1c2496133
BLAKE2b-256 c848e8606ee3ecbad323310b042f2d4b50abf46283541d5df50f8822db1a4833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cf461edc244e655af22449fec0e38eccefc973b8c4b4c596a01a14b9740cc821
MD5 a61dbca3c597327b9077641e715e7aac
BLAKE2b-256 bed10c74d897e569207cdb7ad9ec56705d173ba30cc00a1210265fa69026eb55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6aacfd54dec182add082cd3c455f9065e115eca4880c0ce523668ccafe59691a
MD5 b519a4e07b8cacac71eadbd89f6d837c
BLAKE2b-256 9a8a6b4d8b5b3e4b5c19b331b81c4fd8ea8bd5856804233ccc2a1533d3643c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a51230c4f1959d3779c5b50e579353cb87e6bcc2573d0ac526a338679563f489
MD5 320abd1bf24cbd60d5be4b06c42e8f52
BLAKE2b-256 dcba17080a4075c36bdbb53900cbbb678c14281fb0423dac310b4e17c032185c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 555390bc4ef700809c642e20daed72d4b05be5edd00e734e8da6bbd04fdf1abd
MD5 ceb5bf97349df06cd287a645c3476924
BLAKE2b-256 9453b2d0fa9ffc3beb784ef3bc1dd26a2f6f8cb7304347a81cb6e3e84512b476

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 386d2d4d13f874e66fae738ef11ac735e951221c5502221a9ea787b9ad698380
MD5 0c578ac7977e76860979f1f6e7a76151
BLAKE2b-256 38666ad280a49ceab7e076ee23ea0643e2333b744f3b0eee5357e809e15969c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15bcf2f7dcca163347758e6e60a6330457c5052bc18a7e5a3f77c5686a51e0b5
MD5 89c0cdc04194df7918dd9bc083d942a9
BLAKE2b-256 291cfc2837ff1fcbd2d5c29f90609b694c629e8053ce8755b4ea921d4efc05ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e48233819cb05c42bfcadff92634a02d48c1783082a6de946874ca2763237c5
MD5 2f950b7e392f37e88d65f26fc13bcda3
BLAKE2b-256 2f6533b1b034232b68cf52505e19b026bbcc2b1d1322ccb1892ec75605a24805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 952e48b4ef041fa369a7e3f2b56206ffbf4f4848d8eccf6b54dea3f6dadc6d60
MD5 8f1a03bc5d250d9d1d0427b67c777073
BLAKE2b-256 048517b8334e482491108267ab007af185b0ed9fd4c40608961b702815b16703

See more details on using hashes here.

File details

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

File metadata

  • Download URL: healpix-2023.1.13-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.11.1

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cd237963b21cc6cebfdee6bdf7465c1c054778e598b4d11ebc3af2a3d5638a10
MD5 5614915168d8b72438354edd3f18e486
BLAKE2b-256 633316778a95e16c9f776397eaf42b22cf47d4a8cd2a33b34f5520cbd0461248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 96a2543657a4b3d5fa56aea283cc3f77e5ad338aeccdf426ae341cc2e1d366a8
MD5 22dfa7f433f825ae8e07002b0de5f5ac
BLAKE2b-256 029ea34626c3b53254df3c607b95e2b1eeafc26c3aa0112d63fd8a8c4d21cb08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 042ca76c59d982e504d09330473c8d0eacf21cf64c1b4ed7386c85138d230204
MD5 8d710f9e614a671029a02aea02b522d0
BLAKE2b-256 95ba10abef6fd3c24800cb28634bc36ff7c516156ace846b3ff4361b5f1b6a3d

See more details on using hashes here.

File details

Details for the file healpix-2023.1.13-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-2023.1.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 586e2bd5daab0d8f01753741859ee82de69fabde3d6712ac48e2b507624496a3
MD5 3b910ab66934821b11d18dc3069b4c09
BLAKE2b-256 0fbd78956bad2bfb6bf24e4d2e2638c030620cf64bf6e2bbbb73423870ac277e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6faa2e5bc34c385b1496319d8d75ce90c18577db5cabbe576873ad09df53f2f
MD5 f5f415e20dfb2307c5fce3d51b9ce685
BLAKE2b-256 db1defdae6d0f0ce0dcebd42ad855379ee68b041efa5ee46d052e73da0cb8f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for healpix-2023.1.13-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5aea87dae2f113be967b703c379bf3d9b695ffc872b0d74d84f99071e9d6d6e
MD5 dd4300079a4068c6a4a54d7689bbde74
BLAKE2b-256 a45f2985981cc93fc7c3031b4516494746d8b4b65ab1d5550aec95c9474fe6fa

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