Metadata-Version: 2.4
Name: nost_tools
Version: 3.1.0
Summary: Tools for Novel Observing Strategies Testbed (NOS-T) Applications
Author-email: "Paul T. Grogan" <paul.grogan@asu.edu>, "Emmanuel M. Gonzalez" <emmanuelgonzalez@asu.edu>
License-Expression: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ntplib
Requires-Dist: numpy>=2
Requires-Dist: pandas>=2
Requires-Dist: pydantic<3,>=2
Requires-Dist: python-dateutil
Requires-Dist: pika>=1
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Requires-Dist: python-keycloak<7,>=5
Provides-Extra: dev
Requires-Dist: black[jupyter]>=24.2; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pylint-pydantic; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: examples
Requires-Dist: dash; extra == "examples"
Requires-Dist: dash-daq; extra == "examples"
Requires-Dist: flask; extra == "examples"
Requires-Dist: scipy; extra == "examples"
Requires-Dist: seaborn; extra == "examples"
Requires-Dist: skyfield; extra == "examples"
Requires-Dist: matplotlib>=3; extra == "examples"
Requires-Dist: xarray>=2023; extra == "examples"
Requires-Dist: rioxarray>=0.13; extra == "examples"
Requires-Dist: geopandas>=0.12; extra == "examples"
Requires-Dist: netCDF4>=1.6; extra == "examples"
Requires-Dist: aiobotocore>=2.17; extra == "examples"
Requires-Dist: botocore>=1.35; extra == "examples"
Requires-Dist: boto3>=1.35; extra == "examples"
Requires-Dist: tatc<=3.4.3; extra == "examples"
Requires-Dist: s3fs>=2024.10.0; extra == "examples"
Requires-Dist: pulp>=2.9.0; extra == "examples"
Requires-Dist: h5netcdf>=1.0; extra == "examples"
Provides-Extra: docs
Requires-Dist: autodoc_pydantic>=2; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: readthedocs-sphinx-search; extra == "docs"
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
Dynamic: license-file

# Novel Observing Strategies Testbed (NOS-T)

The Novel Observing Strategies Testbed (NOS-T) is a computational testbed for
maturing technologies related to the NASA Novel Observing Strategies thrust.

Documentation: https://nost-tools.readthedocs.io

## NOS-T Tools Installation

NOS-T tools is a collection of tools for the Novel Observing Strategies Testbed
(NOS-T). Installing `nost-tools` as an editable Python library requires `pip`
version 23 or greater (install via `python -m pip install --upgrade pip`).

To install `nost-tools`, run the following command from the project root
directory:

```
pip install -e .
```

Alternatively, to install supplemental libraries required for examples, run

```
pip install -e .[examples]
```

## Contact

Principal Investigator: Paul T. Grogan <paul.grogan@asu.edu>

## Acknowledgements

This material is based on work supported, in whole or in part, by the U.S.
Department of Defense and National Aeronautics and Space Administration Earth
Science Technology Office (NASA ESTO) through the Systems Engineering Research
Center (SERC) under Contract No. W15QKN-18-D-0040. SERC is a federally funded
University Affiliated Research Center managed by Stevens Institute of
Technology. Any opinions, findings, and conclusions or recommendations
expressed in this material are those of the authors and do not necessarily
reflect the views of the United States Department of Defense.

This research has made use of NASA Goddard Science Managed Cloud Environment 
(SMCE), which is a service of the Computational & Information Sciences and 
Technology Office at the NASA Goddard Space Flight Center.

Current project team:

- PI: Paul T. Grogan <paul.grogan@asu.edu>
- Research Scientist: Emmanuel M. Gonzalez <emmanuelgonzalez@asu.edu>

Project alumni:

- Hayden Daly
- Matthew Brand
- Jerry Sellers
- Brian Chell
- Matthew LeVine
- Leigha Capra
- Theodore Sherman
- Alex Yucra Castaneda
