PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.
SELECT superhero.name
FROM city, superhero
WHERE ST_Contains(city.geom, superhero.geom)
AND city.name = 'Gotham';
In addition to basic location awareness, PostGIS offers many features rarely found in other competing spatial databases such as Oracle Locator/Spatial and SQL Server. Refer to PostGIS Feature List for more details.
PostGIS is released under the GNU General Public License (GPLv2). Refer to License FAQ for more information. PostGIS is developed by a group of contributors led by a Project Steering Committee.
The 2.1.0beta2 release of PostGIS is now available.
The PostGIS development team is proud to release a feature complete beta version of upcoming PostGIS 2.1.0. As befits a minor release, the focus is on speed improvements, more features, and bug fixes. While this beta release is feature complete, we expect some bugs and we’d appreciate it if you test it before final release and report back with any issues you run into so we can have a smooth release.
If you are currently using PostGIS 2.0+, you can go the soft upgrade path: ALTER EXTENSION postgis UPDATE TO “2.1.0beta2”;
Users of 1.5 and below will need to go the hard-upgrade path.
Best served with a bottle of GEOS 3.4.0dev and PostgreSQL 9.3beta1. (which will also be released soon)
http://download.osgeo.org/postgis/source/postgis-2.1.0beta2.tar.gz
html doc download pdf doc download epub doc download
This release contains a ton of speed improvements, function additions , and super sexy new features. It has been over a year in the making.
Enhancements
New Features
New functions itemized in http://postgis.net/docs/manual-dev/PostGIS_Special_Functions_Index.html#NewFunctions21
Team PostGIS
View all closed tickets.
The 2.0.3 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2, the 2.0.3 release. As befits a patch release, the focus is on bugs and breakages.
Best served with a bottle of GEOS 3.3.8.
http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz
html doc download pdf doc download
Bug Fixes
Enhancements
Team PostGIS
View all closed tickets.
Upcoming events of interest.
The Institut Géographique National (IGN) is the national mapping agency for France, with 1800 employees and a mandate to collect, integrate, manage and distribute reference geographical information for the whole country.
Infoterra has been in the geospatial business for over 25 years, since its founding in 1980 as the UK National Remote Sensing Centre. In that time, NRSC grew, formed international partnerships with space agencies, expanded into aerial data collection, and was eventually privatized and re-named “Infoterra” in the late 1990s.