null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

PostGIS in Action, Third Edition

List Price: $59.99
SKU:
9781617296697
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Leo S. Hsu, Regina Obe
    Format:
    Paperback
    Pages:
    664
    Publisher:
    Manning (September 21, 2021)
    Language:
    English
    ISBN-13:
    9781617296697
    ISBN-10:
    1617296694
    Weight:
    38.72oz
    Dimensions:
    7.375" x 9.25" x 1.2"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    12
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    PostGIS in Action, Third Edition shows you how to solve real-world geodata problems. You’ll go beyond basic mapping, and explore custom functions for your applications.

    Summary
    In PostGIS in Action, Third Edition you will learn:

        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
        Querying data from external sources using PostgreSQL Foreign Data Wrappers
        Optimizing queries for maximum speed
        Simplifying geometries for greater efficiency

    PostGIS in Action, Third Edition teaches readers of all levels to write spatial queries for PostgreSQL. You’ll start by exploring vector-, raster-, and topology-based GIS before quickly progressing to analyzing, viewing, and mapping data. This fully updated third edition covers key changes in PostGIS 3.1 and PostgreSQL 13, including parallelization support, partitioned tables, and new JSON functions that help in creating web mapping applications.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    PostGIS is a spatial database extender for PostgreSQL. It offers the features and firepower you need to take on nearly any geodata task. PostGIS lets you create location-aware queries with a few lines of SQL code, then build the backend for mapping, raster analysis, or routing application with minimal effort.

    About the book
    PostGIS in Action, Third Edition shows you how to solve real-world geodata problems. You’ll go beyond basic mapping, and explore custom functions for your applications. Inside this fully updated edition, you’ll find coverage of new PostGIS features such as PostGIS Window functions, parallelization of queries, and outputting data for applications using JSON and Vector Tile functions.

    What's inside

        Fully revised for PostGIS version 3.1 and PostgreSQL 13
        Optimize queries for maximum speed
        Simplify geometries for greater efficiency
        Extend PostGIS to web and desktop applications

    About the reader
    For readers familiar with relational databases and basic SQL. No prior geodata or GIS experience required.

    About the author
    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
    PART 1 INTRODUCTION TO POSTGIS
    1 What is a spatial database?
    2 Spatial data types
    3 Spatial reference systems
    4 Working with real data
    5 Using PostGIS on the desktop
    6 Geometry and geography functions
    7 Raster functions
    8 Spatial relationships
    PART 2 PUTTING POSTGIS TO WORK
    9 Proximity analysis
    10 PostGIS TIGER geocoder
    11 Geometry and geography processing
    12 Raster processing
    13 Building and using topologies
    14 Organizing spatial data
    15 Query performance tuning
    PART 3 USING POSTGIS WITH OTHER TOOLS
    16 Extending PostGIS with pgRouting and procedural languages
    17 Using PostGIS in web applications