Metadata-Version: 2.4
Name: tts-dtat
Version: 0.2.3
Summary: Data Trending and Analysis Tool Library
Author: winner
Author-email: winner <emily.winner@jpl.nasa.gov>, muszynsk <matt.muszynski@jpl.nasa.gov>
License: Apache-2.0
Project-URL: Homepage, https://github.com/NASA-JPL-Teamtools-Studio/tts_dtat
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: nbformat>=4.2.0
Requires-Dist: plotly>=5.14
Requires-Dist: pytest
Requires-Dist: pandas>=2.0.0; python_version >= "3.9"
Requires-Dist: pandas>=1.1.0; python_version < "3.9"
Requires-Dist: tts-utilities
Dynamic: author
Dynamic: requires-python

# DTAT

![Project logo](https://github.com/NASA-JPL-Teamtools-Studio/teamtools_documentation/blob/main/docs/images/tts_image_artifacts/dtat.png)

## About Teamtools Studio

Teamtools Studio Utilities is part of JPL's Teamtools Studio (TTS).

TTS is an effort originated in JPL's Planning and Execution section to centralize shared repositories across missions. This benefits JPL by reducing cost through reducing duplicated code, collaborating across missions, and unifying standards for development and design across JPL.

Although Planning and Execution is primarily concerned with flight operations, the TTS suite has been generalized and atomized to the point where many of these tools are applicable during other mission phases and even in non-spaceflight contexts. Through our work flying space missions, we hope to provide tools to the open source community that have utility in data analysis or planning for any complex system where failure is not an option.

For more infomation on how to contribute, and how these libraries form a complete ecosystem for high reliability data analysis, see the [Full TTS Documentation](https://nasa-jpl-teamtools-studio.github.io/teamtools-documentation/).

## What is DTAT?

### Overview

DTAT is the TTS solution to complex plotting. It is largely an extension of Plotly. Although we love Plotly and use it often,
one of the problems with such libraries is that they are so open ended that they take significant expertise in order to
create maintainable, reusable code.

DTAT wraps Plotly to handle common plotting issues with a more user friendly interface. It is not as flexible as raw Plotly,
but it is significantly easier to grab out of the box and use.

Furthermore, there are some known challenges with Plotly that every user hits and average developers struggle to overcome. DTAT
is a place where we can encode lessons learned about these limitations so not every user who wants to make a plot needs to
overcome them.

### Projects Currently Supported

* Europa Clipper
* Mars Sample Return
* Orbiting Carbon Observatory 2
* Mars 2020

## Architecture

### TTS dependencies

* TTS Utilities
