PyGIS - Open Source Spatial Programming & Remote Sensing
PyGIS - Open Source Spatial Programming & Remote Sensing#
The globe is now digital. Everything from monitoring deforestation, predicting wildfires, to training autonomous vehicles and tracking uprisings on social media requires you to understand how to leverage location data. This book will introduce you to the methods required for spatial programming. We focus on building your core programming techniques while helping you: leverage spatial data from OSM and the US Census, use satellite imagery, track land-use change, and track social distance during a pandemic, amongst others. We will leverage open source Python packages such as GeoPandas, Rasterio, Sklearn, and Geowombat to better understand our world and help predict its future. Some Python programming experience is required, however the material will be presented in a student-friendly manner and will focus on real-world application.
- Reading/Writing Remote Sensed Images
- Configuration manager
- Editing Rasters and Remotely Sensed Data
- Plot Remote Sensed Images
- Remote Sensing Coordinate Reference Systems
- Handle Multiple Remotely Sensed Images
- Band Math & Vegetation Indices
- Raster Data Extraction
- Spatial Prediction using ML in Python