Metadata-Version: 2.4
Name: tangram_globe
Version: 0.3.0
Summary: Globe view toggle plugin for tangram
Author: Andres Morfin Veytia
License-Expression: AGPL-3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: tangram-core>=0.2.1
Description-Content-Type: text/markdown

# tangram_globe

The `tangram_globe` plugin adds a toggle to switch in the top navigatio bar to switch between Mercator and globe view


## About Tangram

`tangram_globe` is a plugin for `tangram`, an open framework for modular, real-time air traffic management research.

- Documentation: <https://mode-s.org/tangram/>
- Repository: <https://github.com/open-aviation/tangram>

Installation:

```sh
# cli via uv
uv tool install --with tangram-globe tangram-core
# with pip
pip install tangram-core tangram-globe
```
