python gdal3.0安装记录
1 目标: 安装GDAL3版本
2 环境
windows10
(python3.7)
GDAL3.0.2
anaconda
3 安装步骤
安装anaconda
创建虚拟环境
安装numpy pip install numpy
安装 GDAL:conda install -f conda-forge gdal>=3.0
4 结果
gdaltransform -s_srs EPSG:4326 -t_srs EPSG:4490
122 34
122 34 0