Ubuntu安装AT3D用于CloudTomography


前言

安装AT3D软件,用于三维云结构反演
Developing remote sensing methodologies for clouds and aerosols using 3D radiative transfer.

参考文献
AMT-Retrieving 3D distributions of atmospheric particles using Atmospheric Tomography with 3D Radiative Transfer – Part 2: Local optimization

背景

3D Radiative Transfer


一、AT3D下载安装

ubuntu安装git

sudo apt install git

下载AT3D,并在anaconda中安装:

git clone https://github.com/CloudTomography/AT3D.git
cd AT3D

conda create -n at3d python=3.10.4
conda activate at3d

pip install -r requirements.txt
pip install .

安装成功


二、问题处理

遇到ModuleNotFoundError: No module named ‘distutils.msvccompiler‘,原因在于版本兼容性问题。
解决方法:在AT3D根目录中,打开requirements.txt,在最后两行添加:

setuptools==58.0.0
wheel==0.36.2

重新进行:

pip install -r requirements.txt
pip install .
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值