- Geospatial Development By Example with Python
- Pablo Carreira
- 275字
- 2021-07-16 09:30:54
Chapter 1. Preparing the Work Environment
Working with a programming language as a tool for geoprocessing provides the opportunity to construct a personalized application that can more optimally perform the task required by the user. This means that repetitive tasks can be automated, file inputs and outputs can be customized, and processes can be tuned to perform exactly what you want to be done.
Python is a powerful programming language that is gaining special attention as a tool for geoprocessing and scientific analysis. A number of factors may have contributed to its popularization, and three among them are worth mentioning: it's a scripting language, it's flexible and easy to learn, and it has a wide range of libraries available as open source software.
The number of available libraries and packages allow users to spend less time in programming basic functionalities and more in building processes and workflows to reach their goals.
In this first chapter, we will go through the process of installing all the libraries that you will need to go through the examples; it's likely that these same libraries will also satisfy most of your needs in real-world applications. Then, we will set up an Integrated Development Environment (IDE) that will help organize code and avoid mistakes. Finally, we will write a sample program with one of the libraries. Therefore, here are the topics that will be covered:
- Installing Python and the packages that you need for the examples in this book
- Learning the basics of the packages that you will use
- Installing an IDE to write and organize your code
- Creating a project for this book
- Writing your first code
- Implementing Modern DevOps
- Windows系統(tǒng)管理與服務(wù)配置
- Linux核心技術(shù)從小白到大牛
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程(第2版)
- JMeter 性能測試實戰(zhàn)(第2版)
- Learning Flask Framework
- Python機器學(xué)習(xí)實戰(zhàn)
- GeoServer Beginner's Guide(Second Edition)
- 軟件項目管理實用教程
- Bootstrap 4:Responsive Web Design
- Mastering Business Intelligence with MicroStrategy
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實踐
- RESTful Java Web Services(Second Edition)
- 代替VBA!用Python輕松實現(xiàn)Excel編程
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用