arcgis工具python源码_面向Arcgis的python脚本编程_数据

【实例简介】

《面向ArcGIS的Python脚本编程》是一本指导ArcGIS for Desktop专业用户进行Python开发的指南。该书将教会您如何通过编写Python代码处理空间数据并在ArcGIS中自动化实现地理处理任务

【实例截图】

【核心代码】

面向arcgis的python脚本编程数据

└── 面向arcgis的python脚本编程数据

├── Exercise01

│   └── pywin32-214.win32-py2.7.exe

├── Exercise02

│   ├── basin.dbf

│   ├── basin.prj

│   ├── basin.sbn

│   ├── basin.sbx

│   ├── basin.shp

│   ├── basin.shp.xml

│   ├── basin.shx

│   ├── floodzones.dbf

│   ├── floodzones.prj

│   ├── floodzones.sbn

│   ├── floodzones.sbx

│   ├── floodzones.shp

│   ├── floodzones.shp.xml

│   ├── floodzones.shx

│   ├── lakes.dbf

│   ├── lakes.prj

│   ├── lakes.sbn

│   ├── lakes.sbx

│   ├── lakes.shp

│   ├── lakes.shp.xml

│   ├── lakes.shx

│   ├── rivers.dbf

│   ├── rivers.prj

│   ├── rivers.sbn

│   ├── rivers.sbx

│   ├── rivers.shp

│   ├── rivers.shp.xml

│   ├── rivers.shx

│   ├── roads.dbf

│   ├── roads.prj

│   ├── roads.sbn

│   ├── roads.sbx

│   ├── roads.shp

│   ├── roads.shp.xml

│   ├── roads.shx

│   ├── soils.dbf

│   ├── soils.prj

│   ├── soils.sbn

│   ├── soils.sbx

│   ├── soils.shp

│   ├── soils.shp.xml

│   └── soils.shx

├── Exercise03

│   ├── zipcodes.dbf

│   ├── zipcodes.prj

│   ├── zipcodes.sbn

│   ├── zipcodes.sbx

│   ├── zipcodes.shp

│   ├── zipcodes.shp.xml

│   └── zipcodes.shx

├── Exercise05

│   ├── bike_routes.dbf

│   ├── bike_routes.prj

│   ├── bike_routes.sbn

│   ├── bike_routes.sbx

│   ├── bike_routes.shp

│   ├── bike_routes.shp.xml

│   ├── bike_routes.shx

│   ├── facilities.dbf

│   ├── facilities.prj

│   ├── facilities.sbn

│   ├── facilities.sbx

│   ├── facilities.shp

│   ├── facilities.shp.xml

│   ├── facilities.shx

│   ├── hospitals.dbf

│   ├── hospitals.sbn

│   ├── hospitals.sbx

│   ├── hospitals.shp

│   ├── hospitals.shp.xml

│   ├── hospitals.shx

│   ├── parks.dbf

│   ├── parks.prj

│   ├── parks.sbn

│   ├── parks.sbx

│   ├── parks.shp

│   ├── parks.shp.xml

│   ├── parks.shx

│   ├── zip.dbf

│   ├── zip.prj

│   ├── zip.sbn

│   ├── zip.sbx

│   ├── zip.shp

│   ├── zip.shp.xml

│   └── zip.shx

├── Exercise06

│   ├── amtrak_stations.dbf

│   ├── amtrak_stations.prj

│   ├── amtrak_stations.sbn

│   ├── amtrak_stations.sbx

│   ├── amtrak_stations.shp

│   ├── amtrak_stations.shp.xml

│   ├── amtrak_stations.shx

│   ├── cities.dbf

│   ├── cities.prj

│   ├── cities.sbn

│   ├── cities.sbx

│   ├── cities.shp

│   ├── cities.shp.xml

│   ├── cities.shx

│   ├── counties.dbf

│   ├── counties.prj

│   ├── counties.sbn

│   ├── counties.sbx

