Metadata-Version: 2.4
Name: dtcc-viewer
Version: 0.9.5
Summary: DTCC Viewer
Author-email: Jens Olsson <jens.olsson@chalmersindustriteknik.se>, Dag Wästberg <dwastberg@gmail.com>
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyter
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: colormap
Requires-Dist: numpy
Requires-Dist: folium>=0.14.0
Requires-Dist: pyglet
Requires-Dist: trimesh
Requires-Dist: pyopengl
Requires-Dist: pyglfw
Requires-Dist: pyrr
Requires-Dist: pvlib
Requires-Dist: pillow
Requires-Dist: glfw
Requires-Dist: tqdm>=4.66.1
Requires-Dist: dtcc-core==0.9.6
Dynamic: license-file

# DTCC Viewer

DTCC Viewer provides the visualization functionality for DTCC Platform.

This project is part of the
[Digital Twin Platform (DTCC Platform)](https://github.com/dtcc-platform/)
developed at the
[Digital Twin Cities Centre](https://dtcc.chalmers.se/)
supported by Sweden’s Innovation Agency Vinnova under Grant No. 2019-421 00041.

## Documentation

This project is documented as part of the
[DTCC Platform Documentation](https://platform.dtcc.chalmers.se/).

## Authors (in order of appearance)

* [Jens Olsson](https://chalmersindustriteknik.se/coworkers/jens-olsson/)

## License

This project is licensed under the
[MIT license](https://opensource.org/licenses/MIT).

Copyrights are held by the individual authors as listed at the top of
each source file.

## Community guidelines

Comments, contributions, and questions are welcome. Please engage with
us through Issues, Pull Requests, and Discussions on our GitHub page.

## Developer notes

This repository uses Git submodules. To build this package from source,
the submodules first need to be initialized:

    git submodule update --init --recursive
