OpenDrift 安装
Python 版本:可以从 PyPI 查询 OpenDrift 适配的 Python 版本
- 以 opendrift 1.13.0 为例:
git clone https://github.com/OpenDrift/opendrift.git
cd opendrift/
安装其他依赖:可以通过
pip install -r requirements.txt
安装
- requirements.txt:
matplotlib>=3.5 numpy<2.0 scipy>=1.6 netcdf4<=1.6.1 ffmpeg pyproj>=2.3 libgdal>=3.1 gdal>=3.1 xarray dask cfgrib cf_xarray pygrib xhistogram requests pytest<8 pytest-cov pytest-benchmark pytest-mpl cartopy>=0.20 nc-time-axis geojson pynucos>=2.12 isodate coloredlogs cmocean utm roaring-landmask>=0.7 adios_db>=1.2 copernicusmarine>=2.0 bottleneck pip git+http://github.com/OpenDrift/trajan.git
更多安装方式参考:OpenDrift 官方文档