Python GeoSpatial Analysis Essentials
Erik Westra
- 出版商: Packt Publishing
- 出版日期: 2015-06-25
- 售價: $1,250
- 貴賓價: 9.5 折 $1,188
- 語言: 英文
- 頁數: 180
- 裝訂: Paperback
- ISBN: 1782174516
- ISBN-13: 9781782174516
-
相關分類:
Python
下單後立即進貨 (約3~4週)
買這商品的人也買了...
-
$350$333 -
$480$374 -
$454利用 Python 進行數據分析 (Python for Data Analysis)
-
$520$364 -
$360$180 -
$780$616 -
$400$340 -
$359$341 -
$449機器學習算法原理與編程實踐
-
$980$774 -
$301Selenium 2自動化測試實戰—基於 Python 語言
-
$293Python 資料分析 (Python Data Analysis)
-
$505Python 金融大數據分析 (Python for Finance)
-
$352Python 資料分析與挖掘實戰
-
$648$616 -
$1,530Automating Junos Administration: Doing More with Less(Paperback)
-
$474$450 -
$250鳳凰計畫:一個 IT計畫的傳奇故事 (The Phoenix Project : A Novel about IT, DevOps, and Helping your business win)(沙盤特別版)
-
$880$695 -
$580$290 -
$580$458 -
$680$537 -
$560$437 -
$480$408 -
$699$594
商品描述
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.