Initial Release of PostGIS - Mailing list pgsql-hackers

From Dave Blasby
Subject Initial Release of PostGIS
Date
Msg-id 3B16CA74.430DE2C1@refractions.net
Whole thread Raw
List pgsql-hackers
Refractions Research is pleased to announce the inital release of
PostGIS, a set of 3-D geographic object types for the PostgreSQL 7.1.x
database server.

PostGIS includes the following functionality:

- Simple Features as defined by the OpenGIS Consortium (OGC)
  - Point
  - LineString
  - Polygon (with holes)
  - MultiPoint
  - MultiLineString
  - MultiPolygon
  - GeometryCollection
- The text representation of the simple features is the OGC
  Well-Known Text format.
- Geometries can be indexed using either R-Tree (not recommended) or
  GiST (recommended).
- Simple geospatial analysis functions.
- PostgreSQL JDBC extension objects corresponding to the geometries.

PostGIS is released under the GNU General Public Licence.

For more information, visit the PostGIS web site,
http://postgis.refractions.net or join the discussion list by sending a
message to postgis-subscribe@yahoogroups.com .

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Access statistics
Next
From: Tom Lane
Date:
Subject: Re: extra syntax on INSERT