Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmert/healpix.jl
https://github.com/jmert/healpix.jl
healpix julia pixelization
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmert/healpix.jl
- Owner: jmert
- License: mit
- Created: 2022-10-23T18:30:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T19:53:28.000Z (about 2 years ago)
- Last Synced: 2023-04-04T02:32:54.788Z (over 1 year ago)
- Topics: healpix, julia, pixelization
- Language: Julia
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Healpix.jl
| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------:|:----------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url][![][codecov-img]][codecov-url] |### Installation and usage
This library is **not** registered in Julia's [General registry][General.jl],
so the package must be installed either by cloning it directly:
```
pkg> add https://github.com/jmert/Healpix.jl
```
or by making use of my [personal registry][Registry.jl]:
```
pkg> registry add https://github.com/jmert/Registry.jl
pkg> add Healpix
```
After installing, just load like any other Julia package:
```julia
julia> using Healpix
```[General.jl]: https://github.com/JuliaRegistries/General
[Registry.jl]: https://github.com/jmert/Registry.jl[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://jmert.github.io/Healpix.jl/stable
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://jmert.github.io/Healpix.jl/dev[ci-img]: https://github.com/jmert/Healpix.jl/actions
[ci-url]: https://github.com/jmert/Healpix.jl/workflows/CI/badge.svg[codecov-img]: https://codecov.io/gh/jmert/Healpix.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/jmert/Healpix.jl