注册 登录
  • 2025.5.28,全新出发,真遥感,敢KO
  • 本站正式更名为RGB 3S博客,本站将撤消所有非3S内容,其将转移到新博客江湖时代

Arcgis python api 1.0的安装

Python admin 4975次浏览 已收录 0个评论
[隐藏]

API概述

The ArcGIS Python API is a powerful, modern and easy to use Pythonic library to perform GIS visualization and analysis, spatial data management and GIS system administration tasks that can run both interactively, and using scripts.

安装步骤

这里介绍一种简单的安装方法。

第一步安装Arcgis pro 1.3

在这里可以下载到:https://www.ixxin.cn/software.html

第二步在python3.5的命令提示符中执行以下命令

conda install -c esri arcgis
看到如图界面:
install

第三步启动 jupyter notebook

python3.5的命令提示行中执行以下命令:
jupyter notebook

第四步新建python3脚本,测试是否安装成功。

执行以下命令:
from arcgis.gis import GIS
my_gis = GIS()
my_gis.map()

安装成功会出现一个地图,如图所示:
测试

后语

空闲时间将更新无需安装Arcgis Pro的方法,敬请期待。
打赏直接扫描二维码,打赏名单请看:https://www.ixxin.cn/about.html


xxin blog , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明Arcgis python api 1.0的安装
喜欢 (1)
支付宝[853060844@qq.com]
分享 (0)
admin
关于作者:
在读博士生
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址