From db0819be5273114810949ae83acd843846d8a5a7 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Wed, 12 Feb 2020 17:19:40 +0100 Subject: [PATCH] Add mocpy to the list of examples MOCpy is an astronomical Python library used for describing arbitrary coverage regions on the sky unit sphere. It relies on the HEALPix tesselation scheme and because of this, it is very easy and fast to compute the intersection/union... between coverage regions! Please check the documentation of mocpy [here](https://cds-astro.github.io/mocpy/) if you are curious. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5ecc925..88e6be93 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ about this topic. * [fastuuid](https://github.com/thedrow/fastuuid/) _Python bindings to Rust's UUID library_ * [python-ext-wasm](https://github.com/wasmerio/python-ext-wasm) _Python library to run WebAssembly binaries_ * [dict-derive](https://github.com/gperinazzo/dict-derive) _Derive FromPyObject to automatically transform Python dicts into Rust structs_ + * [mocpy](https://github.com/cds-astro/mocpy) _Astronomical Python library offering data structures for describing any arbitrary coverage regions on the unit sphere_ ## License