GIS Reading List 2026

The best GIS books — fundamentals, QGIS, Python, and cartography

GISBooksQGISPythonJul 2026 · 7 min read

Best GIS books for beginners and professionals in 2026

Disclosure: This post contains Amazon affiliate links. Purchases through these links earn us a small commission at no extra cost to you.

Books remain the most efficient way to build deep, systematic GIS knowledge. Unlike fragmented YouTube tutorials or documentation, a good GIS book gives you a structured mental model — the why behind the what. This list covers the best books across four areas: GIS fundamentals, QGIS, Python for geospatial, and cartography.

GIS Fundamentals

by Paul Bolstad · 6th Edition

The most widely used introductory GIS textbook in North American universities. Covers coordinate systems, projections, data models, spatial analysis, and remote sensing in an accessible, exercise-driven format. If you're studying GIS formally, this is likely on your syllabus. The 6th edition includes GeoPackage, cloud GIS, and updated Python examples.

Best for: Students and self-learners wanting a comprehensive academic foundation

View on Amazon

by Paul Kennedy · 5th Edition

A shorter, more accessible introduction to GIS concepts than Bolstad. Covers the theory behind spatial data, analysis types, and map production without overwhelming beginners. Good for non-specialists who need to understand GIS to work alongside GIS professionals.

Best for: Non-technical professionals who need GIS literacy without deep technical detail

View on Amazon

QGIS

Intermediate → Advanced

by Kurt Menke, Richard Smith Jr., Luigi Pirelli & John Van Hoesen · 3rd Edition

The definitive advanced QGIS book from Packt Publishing. Goes beyond basic GIS into topology, network analysis, terrain analysis, spatial databases (PostGIS), and Python/PyQGIS automation. Each chapter is built around a real-world scenario. Assumes you already know basic GIS — this is where you level up.

Best for: QGIS users who know the basics and want to become power users

View on Amazon

by Luigi Pirelli & John Van Hoesen · 2nd Edition

Focuses on extending QGIS through plugins, PyQGIS scripting, and integration with PostGIS and R. Particularly valuable for developers who want to build custom QGIS tools and automate complex workflows. Covers the QGIS plugin architecture in depth.

Best for: Developers and power users building custom QGIS solutions

View on Amazon

Python for Geospatial

by Joel Lawhead · 4th Edition

The best Python geospatial book for data scientists and developers. Covers GDAL/OGR, Shapely, Fiona, GeoPandas, rasterio, and PyProj — the full Python geo stack. Includes worked examples with real datasets. The 4th edition adds cloud-native GIS (COG, STAC) and modern Python patterns.

Best for: Python developers who want to work with geospatial data programmatically

View on Amazon

by Paul A. Zandbergen · 3rd Edition

The standard reference for ArcPy scripting. Even if you primarily use QGIS, this book teaches automation patterns that transfer directly to PyQGIS. Covers loops, cursors, geometry, rasters, and tool chaining. The 3rd edition covers ArcGIS Pro (not ArcMap).

Best for: ArcGIS users who want to automate workflows, or QGIS users who work in mixed environments

View on Amazon

by Sergio Rey, Dani Arribas-Bel & Levi John Wolf · 1st Edition (Open Access)

A free, open-access textbook on spatial data science using Python. Covers exploratory spatial data analysis, spatial regression, clustering, and visualisation using PySAL, GeoPandas, and Matplotlib. Available online at geographicdata.science/book — the print version is also available.

Best for: Data scientists and researchers doing quantitative spatial analysis

Read free online

Cartography & Map Design

by Alan MacEachren · Reprint

A foundational text on the science and cognition behind map design. Not a software tutorial — this is about how maps communicate, how visual variables work, and how to design maps that readers actually understand correctly. Essential reading for anyone who makes maps professionally.

Best for: Cartographers and designers who want to understand the theory behind effective map design

View on Amazon

by Menno-Jan Kraak & Ferjan Ormeling · 4th Edition

A comprehensive cartography textbook covering thematic mapping, dynamic visualisation, web cartography, and map evaluation. The 4th edition includes interactive and web map design. Used in university cartography courses worldwide.

Best for: Students and professionals wanting a thorough cartography reference

View on Amazon

Practice with real GIS data

Reading about GIS is most valuable alongside hands-on practice. All the books above include exercises — and the file formats they use (Shapefile, GeoJSON, GeoPackage, KML) are ones you will convert regularly in real workflows:

Related articles