Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Geospatial Development By Example with Python

Posted By: AlenMiler
Geospatial Development By Example with Python

Geospatial Development By Example with Python by Pablo Carreira
English | Jan. 30, 2016 | ISBN: 1785282352 | 340 Pages | AZW3/MOBI/EPUB/PDF (conv) | 26.21 MB

From Python programming good practices to the advanced use of analysis packages, this book teaches you how to write applications that will perform complex geoprocessing tasks that can be replicated and reused.

Key Features

Learn the full geo-processing workflow using Python with open source packages
Create press-quality styled maps and data visualization with high-level and reusable code
Process massive datasets efficiently using parallel processing

Book Description

Much more than simple scripts, you will write functions to import data, create Python classes that represent your features, and learn how to combine and filter them.

With pluggable mechanisms, you will learn how to visualize data and the results of analysis in beautiful maps that can be batch-generated and embedded into documents or web pages.

Finally, you will learn how to consume and process an enormous amount of data very efficiently by using advanced tools and modern computers' parallel processing capabilities.

What you will learn

Prepare a development environment with all the tools needed for geo-processing with Python
Import point data and structure an application using Python's resources
Combine point data from multiple sources, creating intuitive and functional representations of geographic objects
Filter data by coordinates or attributes easily using pure Python
Make press-quality and replicable maps from any data
Download, transform, and use remote sensing data in your maps
Make calculations to extract information from raster data and show the results on beautiful maps
Handle massive amounts of data with advanced processing techniques
Process huge satellite images in an efficient way
Optimize geo-processing times with parallel processing

About the Author

Pablo Carreira is a Python programmer and a full stack developer living in Sao Paulo state, Brazil. He is now the lead developer of an advanced web platform for precision agriculture and actively uses Python as a backend solution for efficient geoprocessing.

Born in 1980, Brazil, Pablo graduated as an agronomical engineer. Being a programming enthusiast and self-taught since childhood, he learned programming as a hobby and later honored his techniques in order to solve work tasks.

Having 8 years of professional experience in geoprocessing, he uses Python along with geographic information systems in order to automate processes and solve problems related to precision agriculture, environmental analysis, and land division.

Table of Contents

Preparing the Work Environment
The Geocaching App
Combining Multiple Data Sources
Improving the App Search Capabilities
Making Maps
Working with Remote Sensing Images
Extract Information from Raster Data
Data Miner App
Processing Big Images
Parallel Processing