PostGIS in Action, Second Edition
eBook - ePub

PostGIS in Action, Second Edition

  1. 600 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

PostGIS in Action, Second Edition

About this book

Summary PostGIS in Action, Second Edition teaches readers of all levels to write spatial queries that solve real-world problems. It first gives you a background in vector-, raster-, and topology-based GIS and then quickly moves into analyzing, viewing, and mapping data. This second edition covers PostGIS 2.0 and 2.1 series, PostgreSQL 9.1, 9.2, and 9.3 features, and shows you how to integrate with other GIS tools. Foreword by Paul Ramsey. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Processing data tied to location and topology requires specialized know-how. PostGIS is a free spatial database extender for PostgreSQL, every bit as good as proprietary software. With it, you can easily create location-aware queries in just a few lines of SQL code and build the back end for a mapping, raster analysis, or routing application with minimal effort. PostGIS in Action, Second Edition teaches you to solve real-world geodata problems. It first gives you a background in vector-, raster-, and topology-based GIS and then quickly moves into analyzing, viewing, and mapping data. You'll learn how to optimize queries for maximum speed, simplify geometries for greater efficiency, and create custom functions for your own applications. You'll also learn how to apply your existing GIS knowledge to PostGIS and integrate with other GIS tools. Familiarity with relational database and GIS concepts is helpful but not required. What's Inside

  • An introduction to spatial databases
  • Geometry, geography, raster, and topology spatial types, functions, and queries
  • Applying PostGIS to real-world problems
  • Extending PostGIS to web and desktop applications
  • Updated for PostGIS 2.x and PostgreSQL 9.x

About the Authors Regina Obe and Leo Hsu are database consultants and authors. Regina is a member of the PostGIS core development team and the Project Steering Committee. Table of Contents

  • What is a spatial database?
  • Spatial data types
  • Spatial reference system considerations
  • Working with real data
  • Using PostGIS on the desktop
  • Geometry and geography functions
  • Raster functions
  • PostGIS TIGER geocoder
  • Geometry relationships
  • Proximity analysis
  • Geometry and geography processing
  • Raster processing
  • Building and using topologies
  • Organizing spatial data
  • Query performance tuning
  • Extending PostGIS with pgRouting and procedural languages
  • Using PostGIS in web applications
  • PART 1 INTRODUCTION TO POSTGIS PART 2 PUTTING POSTGIS TO WORK PART 3 USING POSTGIS WITH OTHER TOOLS

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access PostGIS in Action, Second Edition by Leo S. Hsu,Regina O. Obe in PDF and/or ePUB format, as well as other popular books in Computer Science & Data Processing. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. PostGIS in Action, Second Edition
  2. Copyright
  3. Brief Table of Contents
  4. Table of Contents
  5. Praise for the First Edition of PostGIS in Action
  6. Foreword
  7. Preface
  8. Acknowledgments
  9. About this Book
  10. Part 1. Introduction to PostGIS
  11. Chapter 1. What is a spatial database?
  12. Chapter 2. Spatial data types
  13. Chapter 3. Spatial reference system considerations
  14. Chapter 4. Working with real data
  15. Chapter 5. Using PostGIS on the desktop
  16. Chapter 6. Geometry and geography functions
  17. Chapter 7. Raster functions
  18. Chapter 8. PostGIS TIGER geocoder
  19. Chapter 9. Geometry relationships
  20. Part 2. Putting PostGIS to work
  21. Chapter 10. Proximity analysis
  22. Chapter 11. Geometry and geography processing
  23. Chapter 12. Raster processing
  24. Chapter 13. Building and using topologies
  25. Chapter 14. Organizing spatial data
  26. Chapter 15. Query performance tuning
  27. Part 3. Using PostGIS with other tools
  28. Chapter 16. Extending PostGIS with pgRouting and procedural languages
  29. Chapter 17. Using PostGIS in web applications
  30. Appendix A. Additional resources
  31. Appendix B. Installing, compiling, and upgrading
  32. Appendix C. SQL primer
  33. Appendix D. PostgreSQL features
  34. Index
  35. List of Figures
  36. List of Tables
  37. List of Listings