๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Python GeoSpatial Analysis Essentials

โœ Scribed by Erik Westra


Publisher
Packt Publishing
Year
2015
Tongue
English
Leaves
169
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Process, analyze, and display geospatial data using Python libraries and related tools

About This Book

  • Learn to build a complete geospatial application from scratch using Python
  • Create good-looking maps based on the results of your analysis
  • This is a fast-paced guide to help you explore the key concepts of geospatial to obtain high quality spatial data

Who This Book Is For

If you are an experienced Python developer and wish to get up-to-speed with geospatial programming, then this book is for you. While familiarity with installing third-party Python libraries would be an advantage, no prior knowledge of geospatial programming is required.

What You Will Learn

  • Understand the key geospatial concepts and techniques needed to analyze and work with geospatial data
  • Learn how to read and write geospatial data from within your Python code
  • Use PostGIS to store spatial data and perform spatial queries
  • Use Python libraries to analyze and manipulate geospatial data
  • Generate maps based on your spatial data
  • Implement complete geospatial analysis systems using Python
  • Use the Shapely and NetworkX libraries to solve problems such as distance-area calculations, finding the shortest path between two points, buffering polygons, and much more

In Detail

Python is a highly expressive language that makes it easy to write sophisticated programs. Combining high-quality geospatial data with Python geospatial libraries will give you a powerful toolkit for solving a range of geospatial programming tasks.

The book begins with an introduction to geospatial analysis and programming and explains the ideas behind geospatial data. You will explore Python libraries for building your own geospatial applications. You will learn to create a geospatial database for your application using PostGIS and the psycopg2 library, and see how the Mapnik library can be used to create attractive and useful maps.

Finally, you will learn to use the Shapely and NetworkX libraries to create, analyze, and manipulate complex geometric objects, before implementing a system to match GPS recordings against a database of roads to produce a heatmap of the most frequently used roads.

โœฆ Subjects


Internet, Groupware, & Telecommunications;Networking & Cloud Computing;Computers & Technology;Software;Accounting;Adobe;Databases;Design & Graphics;E-mail;Enterprise Applications;Mathematical & Statistical;Microsoft;Optical Character Recognition;Personal Finance;Presentation Software;Project Management Software;Quickbooks;Spreadsheets;Suites;Utilities;Voice Recognition;Word Processing;Computers & Technology;Python;Programming Languages;Computers & Technology;Reference;Almanacs & Yearbooks;Atlase


๐Ÿ“œ SIMILAR VOLUMES


Python GeoSpatial Analysis Essentials
โœ Erik Westra ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐Ÿ› Packt Publishing Ltd. ๐ŸŒ English

About This Book * Learn to build a complete geospatial application from scratch using Python * Create good-looking maps based on the results of your analysis * This is a fast-paced guide to help you explore the key concepts of geospatial to obtain high quality spatial data Who This Book Is For

Python Geospatial Development Essentials
โœ Karim Bahgat ๐Ÿ“‚ Library ๐Ÿ“… 2015 ๐ŸŒ English

This book is ideal for Python programmers who are tasked with or wish to make a special-purpose GIS application. Analysts, political scientists, geographers, and GIS specialists seeking a creative platform to experiment with cutting-edge spatial analysis, but who are still only beginners in Python,

Python Geospatial Development Essentials
โœ Bahgat K. ๐Ÿ“‚ Library ๐ŸŒ English

Packt Publishing, 2015. โ€” 192 p. โ€” ISBN: 1782175407, 9781782175407<div class="bb-sep"></div>This book provides you with the resources to successfully develop your own GIS application in Python. The book begins by walking you through the loading and saving of data structures before you start to build