Raster Data Processing

Geographic information systems (GIS) are often comprised of points, lines, and polygons. These data types are called vector data. There is, however, another data type in GIS—rasters. In this chapter, you will learn the basics of working with raster data. You will learn how to:

  • Use the Geospatial Data Abstraction Library (GDAL) to load and query rasters
  • Use GDAL to modify and save rasters
  • Use GDAL to create rasters
  • Load rasters into PostgreSQL
  • Perform queries on rasters using PostgreSQL
Installing GDAL can be difficult. By using virtual environments and running Anaconda, you can simplify this process by using the GUI of the environment.

Get Mastering Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.