Language:
English
繁體中文
Help
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
A Geographer's Guide to Computing Fundamentals = Python in ArcGIS Pro /
Record Type:
Language materials, printed : Monograph/item
Title/Author:
A Geographer's Guide to Computing Fundamentals/ by Jamison Conley.
Reminder of title:
Python in ArcGIS Pro /
Author:
Conley, Jamison.
Description:
XII, 267 p. 110 illus., 88 illus. in color.online resource. :
Contained By:
Springer Nature eBook
Subject:
Geographic information systems. -
Online resource:
https://doi.org/10.1007/978-3-031-08498-0
ISBN:
9783031084980
A Geographer's Guide to Computing Fundamentals = Python in ArcGIS Pro /
Conley, Jamison.
A Geographer's Guide to Computing Fundamentals
Python in ArcGIS Pro /[electronic resource] :by Jamison Conley. - 1st ed. 2022. - XII, 267 p. 110 illus., 88 illus. in color.online resource. - Springer Textbooks in Earth Sciences, Geography and Environment,2510-1315. - Springer Textbooks in Earth Sciences, Geography and Environment,.
Chapter 1. Introduction to Scripting and Programming -- Chapter 2. Basics of programming—Variables, Operators, & Statements -- Chapter 3. Basics of programming—Control Structures -- Chapter 4. Basics of programming—Functions and Objects -- Chapter 5. Reading a Python Script -- Chapter 6. Debugging -- Chapter 7. Introduction to ArcPy -- Chapter 8. Basics of accessing data in ArcGIS -- Chapter 9. Rasters -- Chapter 10. Tables and Cursors -- Chapter 11. Vectors and Geometries -- Chapter 12. Mapping--symbologies -- Chapter 13. Mapping—layouts -- Chapter 14. Creating custom tools -- Chapter 15. Error Handling -- Chapter 16. Creating Custom Classes -- Chapter 17. Putting it all together -- Chapter 18. ArcPy for Web GIS using ArcGIS Online -- Chapter 19. Incorporating External Packages -- Chapter 20. Using Multiple Python Files -- Chapter 21. Developing a Custom Python Package.
This upper-undergraduate textbook teaches students programming in GIS using a mix of computer science theory and hands-on activities, with the aim of empowering students to understand fundamentals and apply their knowledge beyond the specific examples in the book. Each of the book’s twenty-one chapters integrates instructional material with exercises in ArcGIS Pro. In doing so, this book combines the strengths of workbooks and theoretical textbooks to provide a holistic and comprehensive text. Each chapter concludes with an unguided task that ensures students have learned the broader principles explained therein. In addition to its unique format, the book covers oft-neglected topics such as debugging, creating a program from scratch, and managing metadata. Section I starts with the principles of scripting and programming with Python. Section II introduces the ArcPy module and elements specific to ArcGIS Pro. This section focuses on data structures, and how they are used and implemented within Python. Section III uses the topic of algorithms to guide the student through creating tools to add functionality to ArcGIS Pro. The last section, Section IV, builds upon section III to guide the student to developing and sharing projects and Python packages to include external open-source code and share the Python code as an open-source package. This text will prepare students for a long-term ability to do GIS programming, whether in industry or academic research. This comes from the author’s observations of students who have learned GIS programming in one platform, such as VBA in ArcMap, struggle to apply that knowledge to a new platform, such as Python in ArcGIS Pro, because the content was presented too closely with a specific platform. The integration of exercises with conceptual content, along with the choice of chapter content, serves this goal of preparing students for working in a dynamic, rapidly changing technology field.
ISBN: 9783031084980
Standard No.: 10.1007/978-3-031-08498-0doiSubjects--Topical Terms:
554796
Geographic information systems.
LC Class. No.: G70.212-.217
Dewey Class. No.: 910.285
A Geographer's Guide to Computing Fundamentals = Python in ArcGIS Pro /
LDR
:04335nam a22004095i 4500
001
1084941
003
DE-He213
005
20221031070735.0
007
cr nn 008mamaa
008
221228s2022 sz | s |||| 0|eng d
020
$a
9783031084980
$9
978-3-031-08498-0
024
7
$a
10.1007/978-3-031-08498-0
$2
doi
035
$a
978-3-031-08498-0
050
4
$a
G70.212-.217
072
7
$a
RGW
$2
bicssc
072
7
$a
COM018000
$2
bisacsh
072
7
$a
RGW
$2
thema
082
0 4
$a
910.285
$2
23
100
1
$a
Conley, Jamison.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1391332
245
1 2
$a
A Geographer's Guide to Computing Fundamentals
$h
[electronic resource] :
$b
Python in ArcGIS Pro /
$c
by Jamison Conley.
250
$a
1st ed. 2022.
264
1
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2022.
300
$a
XII, 267 p. 110 illus., 88 illus. in color.
$b
online resource.
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
$b
PDF
$2
rda
490
1
$a
Springer Textbooks in Earth Sciences, Geography and Environment,
$x
2510-1315
505
0
$a
Chapter 1. Introduction to Scripting and Programming -- Chapter 2. Basics of programming—Variables, Operators, & Statements -- Chapter 3. Basics of programming—Control Structures -- Chapter 4. Basics of programming—Functions and Objects -- Chapter 5. Reading a Python Script -- Chapter 6. Debugging -- Chapter 7. Introduction to ArcPy -- Chapter 8. Basics of accessing data in ArcGIS -- Chapter 9. Rasters -- Chapter 10. Tables and Cursors -- Chapter 11. Vectors and Geometries -- Chapter 12. Mapping--symbologies -- Chapter 13. Mapping—layouts -- Chapter 14. Creating custom tools -- Chapter 15. Error Handling -- Chapter 16. Creating Custom Classes -- Chapter 17. Putting it all together -- Chapter 18. ArcPy for Web GIS using ArcGIS Online -- Chapter 19. Incorporating External Packages -- Chapter 20. Using Multiple Python Files -- Chapter 21. Developing a Custom Python Package.
520
$a
This upper-undergraduate textbook teaches students programming in GIS using a mix of computer science theory and hands-on activities, with the aim of empowering students to understand fundamentals and apply their knowledge beyond the specific examples in the book. Each of the book’s twenty-one chapters integrates instructional material with exercises in ArcGIS Pro. In doing so, this book combines the strengths of workbooks and theoretical textbooks to provide a holistic and comprehensive text. Each chapter concludes with an unguided task that ensures students have learned the broader principles explained therein. In addition to its unique format, the book covers oft-neglected topics such as debugging, creating a program from scratch, and managing metadata. Section I starts with the principles of scripting and programming with Python. Section II introduces the ArcPy module and elements specific to ArcGIS Pro. This section focuses on data structures, and how they are used and implemented within Python. Section III uses the topic of algorithms to guide the student through creating tools to add functionality to ArcGIS Pro. The last section, Section IV, builds upon section III to guide the student to developing and sharing projects and Python packages to include external open-source code and share the Python code as an open-source package. This text will prepare students for a long-term ability to do GIS programming, whether in industry or academic research. This comes from the author’s observations of students who have learned GIS programming in one platform, such as VBA in ArcMap, struggle to apply that knowledge to a new platform, such as Python in ArcGIS Pro, because the content was presented too closely with a specific platform. The integration of exercises with conceptual content, along with the choice of chapter content, serves this goal of preparing students for working in a dynamic, rapidly changing technology field.
650
0
$a
Geographic information systems.
$3
554796
650
0
$a
Geography.
$3
654331
650
0
$a
Computer programming.
$3
527822
650
1 4
$a
Geographical Information System.
$3
1365742
650
2 4
$a
Programming Techniques.
$3
669781
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9783031084973
776
0 8
$i
Printed edition:
$z
9783031084997
776
0 8
$i
Printed edition:
$z
9783031085000
830
0
$a
Springer Textbooks in Earth Sciences, Geography and Environment,
$x
2510-1307
$3
1280113
856
4 0
$u
https://doi.org/10.1007/978-3-031-08498-0
912
$a
ZDB-2-EES
912
$a
ZDB-2-SXEE
950
$a
Earth and Environmental Science (SpringerNature-11646)
950
$a
Earth and Environmental Science (R0) (SpringerNature-43711)
based on 0 review(s)
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login