Cargando…

ArcPy and ArcGIS - Second Edition.

Use Python modules such as ArcPy, ArcREST and the ArcGIS API for Python to automate the analysis and mapping of geospatial data. About This Book Perform GIS analysis faster by automating tasks. Access the spatial data contained within shapefiles and geodatabases and transform between spatial referen...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Toms, Silas
Otros Autores: O'Beirne, Dara
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBOOKCENTRAL_ocn993049352
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 170708s2017 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d MERUC  |d IDB  |d CHVBK  |d OCLCQ  |d OCLCF  |d OCLCQ  |d LVT  |d CNCEN  |d OCLCQ  |d K6U  |d OCLCQ  |d OCLCO 
020 |a 9781787280410 
020 |a 1787280411 
029 1 |a CHNEW  |b 000966348 
029 1 |a CHVBK  |b 495242020 
035 |a (OCoLC)993049352 
050 4 |a QA76.73.P98  |b .T667 2017eb 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Toms, Silas. 
245 1 0 |a ArcPy and ArcGIS - Second Edition. 
250 |a 2nd ed. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (262 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover ; Copyright; Credits; Foreword; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to Python for ArcGIS; Python as a programming language; Interpreted language; Standard (built-in) library; Glue language; Wrapper modules; The basics of Python programming; Import statements; Variables; For loops; If/Elif/Else statements; While statements; Comments; Data types; Strings; Integers; Floats; Data containers; Zero-based indexing; Lists; Tuples; Dictionaries; Other important concepts; Indentation; Functions; Keywords. 
505 8 |a NamespacesImportant Python modules; The OS (operating system) module; The sys (Python system) module; The CSV, XLRD, and XLWT modules; Commonly used built-in functions; Standard library modules; How Python executes a script; What is a Python script?; Python interpreter; Where is the Python interpreter located?; Which Python interpreter should be used?; How does the machine know where the interpreter is?; Make Python scripts executable when clicked; Integrated Development Environments (IDEs); IDLE; PythonWin; Atom, Notepad++, and Sublime Text; IDE summary; Python folder structure. 
505 8 |a Where modules resideInstalling a third-party module; Using Python's sys module to add a module; The sys.path.append method; Summary; Chapter 2: Creating the First Python Script; Prerequisites; ModelBuilder; Creating a model and exporting to Python; Modeling the Select and Buffer tools; Adding in the Intersect tool; Tallying the analysis results; Exporting the model and adjusting the script; The Automatically generated script; File paths in Python; String manipulation; String manipulation method 1: string addition; String manipulation method 2: string formatting #1. 
505 8 |a String manipulation method 3: string formatting #2The ArcPy tools; The Intersect tool; Adjusting the script; Adding the CSV module to the script; Accessing the data: using a cursor; Exceptions and tracebacks; Overwriting files; The final script; Summary; Chapter 3: ArcPy Cursors -- Search, Insert, and Update; Python functions -- avoid repeating code; Technical definition of functions; The first function; Functions with parameters; Using functions to replace repetitive code; The createCSV function; Creating an XLS using XLWT; The data access module; Search cursors; Attribute field interactions. 
505 8 |a Update cursorsUpdating 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 4: ArcPy Geometry Objects and Cursors; ArcPy geometry object classes; ArcPy Point objects; ArcPy Array objects; ArcPy Polyline objects; ArcPy Polygon objects; Polygon object buffers; Other Polygon object methods; The AsShape method; Generic geometry object; ArcPy PointGeometry objects; Rewriting the bus stop analysis; Adding to the analysis; Summary; Chapter 5: Creating a Script Tool. 
500 |a Adding dynamic parameters to a script. 
520 |a Use Python modules such as ArcPy, ArcREST and the ArcGIS API for Python to automate the analysis and mapping of geospatial data. About This Book Perform GIS analysis faster by automating tasks. Access the spatial data contained within shapefiles and geodatabases and transform between spatial reference systems. Automate the mapping of geospatial analyses and production of map books. Who This Book Is For 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 and implement ArcGIS Online data management. What You Will Learn Understand how to integrate Python into ArcGIS and make GIS analysis faster and easier. Create Python script using ArcGIS ModelBuilder. Learn to use ArcGIS online feature services and the basics of the ArcGIS REST API Understand the unique Python environment that is new with ArcGIS Pro Learn about the new ArcGIS Python API and how to use Anaconda and Jupyter with it Learn to control ArcGIS Enterprise using ArcPy In Detail ArcGIS allows for complex analyses of geographic information. The ArcPy module is used to script these ArcGIS analyses, providing a productive way to perform geo-analyses and automate map production. The second edition of the book focuses on new Python tools, such as the ArcGIS API for Python. Using Python, this book will guide you from basic Python scripting to advanced ArcPy script tools. This book starts off with setting up your Python environment for ArcGIS automation. Then you will learn how to output maps using ArcPy in MXD and update feature class in a geodatabase using arcpy and ArcGIS Online. Next, you will be introduced to ArcREST library followed by examples on querying, updating and manipulating ArcGIS Online feature services. Further, you will be enabling your scripts in the browser and directly interacting with ArcGIS Online using Jupyter notebook. Finally, you can learn ways to use of ArcPy to control ArcGIS Enterprise and explore topics on deployments, data quality assurances, data updates, version control, and editing safeguards. By the end of the book, you will be equipped with the knowledge required to create automated analysis with administration reducing the time-consuming nature of GIS. Style and approach The book takes a pragmatic approach, showing ways to automate repeti ... 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Python  |v Textbooks. 
655 7 |a Textbooks  |2 fast 
700 1 |a O'Beirne, Dara. 
776 0 8 |i Print version:  |a Toms, Silas.  |t ArcPy and ArcGIS - Second Edition.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4892022  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4892022 
994 |a 92  |b IZTAP