python gdal3.6怎么安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python gdal3.6怎么安装相关的知识,希望对你有一定的参考价值。

参考技术A

1、下载GDAL的包,进入http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal,找到gdal栏中,下载相应版本的gdal包(如果安装32的python,就下载32位的gdal包,64位的python,就下载64位的gdal包): 

2、打开“命令提示符(管理员)”,然后定位到pip的目录(…\\Python\\Scripts)。执行下面命令:

pip install GDAL-2.1.2-cp36-cp36m-win32.whl1

运行结果如下: 
 
可以看到提示已经安装成功了。 
如果想卸载模块,可以使用:pip uninstall 模块名,在这之前可以使用:pip list命令查看已经安装了哪些模块。

3、打开python,可以查看安装的gdal的版本:

Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.>>> from osgeo import gdal>>> gdal.__version__'2.1.2'12345

4、安装过程中遇到过的问题: 
(1)pip版本问题,需要9.0.1版本,低于该版本时,虽然可以安装成功,但在python中import时会提示找不到模块,关于pip的更新和安装,自行百度。 
可以通过 pip -V 查看版本:

D:\\Python36\\Scripts>pip -V
pip 9.0.1 from d:\\python36\\lib\\site-packages (python 3.6)12

(2)安装时会提示:

error: Microsoft Visual C++ 14.0 is required(Unable to find vcvarsall.bat)1

提示中有告诉你下载的地址:tudio.com/visual-cpp-build-tools,下载安装后,妈呀,占了我3G的C盘空间,哎,, 
还好,大功告成。 
接下来: 

GDAL 笔记二:python for GDAL

参考技术A

Github上找到的好东西, 煮书 主要还是覆盖了创建数据类型,统计数据量,转换数据等。

个人感觉基于GDAL的二次开发,比ArcGIS Engine更加实用,因为 更加基础,更加抽象,更加底层

gdal的安装目录内置了很多脚本,其中包括 gcp2vec.py , gdal_auth.py , gdal_calc.py , gdal_edit.py , gdal_fillnodata.py , gdal_merge.py , gdal_polygonize.py , gdal_proximity.py , gdal_retile.py , gdal_sieve.py , gdal2tiles.py , gdal2xyz , gdalchksum , gdalcompare , gdalident.py , gdalimport.py , gdalmove.py 等。

gdal2tiles.py 是一个gdal的扩展插件,运用gdal的数据接入口,将栅格图片切成小瓦片和元数据,遵循OSGeo TMS标准。让你自己的数据在openlayers和googlemap,方便你展示空间数据。

commenthol/gdal2tiles-leaflet

在.NET平台GDAL有很多坑,不建议使用,已排雷。
This directory in the GDAL project tree has some C# examples, specifically this one that might suit your needs.
You can find the GDAL API documentation here
There is an GDAL API tutorial here
The OGR API documentation is here
The OSR API documentation is here
All the links you need for GDAL can be reached from http://www.gdal.org/
All the links you need for OGR/OSR can be reached from http://www.gdal.org/ogr/

以上是关于python gdal3.6怎么安装的主要内容,如果未能解决你的问题,请参考以下文章

Python怎么安装

python怎么安装setuptools

window怎么安装python的模块

安装了Python无法运行怎么办?

怎么安装python

怎么安装python