Book Image

PostGIS Essentials

By : Angel Marquez
Book Image

PostGIS Essentials

By: Angel Marquez

Overview of this book

<p>PostGIS is one of the world's leading spatial databases, created as a geographic extension for PostgreSQL. With it, users are able to manipulate and visualize spatial data incredibly effectively and efficiently.</p> <p>PostGIS Essentials introduces you to the fundamentals of PostGIS, giving you easy access to one of the most popular and powerful spatial databases available today. You will begin by learning how to install and successfully set up PostGIS before covering how to create your first spatial database. The book will then help you to develop your skills further as you will learn how to insert GIS objects as well as how to select and filter GIS queries with clear and practical information. You will then learn how to display GIS data graphically and create effective visualizations. The book concludes with tips, tricks, and techniques to help you optimize PostGIS and improve the performance of your database.</p>
Table of Contents (16 chapters)
PostGIS Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Displaying GIS Data Graphically

In this chapter, we will learn how to graphically see the data stored in our spatial databases. To achieve this goal, we will use a powerful tool called QGIS. We have used this tool in the previous chapter, but we will now take a closer look at it. This chapter isn't a complete and exhaustive guide of QGIS; its objective is to be a practical and useful reference that can achieve this book's goals.

In this chapter, we will cover the following topics:

  • Learning the basics of how to use QGIS

  • Seeing the data stored in our databases

  • Using some additional data formats, besides the data stored in our databases

  • Building and using spatial queries from the QGIS interface