From: | Dave Blasby <dblasby(at)refractions(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, postgis(at)yahoogroups(dot)com, pgsql-announce(at)postgresql(dot)org |
Cc: | all(at)refractions(dot)net |
Subject: | Initial Release of PostGIS |
Date: | 2001-05-31 22:49:24 |
Message-ID: | 3B16CA74.430DE2C1@refractions.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce 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(at)yahoogroups(dot)com .
From | Date | Subject | |
---|---|---|---|
Next Message | Ng Pheng Siong | 2001-06-10 01:58:00 | [Announce] pgnotify 0.1 |
Previous Message | The Hermit Hacker | 2001-05-25 17:09:48 | PostgreSQL v7.1.2 Now Available ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-06-01 00:58:34 | Re: [HACKERS] extra syntax on INSERT |
Previous Message | Peter Eisentraut | 2001-05-31 21:05:24 | Re: Access statistics |