- Geospatial Development By Example with Python
- Pablo Carreira
- 175字
- 2021-07-16 09:30:52
Preface
From Python programming good practices to the advanced use of analysis packages, this book teaches how to write applications that will perform complex geoprocessing tasks that can be replicated and reused. The book contains three sample applications. Chapter 1 shows how to prepare a development environment. From Chapter 2 to Chapter 4, the reader goes deep into Python functionality using classes, inheritance, and other resources in order to read, manipulate, combine, and search information in vector data. Chapter 5 to Chapter 7 presents techniques to render beautiful maps, and handle and analyze raster data. In the final three chapters, the book approaches code optimization and presents solutions to handle large datasets common in geoprocessing tasks. All the examples are modular and can be rearranged to achieve countless different results. During the book, the code is deduced step by step until it reaches the final form. The reader is led to edit, change, and improve the code, experimenting with different solutions and organizations, subtly learning the mental process of the development of a geoprocessing application.
- 控糖控脂健康餐
- C語言程序設計(第2版)
- Java 9 Programming Blueprints
- Java軟件開發基礎
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Yocto for Raspberry Pi
- Getting Started with LLVM Core Libraries
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- C++反匯編與逆向分析技術揭秘(第2版)
- C++ Application Development with Code:Blocks
- Hadoop 2.X HDFS源碼剖析
- Python函數式編程(第2版)
- Oracle 12c從入門到精通(視頻教學超值版)
- JavaScript悟道
- 現代CPU性能分析與優化