- Python Geospatial Analysis Cookbook
- Michael Diener
- 281字
- 2021-07-30 10:13:20
Introduction
This chapter will get the grunt work done for you so that you can freely and actively complete all the recipes in this book. We will start off by installing, each of the libraries you will be using, one by one. Once each step is completed, we will test each library installation to make sure it works. Since this book is directed toward those of you already working with spatial data, you can skip this chapter if you have it installed already. If not, you will find the installation instructions here useful as a reference.
The choice of Python libraries is based on industry-proven reliability and functionality. The plethora of functions in Python libraries has led to a flourishing GIS support on many top desktop GIS systems, such as QGIS and ESRI ArcGIS.
Also included in this book is an installer.sh
bash file. The installer.sh
file can be used to install the Python libraries that are available for your virtual environment from pip
and other dependencies via the apt-get
command. The installer.sh
bash file is executed from the command line and installs almost everything in one go, so please take a look at it. For those of you who are starting with Python for the first time, follow the instructions in this chapter and your machine will be set up to complete different recipes.
Installations can sometimes be tricky even for advanced users, so you will find some of the most common pitfalls and hook-ups described in this chapter.
The development of these recipes was completed on a fresh Linux/Ubuntu 14.04 machine. Therefore, the code examples, if not otherwise specified, are Linux/Ubuntu-specific with Windows notes wherever necessary, unless otherwise specified.
- The Supervised Learning Workshop
- Objective-C應用開發全程實錄
- 企業級Java EE架構設計精深實踐
- 大學計算機應用基礎實踐教程
- JavaScript:Functional Programming for JavaScript Developers
- Arduino開發實戰指南:LabVIEW卷
- Python Network Programming Cookbook(Second Edition)
- HTML5+CSS3網站設計基礎教程
- SSM輕量級框架應用實戰
- jQuery開發基礎教程
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Learning Nessus for Penetration Testing
- Moodle 3 Administration(Third Edition)
- Python第三方庫開發應用實戰
- Continuous Integration,Delivery,and Deployment