Re: [GENERAL] What is the purpose of PostGIS on PostgreSQL? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: [GENERAL] What is the purpose of PostGIS on PostgreSQL?
Date
Msg-id CAHyXU0xUX=Aw1okJkydn222CSUi6SxsK0cgJGJYTZej3OT6SaQ@mail.gmail.com
Whole thread Raw
In response to [GENERAL] What is the purpose of PostGIS on PostgreSQL?  ("Kased, Razy (Chemistry and Geosciences)" <rkased@monroecc.edu>)
List pgsql-general
On Mon, Jan 23, 2017 at 11:08 AM, Kased, Razy (Chemistry and
Geosciences) <rkased@monroecc.edu> wrote:
> I recently came across this question: "What is the purpose of PostGIS on
> PostgreSQL?" and wanted to know what this mailing list had to respond with.

PostGIS is a SQL wrapper to the GEOS library which lets you do a large
number of really complex things that relate to coordinate systems on a
precise level.

Postgres geo types are useful for a very small set of uses cases with
a small but important overlap with PostGIS: indexed bounded box
lookups which is a fairly common requirement.

All else being equal, less dependencies are good so if that's all you
need work off the built in types.  If you need PostGIS though you
really need it.  For example, I heavily use the ST_UNION aggregate
function to build large market boundaries from smaller zip code
boundaries and it works beautifully.  There is no analog to that in
the built in stuff.

merlin


pgsql-general by date:

Previous
From: Edmundo Robles
Date:
Subject: [GENERAL] recovery dump on database with different timezone
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] recovery dump on database with different timezone