Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hombit/mom-builder
https://github.com/hombit/mom-builder
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hombit/mom-builder
- Owner: hombit
- Created: 2024-07-30T17:28:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:38:22.000Z (3 months ago)
- Last Synced: 2024-10-28T12:09:41.725Z (about 2 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```