GeoPython 2020

Understanding GIS fundamentals and perform remote sensing data analysis using Python 3.7
2020-09-21, 14:15–14:35, Room 1

Geospatial Analysis as a way of answering questions about our world. Learning Geospatial Data, explains the major categories of data and several newer formats that are becoming more and more common. The Geospatial Technology Landscape, tells you about the geospatial technology ecosystem, which consists of thousands of software libraries and packages. Geospatial Python Toolbox, introduces software and libraries that form the basis of the book and are used throughout. Python and Geographic Information Systems, teaches you about simple yet practical Python GIS geospatial products. Python and Remote Sensing, shows you how to work with remote sensing geospatial data. Python and Elevation Data, demonstrates the most common uses of elevation data and how to work with its unique properties. The true power of geospatial analysis is modeling. Real-Time Data, examines the modern phenomenon of geospatial analysis.


Geospatial Analysis as a way of answering questions about our world. Common geospatial analysis processes are demonstrated using illustrations, basic formulas, pseudo code, and Python.

Learning Geospatial Data, explains the major categories of data and several newer formats that are becoming more and more common. Geospatial data comes in many forms. The most challenging part of geospatial analysis is acquiring the data that you need and preparing it for analysis. Familiarity with these data types is essential to understanding geospatial analysis.

The Geospatial Technology Landscape, tells you about the geospatial technology ecosystem, which consists of thousands of software libraries and packages. This vast array of choices is overwhelming for newcomers to geospatial analysis. The secret to learning geospatial analysis quickly is understanding the handful of libraries and packages that really matter. Most other software is derived from these critical packages. Understanding the hierarchy of geospatial software and how it's used allows you to quickly comprehend and evaluate any geospatial tool.

Geospatial Python Toolbox, introduces software and libraries that form the basis of the book and are used throughout. Python's role in the geospatial industry is explored: the GIS scripting language, the mash-up glue language, and the full-blown programming language. Code examples are used to teach data editing concepts, and many of the basic geospatial concepts.

Python and Geographic Information Systems, teaches you about simple yet practical Python GIS geospatial products using processes that can be applied to a variety of problems.

Python and Remote Sensing, shows you how to work with remote sensing geospatial data. Remote sensing includes some of the most complex and least-documented geospatial operations. This chapter will build a solid core for you and demystify remote sensing using Python.

Python and Elevation Data, demonstrates the most common uses of elevation data and how to work with its unique properties. Elevation data deserves a chapter all on its own. Elevation data can be contained in almost any geospatial format but is used quite differently from other types of geospatial data.

Advanced Geospatial Python Modeling, uses Python to teach you the true power of geospatial technology. Geospatial data editing and processing help us understand the world as it is. The true power of geospatial analysis is modeling. Geospatial models help us predict the future, narrow a vast field of choices down to the best options, and visualize concepts that cannot be directly observed in the natural world.

Real-Time Data, examines the modern phenomenon of geospatial analysis. A wise geospatial analyst once said, "As soon as a map is created it is obsolete." Until recently, by the time you collected data about the Earth, processed it, and created a geospatial product, the world it represented had already changed. But modern geospatial data shatters this notion. Datasets are available over the internet that are up to the minute, or even the second. This data fundamentally changes the way we perform geospatial analysis.