Low-level Python package for working with various AAS WorldWide Telescope data formats.
Перейти к файлу
Peter Williams a028d92522
Merge pull request #62 from pkgw/toast-wcs-flexibility
wwt_data_formats/imageset.py: be less picky about WCS when we're TOAST
2024-02-09 12:10:17 -05:00
.config/cranko Convert to Cranko versioning 2020-09-27 22:06:10 -04:00
ci ci: update Ubuntu image versions 2023-12-14 14:32:48 -05:00
docs docs/installation.rst: tweak an anchor to make the linkcheck happy 2024-02-09 11:29:46 -05:00
wwt_data_formats wwt_data_formats/imageset.py: be less picky about WCS when we're TOAST 2024-01-31 16:44:29 -05:00
.coveragerc Stub a new empty project 2019-12-02 15:05:57 -05:00
.gitignore Stub a new empty project 2019-12-02 15:05:57 -05:00
.readthedocs.yaml .readthedocs.yaml: rename and update this 2023-10-24 08:39:37 -04:00
CHANGELOG.md CHANGELOG.md: make master branch point to release branch 2020-09-28 17:08:13 -04:00
LICENSE Release version 0.1.0 2020-03-17 23:26:24 -04:00
MANIFEST.in wwt_data_formats/place.py: add support for constellations 2022-02-11 16:54:16 -05:00
README.md Various sponsorship branding updates 2023-10-24 09:01:50 -04:00
RELEASE_PROCESS.md Back to development 2020-02-05 12:35:13 -05:00
pyproject.toml pyproject.toml: fix typo! 2023-03-29 16:13:12 -04:00
setup.py Update the "front door" email address to hello@worldwidetelescope.org 2023-08-17 17:25:31 -04:00

README.md

Build Status PyPI version codecov

WWT Data Formats

wwt_data_formats is a low-level Python package that interfaces with the various XML serialization formats used by WorldWide Telescope.

The WorldWide Telescope project uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

Installation

The easiest way to install wwt_data_formats is through pip:

pip install wwt_data_formats

Documentation, Examples, etc.

For documentation and examples, go to:

https://wwt-data-formats.readthedocs.io/

Contributions

Contributions to wwt_data_formats are welcome! See the WorldWide Telescope contributors guide for applicable information. We use a standard workflow with issues and pull requests. All participants in wwt_data_formats and the WWT communities must abide by the WWT Code of Conduct.

Release History

Releases of wwt_data_formats are logged in the file CHANGELOG.md on the release branch of this repository, as well as release listings maintained by GitHub and PyPI.

Dependencies

wwt_data_formats is a Python package so, yes, Python is required.

  • astropy is not a required dependency, but can be used
  • beautifulsoup4 for the wwtdatatool wtml report command
  • pytest to run the test suite
  • requests is always required (in princple it could be optional)
  • traitlets is always required

Legalities

wwt_data_formats is copyright the .NET Foundation. It is licensed under the MIT License.

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.