
- 360 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Geoprocessing with Python
About this book
Summary Geoprocessing with Python teaches you how to use the Python programming language, along with free and open source tools, to read, write, and process geospatial data.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology This book is about the science of reading, analyzing, and presenting geospatial data programmatically, using Python. Thanks to dozens of open source Python libraries and tools, you can take on professional geoprocessing tasks without investing in expensive proprietary packages like ArcGIS and MapInfo. The book shows you how. About the Book Geoprocessing with Python teaches you how to access available datasets to make maps or perform your own analyses using free tools like the GDAL, NumPy, and matplotlib Python modules. Through lots of hands-on examples, you'll master core practices like handling multiple vector file formats, editing geometries, applying spatial and attribute filters, working with projections, and performing basic analyses on vector data. The book also covers how to manipulate, resample, and analyze raster data, such as aerial photographs and digital elevation models. What's Inside
- Geoprocessing from the ground up
- Read, write, process, and analyze raster data
- Visualize data with matplotlib
- Write custom geoprocessing tools
- Three additional appendixes available online
About the Reader To read this book all you need is a basic knowledge of Python or a similar programming language. About the Author
Chris Garrard works as a developer for Utah State University and teaches a graduate course on Python programming for GIS.
Table of Contents
- Introduction
- Python basics
- Reading and writing vector data
- Working with different vector file formats
- Filtering data with OGR
- Manipulating geometries with OGR
- Vector analysis with OGR
- Using spatial reference systems
- Reading and writing raster data
- Working with raster data
- Map algebra with NumPy and SciPy
- Map classification
- Visualizing data
-
Appendixes
- A - Installation
- B - References
- C - OGR - online only
- D - OSR - online only
- E - GDAL - online only
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this Book
- About the Author
- About the Cover Illustration
- Chapter 1. Introduction
- Chapter 2. Python basics
- Chapter 3. Reading and writing vector data
- Chapter 4. Working with different vector file formats
- Chapter 5. Filtering data with OGR
- Chapter 6. Manipulating geometries with OGR
- Chapter 7. Vector analysis with OGR
- Chapter 8. Using spatial reference systems
- Chapter 9. Reading and writing raster data
- Chapter 10. Working with raster data
- Chapter 11. Map algebra with NumPy and SciPy
- Chapter 12. Map classification
- Chapter 13. Visualizing data
- Appendix A. Installation
- Appendix B. References
- Index
- List of Figures
- List of Tables
- List of Listings