- Programming ArcGIS with Python Cookbook(Second Edition)
- Eric Pimpler
- 160字
- 2021-07-16 13:32:24
Introduction
It is not uncommon for your GIS data sources to move, migrate to a new data format, or be deleted. The result can be broken data sources in many map documents or layer files. These broken data sources can't be used until they're fixed, which can be an overwhelming process if the same changes need to be made across numerous map documents. You can automate the process of finding and fixing these data sources using arcpy.mapping
, without ever having to open the affected map documents. Finding broken data sources is a simple process requiring the use of the ListBrokenDataSources()
function, which returns a Python list of all broken data sources in a map document or layer file. Typically, this function is used as the first step in a script that iterates through the list and fixes the data source. Fixing broken data sources can be made in an inpidual data layer or across all layers in a common workspace.
- Learning Single:page Web Application Development
- Oracle從入門到精通(第3版)
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- 算法零基礎一本通(Python版)
- 精通Linux(第2版)
- 微信小程序入門指南
- Frank Kane's Taming Big Data with Apache Spark and Python
- 細說Python編程:從入門到科學計算
- Python Interviews
- Qlik Sense? Cookbook
- 3ds Max印象 電視欄目包裝動畫與特效制作
- 計算機應用基礎項目化教程
- Practical Predictive Analytics
- OpenCV Android開發實戰
- Python網絡爬蟲實例教程(視頻講解版)