Overview

T-Mart (Topography-adjusted Monte-carlo Adjacency-effect Radiative Transfer code)

T-Mart solves radiative transfer in a 3D surface-atmosphere system. This can be used in modelling and correcting for the adjacency effect. Although initially designed for aquatic environments, T-Mart can also handle simple terrestrial applications.

AE correction

See Tab Instruction - Adjacency-Effect Correction for details.

AE modelling

See Tab Instruction - Basic Modelling and Instruction - Advanced Modelling for details.

Installation

1 - Create a conda environment and activate it:

conda create --name tmart python=3.9
conda activate tmart

2 - Install dependencies:

conda install -c conda-forge Py6S rasterio==1.3.9

3 - Install tmart:

pip3 install tmart

Home page: https://github.com/yulunwu8/tmart

Yulun Wu | February 28, 2025 | yulunwu8@gmail.com