Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hombit/mom-builder


https://github.com/hombit/mom-builder

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# MOM Builder

A python package to build multi-order continious Healpix maps.

### Installation

Install the Rust toolchain with your package manager (install cargo and rustc) or (preferably) [rustup.rs](https://rustup.rs):
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Install the package with pip:
```sh
python3 -mpip install git+https://github.com/hombit/mom-builder
```