│   ├── counties.shp

│   ├── counties.shp.xml

│   ├── counties.shx

│   ├── new_mexico.dbf

│   ├── new_mexico.prj

│   ├── new_mexico.sbn

│   ├── new_mexico.sbx

│   ├── new_mexico.shp

│   ├── new_mexico.shp.xml

│   ├── new_mexico.shx

│   ├── railroads.dbf

│   ├── railroads.prj

│   ├── railroads.sbn

│   ├── railroads.sbx

│   ├── railroads.shp

│   ├── railroads.shp.xml

│   └── railroads.shx

├── Exercise07

│   ├── airports.dbf

│   ├── airports.prj

│   ├── airports.sbn

│   ├── airports.sbx

│   ├── airports.shp

│   ├── airports.shp.xml

│   ├── airports.shx

│   ├── alaska.dbf

│   ├── alaska.prj

│   ├── alaska.sbn

│   ├── alaska.sbx

│   ├── alaska.shp

│   ├── alaska.shp.xml

│   ├── alaska.shx

│   ├── roads.dbf

│   ├── roads.prj

│   ├── roads.sbn

│   ├── roads.sbx

│   ├── roads.shp

│   ├── roads.shp.xml

│   └── roads.shx

├── Exercise08

│   ├── coordinates.txt

│   ├── dams.dbf

│   ├── dams.prj

│   ├── dams.sbn

│   ├── dams.sbx

│   ├── dams.shp

│   ├── dams.shp.xml

│   ├── dams.shx

│   ├── Hawaii.dbf

│   ├── Hawaii.prj

│   ├── Hawaii.sbn

│   ├── Hawaii.sbx

│   ├── Hawaii.shp

│   ├── Hawaii.shp.xml

│   ├── Hawaii.shx

│   ├── Results

│   │   ├── newpolyline.dbf

│   │   ├── newpolyline.prj

│   │   ├── newpolyline.shp

│   │   ├── newpolyline.shp.xml

│   │   └── newpolyline.shx

│   ├── rivers.dbf

│   ├── rivers.prj

│   ├── rivers.sbn

│   ├── rivers.sbx

│   ├── rivers.shp

│   ├── rivers.shp.xml

│   └── rivers.shx

├── Exercise09

│   ├── Elevation

│   │   ├── dblbnd.adf

│   │   ├── hdr.adf

│   │   ├── metadata.xml

│   │   ├── prj.adf

│   │   ├── sta.adf

│   │   ├── w001001.adf

│   │   └── w001001x.adf

│   ├── elevation.aux.xml

│   ├── elevation.ovr

│   ├── Info

│   │   ├── arc0002.dat

│   │   ├── arc0002.nit

│   │   ├── arc0003.dat

│   │   ├── arc0003.nit

│   │   └── arc.dir

│   ├── landcover.aux

│   ├── landcover.prj

│   ├── landcover.tfw

│   ├── landcover.tif

│   ├── landcover.tif.aux.xml

│   ├── landcover.tif.ovr

│   ├── landcover.tif.vat.dbf

│   ├── landcover.tif.vat.dbf.xml

│   ├── landcover.tif.xml

│   ├── log

│   ├── tm.img

│   ├── tm.img.aux.xml

│   ├── tm.img.xml

│   └── tm.rrd

├── Exercise10

│   ├── Austin

│   │   ├── addresses.dbf

│   │   ├── addresses.prj

│   │   ├── addresses.sbn

│   │   ├── addresses.sbx

│   │   ├── addresses.shp

│   │   ├── addresses.shp.xml

│   │   ├── addresses.shx

│   │   ├── base.dbf

│   │   ├── base.prj

│   │   ├── base.sbn

│   │   ├── base.sbx

│   │   ├── base.shp

│   │   ├── base.shp.xml

│   │   ├── base.shx

│   │   ├── buildings.dbf

│   │   ├── buildings.prj

│   │   ├── buildings.sbn

