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

Summary


In this chapter, you learned how to create a spatial database using both command line and the GUI, and to develop spatial tables too. It's very important that those two processes were fully understood before we can continue.

In the next chapter, we will learn how to fill those tables by obtaining the data from publicly open and freely available sources.