arcgis python 获得arcgis安装版本和安装位置
Posted gisoracle
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arcgis python 获得arcgis安装版本和安装位置相关的知识,希望对你有一定的参考价值。
import arcpy print(arcpy.GetInstallInfo()[‘Version‘])
和获得ArcGIS版本和安装位置
import arcpy # Use the dictionary iteritems to iterate through # the key/value pairs from GetInstallInfo d = arcpy.GetInstallInfo() for key, value in d.iteritems(): # Print a formatted string of the install key and its value # print(":<13 : ".format(key, value))
SourceDir : G:\setup\arcgis10.2.2\arcgis10.2.2\ArcGIS_Desktop_1022_140090\Desktop\SetupFiles\
InstallDate : 2019.07.19
InstallDir : c:\program files (x86)\arcgis\desktop10.2\
ProductName : Desktop
BuildNumber : 3552
InstallType : N/A
Version : 10.2.2
SPNumber : N/A
Installer : dell
SPBuild : N/A
InstallTime : 17:43:58
以上是关于arcgis python 获得arcgis安装版本和安装位置的主要内容,如果未能解决你的问题,请参考以下文章
使用 ArcGIS 安装的 Python 2.7 安装 pip