│   │   ├── buildings.sbx

│   │   ├── buildings.shp

│   │   ├── buildings.shp.xml

│   │   ├── buildings.shx

│   │   ├── facilities.dbf

│   │   ├── facilities.prj

│   │   ├── facilities.sbn

│   │   ├── facilities.sbx

│   │   ├── facilities.shp

│   │   ├── facilities.shp.xml

│   │   ├── facilities.shx

│   │   ├── historical_landmarks.dbf

│   │   ├── historical_landmarks.prj

│   │   ├── historical_landmarks.sbn

│   │   ├── historical_landmarks.sbx

│   │   ├── historical_landmarks.shp

│   │   ├── historical_landmarks.shp.xml

│   │   ├── historical_landmarks.shx

│   │   ├── hospitals.dbf

│   │   ├── hospitals.prj

│   │   ├── hospitals.sbn

│   │   ├── hospitals.sbx

│   │   ├── hospitals.shp

│   │   ├── hospitals.shp.xml

│   │   ├── hospitals.shx

│   │   ├── parks.dbf

│   │   ├── parks.prj

│   │   ├── parks.sbn

│   │   ├── parks.sbx

│   │   ├── parks.shp

│   │   ├── parks.shp.xml

│   │   ├── parks.shx

│   │   ├── sidewalks.dbf

│   │   ├── sidewalks.prj

│   │   ├── sidewalks.sbn

│   │   ├── sidewalks.sbx

│   │   ├── sidewalks.shp

│   │   ├── sidewalks.shp.xml

│   │   ├── sidewalks.shx

│   │   ├── trees.dbf

│   │   ├── trees.prj

│   │   ├── trees.sbn

│   │   ├── trees.sbx

│   │   ├── trees.shp

│   │   ├── trees.shp.xml

│   │   └── trees.shx

│   ├── Austin_TX.mxd

│   ├── counties.dbf

│   ├── counties.prj

│   ├── counties.sbn

│   ├── counties.sbx

│   ├── counties.shp

│   ├── counties.shp.xml

│   ├── counties.shx

│   └── Georgia.mxd

├── Exercise11

│   ├── bike_routes.dbf

│   ├── bike_routes.prj

│   ├── bike_routes.sbn

│   ├── bike_routes.sbx

│   ├── bike_routes.shp

│   ├── bike_routes.shp.xml

│   ├── bike_routes.shx

│   ├── copyfcs.py

│   ├── county.dbf

│   ├── county.prj

│   ├── county.sbn

│   ├── county.sbx

│   ├── county.shp

│   ├── county.shp.xml

│   ├── county.shx

│   ├── facilities.dbf

│   ├── facilities.prj

│   ├── facilities.sbn

│   ├── facilities.sbx

│   ├── facilities.shp

│   ├── facilities.shp.xml

│   ├── facilities.shx

│   ├── fclist.py

│   ├── parks.dbf

│   ├── parks.prj

│   ├── parks.sbn

│   ├── parks.sbx

│   ├── parks.shp

│   ├── parks.shp.xml

│   ├── parks.shx

│   └── Results

│   └── study.mdb

├── Exercise12

│   ├── parcels.dbf

│   ├── parcels.prj

│   ├── parcels.sbn

│   ├── parcels.sbx

│   ├── parcels.shp

│   ├── parcels.shp.xml

│   ├── parcels.shx

│   ├── streets.dbf

│   ├── streets.prj

│   ├── streets.sbn

│   ├── streets.sbx

│   ├── streets.shp

│   ├── streets.shp.xml

│   └── streets.shx

├── Exercise13

│   ├── points.dbf

│   ├── points.prj

│   ├── points.sbn

│   ├── points.sbx

│   ├── points.shp

│   ├── points.shp.xml

│   ├── points.shx

│   └── random_sample.py

└── Exercise14

├── random_sample.py

└── Random Tools.tbx

19 directories, 322 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值