|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn905919210 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
150313t20152015enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCO
|d COO
|d REB
|d N$T
|d YDXCP
|d OCLCF
|d OCLCA
|d OCLCQ
|d COCUF
|d CNNOR
|d LOA
|d MERUC
|d AGLDB
|d ICG
|d ICA
|d PIFAG
|d FVL
|d OCLCQ
|d VT2
|d OCLCO
|d U3W
|d D6H
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NLE
|d AU@
|d UKMGB
|d OCLCQ
|d OCLCO
|d G3B
|d TKN
|d AUW
|d BTN
|d INTCL
|d MHW
|d SNK
|d M8D
|d UKAHL
|d OCLCO
|d QGK
|d OCLCQ
|
016 |
7 |
|
|a 018007089
|2 Uk
|
019 |
|
|
|a 922559645
|a 1259095837
|
020 |
|
|
|a 9781783988679
|q (electronic bk.)
|
020 |
|
|
|a 1783988673
|q (electronic bk.)
|
020 |
|
|
|a 1523106093
|
020 |
|
|
|a 9781523106097
|
020 |
|
|
|z 1783988665
|
020 |
|
|
|z 9781783988662
|
029 |
1 |
|
|a DEBSZ
|b 489849938
|
029 |
1 |
|
|a UKMGB
|b 018007089
|
035 |
|
|
|a (OCoLC)905919210
|z (OCoLC)922559645
|z (OCoLC)1259095837
|
037 |
|
|
|a 9781783988679
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a G70.212
|b .T667 2015eb
|
072 |
|
7 |
|a SCI
|x 030000
|2 bisacsh
|
072 |
|
7 |
|a TRV
|x 033000
|2 bisacsh
|
072 |
|
7 |
|a TRV
|x 034000
|2 bisacsh
|
072 |
|
7 |
|a TRV
|x 016000
|2 bisacsh
|
072 |
|
7 |
|a TRV
|x 018000
|2 bisacsh
|
082 |
0 |
4 |
|a 910.285
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Toms, Silas,
|e author.
|
245 |
1 |
0 |
|a ArcPy and ArcGIS, geospatial analysis with python :
|b use the ArcPy module to automate the analysis and mapping of geospatial data in ArcGIS /
|c Silas Toms ; copy editors Aarti Saldanha, Adithi Shetty.
|
264 |
|
1 |
|a Birmingham, England ;
|a Mumbai [India] :
|b Packt Publishing,
|c 2015.
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource (224 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community Experience Distilled
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (ebrary, viewed March 13, 2015).
|
520 |
8 |
|
|a Annotation
|b If you are a GIS student or professional who needs an understanding of how to use ArcPy to reduce repetitive tasks and perform analysis faster, this book is for you. It is also a valuable book for Python programmers who want to understand how to automate geospatial analyses.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Python for ArcGIS; Overview of Python; Python as a programming language; Interpreted language; Standard (built-in) library; The glue language; Wrapper modules; The basics of Python; Import statements; Variables; For loops; If/Elif/Else statements; While statements; Comments; Data types; Strings; Integers; Floats; Lists; Tuples; Dictionaries; Iterable data types; Other important concepts; Indentation; Functions; Keywords; Namespaces; Zero-based indexing.
|
505 |
8 |
|
|a Important Python Modules for GIS AnalysisThe ArcPy module; The Operating System (OS) module; The Python System (SYS) module; The XLRD and XLWT modules; Commonly used built-in functions; Commonly used standard library modules; Summary; Chapter 2: Configuring the Python Environment; What is a Python script?; How Python executes a script; What is the Python interpreter?; Where is the Python interpreter located?; Which Python interpreter should be used?; How does the computer know where the interpreter is?; Make Python scripts executable when clicked on; Integrated Development Environments; IDLE.
|
505 |
8 |
|
|a PythonWinAptana Studio 3; IDE summary; Python folder structure; Where modules reside; Using Python's sys module to add a module; The sys.path.append() method; Summary; Chapter 3: Creating the First Python Script; Prerequisites; ModelBuilder; Creating a model and exporting to Python; Modeling the Select and Buffer tools; Adding the Intersect tool; Tallying the analysis results; Exporting the model and adjusting the script; The automatically generated script; File paths in Python; Continuing the script analysis: the arcPy tools; The intersect tool and string manipulation.
|
505 |
8 |
|
|a The string manipulation method 1-string additionThe string manipulation method 2-string formatting #1; The string manipulation method 3-string formatting#2 ; Adjusting the Script; Adding the CSV Module to the script; Accessing the data: Using a cursor; The final script; Summary; Chapter 4: Complex ArcPy Scripts and Generalizing Functions; Python functions-Avoid repeating code; Technical definition of functions; A first function; Functions with parameters; Using functions to replace repetitive code; More generalization of the functions; Summary.
|
505 |
8 |
|
|a Chapter 5: ArcPy Cursors: Search, Insert and UpdateThe data access module; Attribute field interactions; Update cursors; Updating the shape field; Adjusting a point location; Deleting a row using an Update Cursor; Using an Insert Cursor; Inserting a polyline geometry; Inserting a polygon geometry; Summary; Chapter 6: Working with ArcPy Geometry Objects; ArcPy geometry object classes; ArcPy Point objects; ArcPy Array objects; ArcPy Polyline objects; ArcPy Polygon objects; Polygon object buffers; Other Polygon object methods; ArcPy geometry objects; ArcPy PointGeometry objects; Summary.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a ArcGIS.
|
630 |
0 |
7 |
|a ArcGIS.
|2 fast
|0 (OCoLC)fst01395401
|
650 |
|
0 |
|a Geographic information systems.
|
650 |
|
0 |
|a Graphical user interfaces (Computer systems)
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
6 |
|a Systèmes d'information géographique.
|
650 |
|
6 |
|a Interfaces graphiques (Informatique)
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
7 |
|a geographic information systems.
|2 aat
|
650 |
|
7 |
|a SCIENCE
|x Earth Sciences
|x Geography.
|2 bisacsh
|
650 |
|
7 |
|a TRAVEL
|x Budget.
|2 bisacsh
|
650 |
|
7 |
|a TRAVEL
|x Hikes & Walks.
|2 bisacsh
|
650 |
|
7 |
|a TRAVEL
|x Museums, Tours, Points of Interest.
|2 bisacsh
|
650 |
|
7 |
|a TRAVEL
|x Parks & Campgrounds.
|2 bisacsh
|
650 |
|
7 |
|a Geographic information systems.
|2 fast
|0 (OCoLC)fst00940423
|
650 |
|
7 |
|a Graphical user interfaces (Computer systems)
|2 fast
|0 (OCoLC)fst00946660
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|0 (OCoLC)fst01084736
|
700 |
1 |
|
|a Saldanha, Aarti,
|e editor.
|
700 |
1 |
|
|a Shetty, Adithi,
|e editor.
|
776 |
0 |
8 |
|i Print version:
|a Toms, Silas.
|t ArcPy and ArcGIS, geospatial analysis with python : use the ArcPy module to automate the analysis and mapping of geospatial data in ArcGIS.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h v, 205 pages
|k Community experience distilled.
|z 9781783988662
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=959972
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28295942
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11025932
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 959972
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12318642
|
994 |
|
|
|a 92
|b IZTAP
|