Metadata-Version: 2.1
Name: tmart
Version: 1.1.0
Summary: Radiative transfer modelling of the adjacency effect in aquatic remote sensing
Author: Yulun Wu
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TMart

Home page: [https://github.com/yulunwu8/tmart](https://github.com/yulunwu8/tmart)

User instruction: [https://tmart-rtm.github.io](https://tmart-rtm.github.io) 

## Installation 

1 - Create a conda environment and activate it: 

```
conda create --name tmart
conda activate tmart
```

2 - Install dependencies: 

```
conda install -c conda-forge Py6S numpy pandas scipy pathos matplotlib
```

3 - Install tmart: 

```
pip3 install tmart
```



## Other


For questions and suggestions (which I'm always open to!), please email [ywu146@uottawa.ca](ywu146@uottawa.ca)
