Python scripting for ArcGIS:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Redlands, Calif.
Esri Press
2013
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes index |
Beschreibung: | XIV, 353 S. Ill., graph. Darst. 1 DVD |
ISBN: | 9781589482821 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV040711287 | ||
003 | DE-604 | ||
005 | 20150304 | ||
007 | t | ||
008 | 130131s2013 xxuad|| |||| 00||| eng d | ||
020 | |a 9781589482821 |c pbk. |9 978-1-58948-282-1 | ||
035 | |a (OCoLC)840765231 | ||
035 | |a (DE-599)BVBBV040711287 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-473 |a DE-83 |a DE-11 |a DE-29 |a DE-91 |a DE-703 | ||
050 | 0 | |a G70.212 | |
082 | 0 | |a 910.285/5133 | |
084 | |a RB 10104 |0 (DE-625)142220:12617 |2 rvk | ||
084 | |a RB 10208 |0 (DE-625)142220:12658 |2 rvk | ||
084 | |a GEO 007f |2 stub | ||
084 | |a DAT 366f |2 stub | ||
100 | 1 | |a Zandbergen, Paul A. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Python scripting for ArcGIS |c Paul A. Zandbergen |
250 | |a 1. ed. | ||
264 | 1 | |a Redlands, Calif. |b Esri Press |c 2013 | |
300 | |a XIV, 353 S. |b Ill., graph. Darst. |e 1 DVD | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes index | ||
630 | 0 | 4 | |a ArcGIS |
650 | 4 | |a Geographic information systems | |
650 | 4 | |a Graphical user interfaces (Computer systems) | |
650 | 4 | |a Python (Computer program language) | |
650 | 7 | |a TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems |2 bisacsh | |
650 | 7 | |a COMPUTERS / Programming Languages / Python |2 bisacsh | |
650 | 0 | 7 | |a ArcGIS |0 (DE-588)4740955-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Geoinformationssystem |0 (DE-588)4261642-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | 1 | |a ArcGIS |0 (DE-588)4740955-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Geoinformationssystem |0 (DE-588)4261642-6 |D s |
689 | 1 | 1 | |a ArcGIS |0 (DE-588)4740955-1 |D s |
689 | 1 | 2 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bamberg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025691623&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-025691623 |
Datensatz im Suchindex
_version_ | 1806055336994406400 |
---|---|
adam_text |
Contents
Preface
_
xz
Acknowledgments
_
xz'v
Part
1:
Learning the fundamentals of Python and
geoprocessing
_1
Chapter
1 :
Introducing Python
_3
1.1
Introduction
_3
1.2
Exploring the features of Python
_3
1.3
Comparing scripting vs. programming
_4
1.4
Using scripting in ArcGIS
_5
1.5
Python history and versions_
_5
1.6
About this book
_6
1.7
Exploring how Python is used
_8
1.8
Choosing a Python script editor
_13
Points to remember
_19
Chapter
2:
Geoprocessing in
ArcGIS
_21
2.1
Introduction
_21
2.2
What is
geoprocessing?
_21
2.3
A note on ArcObjects
_23
2.4
Using toolboxes and tools
_24
2.5
Learning types and categories of tools
_25
2.6
Running tools using tool dialog boxes
_26
2.7
Specifying environment settings
_30
2.8
Using batch processing
_32
2.9
Using models and ModelBuilder
_34
2.10
Using scripting
_38
2.11
Running scripts as tools
_41
2.12
Converting a model to a script
_44
2.13
Scheduling a Python script to run at prescribed times
_45
Points to remember
_47
VÍ
Contents
Chapter
3:
Using the Python window
_----------
49
3.1
Introduction
_--------------------------------49
3.2
Opening the Python window
------------------------------------
49
3.3
Writing and running code
_----------------50
3.4
Getting assistance
_--------------------------------52
3.5
Exploring Python window options
_54
3.6
Saving your work
_55
3.7
Loading code into the Python window
_
_56
Points to remember
_._57
Chapter
4:
Learning Python language fundamentals
_59
4.1
Introduction
_59
4.2
Locating Python documentation and resources
_59
4.3
Working with data types and structures
_60
4.4
Working with numbers
_60
4.5
Working with variables and naming
_62
4.6
Writing statements and expressions
_63
4.7
Using strings
_64
4.8
Using lists
_66
4.9
Working with Python objects
_66
4.10
Using functions
_68
4.11
Using methods
_69
4.12
Working with strings
_70
4.13
Working with lists
_74
4.14
Working with paths
_ 78
4.15
Working with modules
_79
4.16
Controlling workflow using conditional statements
_81
4.17
Controlling workflow using loop structures
_83
4.18
Getting user input
_85
4.19
Commenting scripts
_86
4.20
Working with code in the Python Win editor
_88
4.21
Following coding guidelines
_89
Points to remember
_90
Contents
Vii
art
2:
Writing scripts
_93
Chapter
5:
Geoprocessing
using Python
_95
5.1
Introduction
_95
5.2
Using the ArcPy site package
_95
5.3
Importing ArcPy
_96
5.4
Working with earlier versions of ArcGIS
_97
5.5
Using tools
_98
5.6
Working with toolboxes
_104
5.7
Using functions
_106
5.8
Using classes
_107
5.9
Using environment settings
_110
5.10
Working with tool messages
_112
5.11
Working with licenses
_115
5.12
Accessing ArcGIS Desktop Help
_119
Points to remember
_122
Chapter
6:
Exploring spatial data
_123
6.1
Introduction
_123
6.2
Checking for the existence of data
_123
6.3
Describing data
_125
6.4
Listing data
_127
6.5
Using lists in for loops
_131
6.6
Working with lists
_132
6.7
Working with tuples
_133
6.8
Working with dictionaries
_134
Points to remember
_137
Chapter
7:
Manipulating spatial data
_139
7.1
Introduction
_139
7.2
Using cursors to access data
_139
7.3
Using SQL in Python
_144
7.4
Working with table and field names
_146
7.5
Parsing table and field names
_148
7.6
Working with text files
_149
Points to remember
_158
Chapter
8:
Working with geometries
_159
8.1
Introduction
_159
8.2
Working with geometry objects
_159
8.3
Reading geometries
_160
8.4
Working with multipart features
_164
8.5
Working with polygons with holes
_167
8.6
Writing geometries
_169
8.7
Using cursors to set the spatial reference
_172
8.8
Using geometry objects to work with
geoprocessing
tools
_174
Points to remember
_175
V¡¡¡
Contents
Chapter
9:
Working with rasters
.
_177
177
9.1
Introduction
_--------------------------------------
x
177
9.2
Listing rasters
_----------------------------------------
x
· 1
7R
9.3
Describing raster properties.
------------------------------------
1
'
°
9.4
Working with raster objects
_-----
182
9.5
Working with the ArcPy Spatial Analyst module
------------183
9.6
Using map algebra operators
_------------------------------184
9.7
Using the ApplyEnvironment function
-----:---------------187
9.8
Using classes of the arcpy
.
sa
module
_.---------188
9.9
Using raster functions to work with NumPy arrays
--------192
Points to remember
_--------------193
Part
3:
Carrying out specialized tasks
_195
Chapter
10:
Map scripting
_197
10.1
Introduction
_197
10.2
Working with the ArcPy mapping module
_197
10.3
Opening map documents
_ 198
10.4
Accessing map document properties and methods
_200
10.5
Working with data frames
_ 201
10.6
Working with layers
_203
10.7
Fixing broken data sources
_208
10.8
Working with page layout elements
_213
10.9
Exporting maps
_216
10.10
Printing maps
_218
10.11
Working with PDFs
_219
10.12
Creating map books
_220
10.13
Using sample mapping scripts
_222
Points to remember
_225
Chapter
11 :
Debugging and error handling
_227
11.1
Introduction
_227
11.2
Recognizing syntax errors
_227
11.3
Recognizing exceptions
_230
11.4
Using debugging
_._230
11.5
Using debugging tips and tricks
_237
11.6
Error handling for exceptions
_238
11.7
Raising exceptions
_239
11.8
Handling exceptions
_241
11.9
Handling
geoprocessing
exceptions
_244
11.10
Using other error-handling methods
_247
11.11
Watching for common errors
_ 247
Points to remember
_249
Contents
IX
Chapter
12:
Creating Python functions and classes
_251
12.1
Introduction
_251
12.2
Creating functions
_251
12.3
Calling functions from other scripts
_255
12.4
Organizing code into modules
_258
12.5
Using classes
_260
12.6
Working with packages
_264
Points to remember
_267
¿rt
4:
Creating and using script tools
_269
Chapter
13:
Creating custom tools
_271
13.1
Introduction
_271
13.2
Why create your own tools?
_271
13.3
Steps to creating a tool
_273
13.4
Editing tool code
_279
13.5
Exploring tool parameters
_280
13.6
Setting tool parameters
_285
13.7
Examining an example script tool
_290
13.8
Customizing tool behavior
_293
13.9
Working with messages
_294
13.10
Handling messages for stand-alone scripts and tools
_297
13.11
Customizing tool progress information
_297
13.12
Running a script in process
_301
Points to remember
_302
Chapter
14:
Sharing tools
_303
14.1
Introduction
_303
14.2
Choosing a method for distributing tools
_303
14.3
Handling licensing issues
_304
14.4
Using a standard folder structure for sharing tools
_305
14.5
Working with paths
_306
14.6
Finding data and workspaces
_308
14.7
Creating
a geoprocessing
package
_310
14.8
Embedding scripts and password-protecting tools
_311
14.9
Documenting tools
_312
14.10
Example tool: Market analysis
_315
Points to remember
_321
Appendix A Data source credits
_323
Appendix
В
Data license agreement
_327
Appendix
С
Installing the data and software
_331
Index
_337 |
any_adam_object | 1 |
author | Zandbergen, Paul A. |
author_facet | Zandbergen, Paul A. |
author_role | aut |
author_sort | Zandbergen, Paul A. |
author_variant | p a z pa paz |
building | Verbundindex |
bvnumber | BV040711287 |
callnumber-first | G - Geography, Anthropology, Recreation |
callnumber-label | G70 |
callnumber-raw | G70.212 |
callnumber-search | G70.212 |
callnumber-sort | G 270.212 |
callnumber-subject | G - General Geography |
classification_rvk | RB 10104 RB 10208 |
classification_tum | GEO 007f DAT 366f |
ctrlnum | (OCoLC)840765231 (DE-599)BVBBV040711287 |
dewey-full | 910.285/5133 |
dewey-hundreds | 900 - History & geography |
dewey-ones | 910 - Geography and travel |
dewey-raw | 910.285/5133 |
dewey-search | 910.285/5133 |
dewey-sort | 3910.285 45133 |
dewey-tens | 910 - Geography and travel |
discipline | Geowissenschaften Informatik Geographie |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000zc 4500</leader><controlfield tag="001">BV040711287</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150304</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">130131s2013 xxuad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781589482821</subfield><subfield code="c">pbk.</subfield><subfield code="9">978-1-58948-282-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)840765231</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV040711287</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-473</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-703</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">G70.212</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">910.285/5133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10104</subfield><subfield code="0">(DE-625)142220:12617</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10208</subfield><subfield code="0">(DE-625)142220:12658</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">GEO 007f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Zandbergen, Paul A.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python scripting for ArcGIS</subfield><subfield code="c">Paul A. Zandbergen</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Redlands, Calif.</subfield><subfield code="b">Esri Press</subfield><subfield code="c">2013</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 353 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">1 DVD</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">ArcGIS</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Geographic information systems</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Graphical user interfaces (Computer systems)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / Python</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">ArcGIS</subfield><subfield code="0">(DE-588)4740955-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Geoinformationssystem</subfield><subfield code="0">(DE-588)4261642-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">ArcGIS</subfield><subfield code="0">(DE-588)4740955-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Geoinformationssystem</subfield><subfield code="0">(DE-588)4261642-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">ArcGIS</subfield><subfield code="0">(DE-588)4740955-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="2"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025691623&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025691623</subfield></datafield></record></collection> |
id | DE-604.BV040711287 |
illustrated | Illustrated |
indexdate | 2024-07-31T01:16:28Z |
institution | BVB |
isbn | 9781589482821 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025691623 |
oclc_num | 840765231 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG DE-83 DE-11 DE-29 DE-91 DE-BY-TUM DE-703 |
owner_facet | DE-473 DE-BY-UBG DE-83 DE-11 DE-29 DE-91 DE-BY-TUM DE-703 |
physical | XIV, 353 S. Ill., graph. Darst. 1 DVD |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | Esri Press |
record_format | marc |
spelling | Zandbergen, Paul A. Verfasser aut Python scripting for ArcGIS Paul A. Zandbergen 1. ed. Redlands, Calif. Esri Press 2013 XIV, 353 S. Ill., graph. Darst. 1 DVD txt rdacontent n rdamedia nc rdacarrier Includes index ArcGIS Geographic information systems Graphical user interfaces (Computer systems) Python (Computer program language) TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh COMPUTERS / Programming Languages / Python bisacsh ArcGIS (DE-588)4740955-1 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Geoinformationssystem (DE-588)4261642-6 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 s ArcGIS (DE-588)4740955-1 s DE-604 Geoinformationssystem (DE-588)4261642-6 s Digitalisierung UB Bamberg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025691623&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Zandbergen, Paul A. Python scripting for ArcGIS ArcGIS Geographic information systems Graphical user interfaces (Computer systems) Python (Computer program language) TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh COMPUTERS / Programming Languages / Python bisacsh ArcGIS (DE-588)4740955-1 gnd Python Programmiersprache (DE-588)4434275-5 gnd Geoinformationssystem (DE-588)4261642-6 gnd |
subject_GND | (DE-588)4740955-1 (DE-588)4434275-5 (DE-588)4261642-6 |
title | Python scripting for ArcGIS |
title_auth | Python scripting for ArcGIS |
title_exact_search | Python scripting for ArcGIS |
title_full | Python scripting for ArcGIS Paul A. Zandbergen |
title_fullStr | Python scripting for ArcGIS Paul A. Zandbergen |
title_full_unstemmed | Python scripting for ArcGIS Paul A. Zandbergen |
title_short | Python scripting for ArcGIS |
title_sort | python scripting for arcgis |
topic | ArcGIS Geographic information systems Graphical user interfaces (Computer systems) Python (Computer program language) TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems bisacsh COMPUTERS / Programming Languages / Python bisacsh ArcGIS (DE-588)4740955-1 gnd Python Programmiersprache (DE-588)4434275-5 gnd Geoinformationssystem (DE-588)4261642-6 gnd |
topic_facet | ArcGIS Geographic information systems Graphical user interfaces (Computer systems) Python (Computer program language) TECHNOLOGY & ENGINEERING / Remote Sensing & Geographic Information Systems COMPUTERS / Programming Languages / Python Python Programmiersprache Geoinformationssystem |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025691623&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT zandbergenpaula pythonscriptingforarcgis |