Metadata-Version: 2.1
Name: pygus
Version: 2.0.6
Summary: Green Urban Scenarios - A digital twin representation, simulation of urban forests and their impact analysis.
Home-page: https://github.com/lucidmindsai/gus
License: Apache-2.0
Author: Bulent Ozel
Author-email: bulent@lucidminds.ai
Maintainer: Oguzhan Yayla
Maintainer-email: oguzhan@lucidminds.ai
Requires-Python: >=3.8.0,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: fuzzywuzzy (>=0.18.0,<0.19.0)
Requires-Dist: ipython (>=7.27.0,<8.0.0)
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: mesa (>=0.8.9,<0.9.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: portray (>=1.7.0,<2.0.0)
Requires-Dist: pytest (>=7.1.2,<8.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Requires-Dist: termcolor (>=2.1.1,<3.0.0)
Requires-Dist: utm (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/lucidmindsai/gus
Description-Content-Type: text/markdown

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Versions](https://img.shields.io/pypi/pyversions/pygus)]()



# gus
![GUS-IMAGE](https://miro.medium.com/max/1400/1*fMM7rnq1RJCh-nFBGLUvyA.png)

Green Urban Scenarios - A digital twin representation, simulation of urban forests and their impact analysis.

## Getting Started
Visit the GUS [website documentation](https://lucidmindsai.github.io/gus/) for help with installing GUS, code documentation, and a [basic tutorial](https://github.com/lucidmindsai/gus/blob/main/notebooks/Tutorial.ipynb) to get you started. 

## Install from PyPi
We publish GUS as `pyGus` package in PyPi. Dependencies can be found in the .toml file on the GUS GitHub page. Even though installation with Poetry is possible, the most stable installation can be done via pip.

```
$ pip install pygus
```

For further instructions and code documentation, visit [GUS Code Documentation](https://lucidmindsai.github.io/gus/)

### Who maintains GUS?
The GUS is currently developed and maintained by [Lucidminds](https://lucidminds.ai/) and [Dark Matter Labs](https://darkmatterlabs.org/) members as part of their joint project [TreesAI](https://treesasinfrastructure.com/#/).

### Notes
* The GUS is open for PRs.
* PRs will be reviewed by the current maintainers of the project.
* Extensive development guidelines will be provided soon.
* To report bugs, fixes, and questions, please use the [GitHub issues](https://github.com/lucidmindsai/gus/issues).
