Metadata-Version: 2.1
Name: stonesoup
Version: 1.5
Summary: A tracking and state estimation framework
Maintainer-email: Defence Science and Technology Laboratory UK <stonesoup@dstl.gov.uk>
License: MIT
Project-URL: Homepage, https://github.com/dstl/Stone-Soup
Project-URL: Documentation, https://stonesoup.readthedocs.org
Project-URL: Release Notes, https://github.com/dstl/Stone-Soup/releases
Project-URL: Issues, https://github.com/dstl/Stone-Soup/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: mergedeep
Requires-Dist: numpy>=1.17
Requires-Dist: ordered-set
Requires-Dist: plotly>=5.0
Requires-Dist: pymap3d
Requires-Dist: rtree
Requires-Dist: ruamel.yaml>=0.16.5
Requires-Dist: scipy
Requires-Dist: utm
Provides-Extra: dev
Requires-Dist: confluent-kafka; extra == "dev"
Requires-Dist: coverage>=7.2; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: folium; extra == "dev"
Requires-Dist: h5py; extra == "dev"
Requires-Dist: ortools; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: pillow; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-remotedata; extra == "dev"
Requires-Dist: pytest-skip-slow; extra == "dev"
Requires-Dist: Sphinx; extra == "dev"
Requires-Dist: sphinx-gallery>=0.17; extra == "dev"
Requires-Dist: sphinx_rtd_theme>=1.2; extra == "dev"
Provides-Extra: video
Requires-Dist: ffmpeg-python; extra == "video"
Requires-Dist: moviepy; extra == "video"
Requires-Dist: opencv-python; extra == "video"
Provides-Extra: tensorflow
Requires-Dist: tensorflow>=2.2.0; extra == "tensorflow"
Provides-Extra: tensornets
Requires-Dist: tensorflow>=2.2.0; extra == "tensornets"
Requires-Dist: tensornets; extra == "tensornets"
Provides-Extra: orbital
Requires-Dist: astropy; extra == "orbital"
Provides-Extra: mfa
Requires-Dist: ortools; extra == "mfa"
Provides-Extra: ehm
Requires-Dist: pyehm; extra == "ehm"

<h1><img valign="middle" alt="Stone Soup Logo" src="https://raw.githubusercontent.com/dstl/Stone-Soup/main/docs/source/_static/stone_soup_logo.svg" height="100"> Stone Soup</h1>

[![PyPI](https://img.shields.io/pypi/v/stonesoup?style=flat)](https://pypi.org/project/stonesoup)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/stonesoup.svg)](https://anaconda.org/conda-forge/stonesoup)
[![CircleCI branch](https://img.shields.io/circleci/project/github/dstl/Stone-Soup/main.svg?label=tests&style=flat)](https://circleci.com/gh/dstl/Stone-Soup)
[![Codecov](https://img.shields.io/codecov/c/github/dstl/Stone-Soup.svg)](https://codecov.io/gh/dstl/Stone-Soup)
[![Read the Docs](https://img.shields.io/readthedocs/stonesoup.svg?style=flat)](https://stonesoup.readthedocs.io/en/latest/?badge=latest)
[![Gitter](https://img.shields.io/gitter/room/dstl/Stone-Soup.svg?color=informational&style=flat)](https://gitter.im/dstl/Stone-Soup?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4663993-informational)](https://doi.org/10.5281/zenodo.4663993)

## Background
Stone Soup is a software project to provide the target tracking and state estimation
community with a framework for the development and testing of tracking and state
estimation algorithms.

An article is [available](https://www.gov.uk/government/news/dstl-shares-new-open-source-framework-initiative) that details the background to the project, and contains links to sample data.

Please see the
[Stone Soup documentation](https://stonesoup.readthedocs.org/) for more
information.

Please see the [tutorials](https://stonesoup.readthedocs.io/en/latest/auto_tutorials/index.html),
[examples](https://stonesoup.readthedocs.io/en/latest/auto_examples/index.html),
and [demonstrations](https://stonesoup.readthedocs.io/en/latest/auto_demos/index.html),
which you can also try out on Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dstl/Stone-Soup/main?filepath=notebooks)

## License
Stone Soup is released under MIT License. Please see [License](LICENSE) for details.
