Metadata-Version: 2.1
Name: MOCPy
Version: 0.11.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Dist: astropy
Requires-Dist: cdshealpix
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: lark-parser
Summary: MOC parsing and manipulation in Python
Author: Matthieu Baumann <baumannmatthieu0@gmail.com>, Thomas Boch <thomas.boch@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>
Author-email: Matthieu Baumann <baumannmatthieu0@gmail.com>, Thomas Boch <thomas.boch@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>
License: BSD-3-Clause
Description-Content-Type: text/x-rst; charset=UTF-8
Project-URL: Source Code, https://github.com/cds-astro/mocpy

*****
MOCPy
*****
|PyPI version| |Build/Test status| |Notebook Binder| |Doc|

MOCPy is a Python library allowing easy creation and manipulation of MOCs (Multi-Order Coverage maps).   

MOC is an IVOA standard  enabling description of arbitrary sky regions.  
Based on the HEALPix sky tessellation, it maps regions on the sky
into hierarchically grouped predefined cells.

An experimental support for TMOC (temporal MOC) has been added since version 0.4.0.
It allows creation, parsing and comparison of TMOCs.

Space & Time coverages (STMOC) are an extension of MOC to add time information.
It is possible to get a TMOC by querying a STMOC with a MOC and/or get a MOC 
by querying a STMOC with a TMOC.

Please check the mocpy's `documentation <https://cds-astro.github.io/mocpy/>`__
for more details about installing MOCPy and using it.

For more information about the MOCPy Rust core, see the `moc crate <https://crates.io/crates/moc>`__. 

.. figure:: ./resources/readme.png
   :scale: 50 %
   :align: center
   :alt: map to buried treasure

   *Rendered with MOCpy!*

.. |PyPI version| image:: https://badge.fury.io/py/mocpy.svg
    :target: https://badge.fury.io/py/MOCPy

.. |Build/Test status| image:: https://github.com/cds-astro/mocpy/actions/workflows/test.yml/badge.svg
    :target: https://github.com/cds-astro/mocpy/actions/workflows/test.yml

.. |Notebook Binder| image:: http://mybinder.org/badge.svg
    :target: https://mybinder.org/v2/gh/cds-astro/mocpy/master

.. |Doc| image:: https://img.shields.io/badge/Documentation-link-green.svg
    :target: https://cds-astro.github.io/mocpy/



