Jump to ratings and reviews
Rate this book

Python Geospatial Development

Rate this book
If you're experienced in Python here's an opportunity to get deep into Geospatial development, linking data to global locations. No prior knowledge required - this book takes you through it all, step by step. Overview In Detail Geospatial development links your data to places on the Earth’s surface. Writing geospatial programs involves tasks such as grouping data by location, storing and analyzing large amounts of spatial information, performing complex geospatial calculations, and drawing colorful interactive maps. In order to do this well, you’ll need appropriate tools and techniques, as well as a thorough understanding of geospatial concepts such as map projections, datums and coordinate systems. Python Geospatial Development, Second Edition teaches you everything you need to know about writing geospatial applications using Python. No prior knowledge of geospatial concepts, tools or techniques is required. The book guides you through the process of installing and using various toolkits, obtaining geospatial data for use in your programs, and building complete and sophisticated geospatial applications in Python. Python Geospatial Development teaches you everything you need to know about writing geospatial applications using Python. No prior knowledge of geospatial concepts, tools or techniques is required. The book guides you through the process of installing and using various toolkits, obtaining geospatial data for use in your programs, and building complete and sophisticated geospatial applications in Python. This book provides an overview of the major geospatial concepts, data sources and toolkits. It teaches you how to store and access spatial data using Python, how to perform a range of spatial calculations, and how to store spatial data in a database. Because maps are such an important aspect of geospatial programming, the book teaches you how to build your own "slippy map" interface within a web application, and finishes with the detailed construction of a geospatial data editor using Geodjango. Whether you want to write quick utilities to solve spatial problems, or develop sophisticated web applications based around maps and geospatial data, this book includes everything you need to know. What you will learn from this book Approach This is a tutorial style book that will teach usage of Python tools for GIS using simple practical examples and then show you how to build a complete mapping application from scratch. The book assumes basic knowledge of Python. No knowledge of Open Source GIS is required.

508 pages, Paperback

First published December 14, 2010

9 people are currently reading
36 people want to read

About the author

Erik Westra

5 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (14%)
4 stars
17 (41%)
3 stars
17 (41%)
2 stars
1 (2%)
1 star
0 (0%)
Displaying 1 - 5 of 5 reviews
2 reviews
August 11, 2013
Python Geospatial Development is a book aimed mainly for Python developers who wish to widen their capabilities to include also geospatial coding. The book is divided in different chapters, all with some python code and therefore functions as a hand-on tutorial. The book begins with some basic information about Python and geospatial development and how to use python when analyzing geospatial data. Next chapter describes some basic GIS concepts such as location, how to calculate distances, problems with different units to be aware of, and how to manage different projections.
Since geographical data can be expensive another chapter describes freely available data on the Internet, making it possible for a Python developer to test geospatial coding without having to spend too much money to buy data.
As far as I’ve read I agree this is a good book for Python developers, not for those who need to learn Python.
22 reviews1 follower
October 19, 2015
I read this book as a Python developer already working with GIS applications for a few years, to see if there were bits of knowledge I was missing. I learned a few new things, for instance a better understanding of what PyProj is used for, and I have a better overview of the capabilities of different spatial databases.

It's a bit hard for me to judge how good this book is for people without my experience though. I have a feeling that it is mainly a list of a number of libraries and technologies, and some examples, and that it is a bit light on strong opinions and recommendations. I work with raster data a lot, reading the data and doing Numpy calculations on them, and that sort of thing isn't mentioned much. But the book is already quite large so perhaps it's not fair to expect that.

If you are new to doing Python and GIS, then this book is definitely a good overview of the most important libraries, and it will help you get up to speed.
2 reviews
August 19, 2013
This book provides a nice variety of application areas within the field of GIS. From Coordinate systems to databases, editing to map making, this book has something for everyone. The author provides a large number of code examples which work through many real-world scenarios. The inclusion of Open Source examples is an added bonus. This is a great resource for anyone wishing to advance their skills in Geospatial programming using Python.
1 review
August 6, 2013
This book is well written as a technical user document. I also appreciate that software used is also open source. There are many diagrams to explain items visually. If you would like to use Python and explore GIS concepts, this is an excellent resource with many examples and practices to try out.
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.