==================================== AAS WorldWide Telescope Data Formats ==================================== `wwt_data_formats`_ is a low-level Python package that interfaces with the various XML serialization formats used by `WorldWide Telescope`_. The documentation of this package aims to provide a comprehensive reference for these data formats. .. _wwt_data_formats: https://wwt-data-formats.readthedocs.io/ .. _WorldWide Telescope: https://worldwidetelescope.org/home The core data formats documented here are: - :ref:`Image Sets ` This package also includes a CLI (command-line interface) tool, ``wwtdatatool``, that provides some useful ways of working with various WWT data files. See the :ref:`cli-reference` for a list of its functionality. Table of Contents ================= .. toctree:: :maxdepth: 2 installation imagesets cli API Reference ============= .. toctree:: :maxdepth: 1 api/wwt_data_formats api/wwt_data_formats.abcs api/wwt_data_formats.cli api/wwt_data_formats.enums api/wwt_data_formats.filecabinet api/wwt_data_formats.folder api/wwt_data_formats.imageset api/wwt_data_formats.layers api/wwt_data_formats.place api/wwt_data_formats.plate api/wwt_data_formats.server Getting help ============ If you run into any issues when using `wwt_data_formats`_, please open an issue `on its GitHub repository `_. Acknowledgments =============== `wwt_data_formats`_ is part of the `WorldWide Telescope`_ system, a `.NET Foundation`_ project. Work on WWT has been supported by the `American Astronomical Society`_ (AAS), the US `National Science Foundation`_ (grants 1550701_, 1642446_, and 2004840_), the `Gordon and Betty Moore Foundation`_, and `Microsoft`_. .. _.NET Foundation: https://dotnetfoundation.org/ .. _American Astronomical Society: https://aas.org/ .. _National Science Foundation: https://www.nsf.gov/ .. _1550701: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1550701 .. _1642446: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1642446 .. _2004840: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004840 .. _Gordon and Betty Moore Foundation: https://www.moore.org/ .. _Microsoft: https://www.microsoft.com/