Book Image

Python Geospatial Development Essentials

By : Karim Bahgat
Book Image

Python Geospatial Development Essentials

By: Karim Bahgat

Overview of this book

Table of Contents (15 chapters)
Python Geospatial Development Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Rendering Our Geodata

This chapter is likely to be one of the most interesting ones in this book. Geographic visualization of data is one of the core features of a GIS application, whether used as an exploratory aid or to produce a map. Learning geographic visualization should prove educational on different levels. In this chapter, you will learn how to do the following:

  • Divide the rendering process into a series of renderings of one or more thematic layers

  • Implement basic graphics renderings for vector and raster data, based on the view extent and zoom level

  • Connect these renderings to our visual user interface, allowing interactive map visualization