Cargando…

Programming ArcGIS with Python cookbook : over 85 hands-on recipes to teach you how to automate your ArcGIS for Desktop geoprocessing tasks using Python /

Programming ArcGIS with Python Cookbook, Second Edition, is written for GIS professionals who wish to revolutionize their ArcGIS workflow with Python. Whether you are new to ArcGIS or a seasoned professional, you almost certainly spend time each day performing various geoprocessing tasks. This book...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pimpler, Eric (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Edición:Second edition.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn933908807
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160107s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d EBLCP  |d IDEBK  |d DEBSZ  |d YDXCP  |d COO  |d DEBBG  |d STF  |d OCLCA  |d OCLCQ  |d FEM  |d N$T  |d DGU  |d UAB  |d Z5A  |d OCLCQ  |d MERUC  |d OCLCQ  |d MNM  |d OCLCF  |d CEF  |d OCLCQ  |d OCLCO  |d WYU  |d MERER  |d OCLCQ  |d AU@  |d OCLCQ  |d OCLCO  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
019 |a 915154133  |a 916950372  |a 923517789  |a 968016108  |a 969038003  |a 1259061438 
020 |a 9781785281259 
020 |a 1785281259 
020 |a 1785282891 
020 |a 9781785282898 
020 |z 9781785282898 
020 |a 1523106107 
020 |a 9781523106103 
029 1 |a AU@  |b 000056113144 
029 1 |a DEBBG  |b BV043622435 
029 1 |a DEBBG  |b BV043968577 
029 1 |a DEBSZ  |b 445087676 
029 1 |a DEBSZ  |b 485790807 
029 1 |a GBVCP  |b 882750763 
035 |a (OCoLC)933908807  |z (OCoLC)915154133  |z (OCoLC)916950372  |z (OCoLC)923517789  |z (OCoLC)968016108  |z (OCoLC)969038003  |z (OCoLC)1259061438 
037 |a CL0500000699  |b Safari Books Online 
050 4 |a G70.212 
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 004.120934589 
049 |a UAMI 
100 1 |a Pimpler, Eric,  |e author. 
245 1 0 |a Programming ArcGIS with Python cookbook :  |b over 85 hands-on recipes to teach you how to automate your ArcGIS for Desktop geoprocessing tasks using Python /  |c Eric Pimpler. 
250 |a Second edition. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |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 Quick answers to common problems 
588 0 |a Online resource; title from cover page (Safari, viewed January 6, 2016). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fundamentals of the Python Language for ArcGIS; Using IDLE for Python script development; Using the ArcGIS Python window; Python language fundamentals; Summary; Chapter 2: Managing Map Documents and Layers; Introduction; Referencing the current map document; Referencing map documents on a disk; Getting a list of layers in a map document; Restricting the list of layers; Zooming in to selected features; Changing the map extent; Adding layers to a map document. 
505 8 |a Inserting layers into a map documentUpdating layer symbology; Updating layer properties; Working with time-enabled layers in a data frame; Chapter 3: Finding and Fixing Broken Data Links; Introduction; Finding broken data sources in your map document and layer files; Fixing broken data sources with MapDocument.; findAndReplaceWorkspacePaths(); Fixing broken data sources with MapDocument.replaceWorkspaces(); Fixing individual layer and table objects with replaceDataSource(); Finding broken data sources in all map documents in a folder; Chapter 4: Automating Map Production and Printing. 
505 8 |a IntroductionCreating a list of layout elements; Assigning a unique name to layout elements; Restricting the layout elements returned by ListLayoutElements(); Updating the properties of layout elements; Getting a list of available printers; Printing maps with PrintMap(); Exporting a map to a PDF file; Exporting a map to an image file; Exporting a report; Building a map book with Data Driven Pages and ArcPy mapping; Publishing a map document to an ArcGIS Server service; Chapter 5: Executing Geoprocessing Tools from Scripts; Introduction; Finding geoprocessing tools; Retrieving a toolbox alias. 
505 8 |a Executing geoprocessing tools from a scriptUsing the output of a tool as an input to another tool; Chapter 6: Creating Custom Geoprocessing Tools; Introduction; Creating a custom geoprocessing tool; Creating a Python toolbox; Chapter 7: Querying and Selecting Data; Introduction; Constructing a proper attribute query syntax; Creating feature layers and table views; Selecting features and rows with the Select Layer by Attribute tool; Selecting features with the Select by Location tool; Combining a spatial and attribute query with the Select by Location tool. 
505 8 |a Chapter 8: Using the ArcPy Data Access Module with Feature Classes and TablesIntroduction; Retrieving features from a feature class with SearchCursor; Filtering records with a where clause; Improving cursor performance with geometry tokens; Inserting rows with InsertCursor; Updating rows with UpdateCursor; Deleting rows with UpdateCursor; Inserting and updating rows inside an edit session; Reading geometry from a feature class; Using Walk() to navigate directories; Chapter 9: Listing and Describing GIS Data; Introduction; Working with the ArcPy list functions. 
520 |a Programming ArcGIS with Python Cookbook, Second Edition, is written for GIS professionals who wish to revolutionize their ArcGIS workflow with Python. Whether you are new to ArcGIS or a seasoned professional, you almost certainly spend time each day performing various geoprocessing tasks. This book will teach you how to use the Python programming language to automate these geoprocessing tasks and make you a more efficient and effective GIS professional. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a ArcGIS. 
630 0 7 |a ArcGIS  |2 fast 
650 0 |a Geographic information systems. 
650 0 |a Geospatial data  |x Automation. 
650 0 |a Python (Computer program language) 
650 6 |a Systèmes d'information géographique. 
650 6 |a Données géospatiales  |x Automatisation. 
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 
650 7 |a Python (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Pimpler, Eric.  |t Programming ArcGIS with Python Cookbook.  |d Birmingham : Packt Publishing, ©2015  |z 9781785282898 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785282898/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL2120245 
938 |a EBSCOhost  |b EBSC  |n 1045703 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32249884 
938 |a YBP Library Services  |b YANK  |n 12548034 
994 |a 92  |b IZTAP