1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
<title>Introduction</title>
<para>PostGIS is developed by Refractions Research Inc, as a spatial
database technology research project. Refractions is a GIS and database
consulting company in Victoria, British Columbia, Canada, specializing in
data integration and custom software development. We plan on supporting and
developing PostGIS to support a range of important GIS functionality,
including full OpenGIS support, advanced topological constructs (coverages,
surfaces, networks), desktop user interface tools for viewing and editing
GIS data, and web-based access tools.</para>
<sect1 id="psc">
<title>Project Steering Committee</title>
<para>
The PostGIS Project Steering Committee (PSC) coordinates the general direction,
release cycles, documentation, and outreach efforts for the PostGIS project. In addition
the PSC provides general user support, accepts and approves patches from the general PostGIS community
and votes on miscellaneous issues involving PostGIS such as developer commit access, new PSC members
or significant API changes.
</para>
<variablelist>
<varlistentry>
<term>Mark Cave-Ayland</term>
<listitem>
<para>Coordinates bug fixing and maintenance effort, alignment of
PostGIS with PostgreSQL releases, spatial index selectivity and binding, windows production builds, integration of new
GEOS functionality, and new function enhancements.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Paul Ramsey</term>
<listitem>
<para>Co-founder of PostGIS project. General bug fixing, geography support, GEOS functionality integration and alignment with
GEOS releases.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Kevin Neufeld</term>
<listitem>
<para>Documentation, Hudson automated build, advanced user support
on PostGIS newsgroup, and postgis maintenance function enhancements.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Regina Obe</term>
<listitem>
<para>Documentation, general user support on PostGIS newsgroup, windows production and experimental builds, and
smoke testing new functionality or major code changes.</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
<sect1 id="credits">
<title>Contributors Past and Present</title>
<variablelist>
<varlistentry>
<term>Sandro Santilli</term>
<listitem>
<para>Bug fixes and maintenance and integration of new GEOS
functionality. WKT Raster support.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Dave Blasby</term>
<listitem>
<para>The original developer/Co-founder of PostGIS. Dave wrote the server side
objects, index bindings, and many of the server side analytical
functions.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Jeff Lounsbury</term>
<listitem>
<para>Original development of the Shape file loader/dumper. Current PostGIS Project Owner representative.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Mark Leslie</term>
<listitem>
<para>Ongoing maintenance and development of core functions. Enhanced curve support.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Olivier Courtin</term>
<listitem>
<para>Input output XML (KML,GML)/GeoJSON functions and bug fixes.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Pierre Racine</term>
<listitem>
<para>WKT Raster overall architecture and programming support</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Mateusz Loskot</term>
<listitem>
<para>WKT Raster support</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Chris Hodgson</term>
<listitem>
<para>General development</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Nicklas Avén</term>
<listitem>
<para>Distance function enhancements and additions, Windows testing, and general user support</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Jorge Arevalo</term>
<listitem>
<para>WKT Raster development</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Stephen Frost</term>
<listitem>
<para>Tiger geocoder development</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Other contributors</term>
<listitem>
<para>In alphabetical order: Alex Bodnaru, Alex Mayrhofer, Barbara
Phillipot, Ben Jubb, Bernhard Reiter, Bruce Rindahl, Bruno Wolff
III, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea,
David Techer, Eduin Carrillo, IIDA Tetsushi, George Silva, Geographic Data BC,
Gerald Fenoy, Gino Lucrezi, Greg Stark, Guillaume Lelarge, Klaus Foerster, Kris Jurka, Mark
Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine,
Ralph Mason, Steffen Macke, Vincent Picavet</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Important Support Libraries</term>
<listitem>
<para>The <ulink url="http://trac.osgeo.org/geos/">GEOS</ulink>
geometry operations library, and the algorithmic work of Martin
Davis in making it all work, ongoing maintenance and support of
Mateusz Loskot, Paul Ramsey and others.</para>
<para>The <ulink url="http://trac.osgeo.org/proj/">Proj4</ulink>
cartographic projection library, and the work of Gerald Evenden and
Frank Warmerdam in creating and maintaining it.</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
<sect1>
<title>More Information</title>
<itemizedlist>
<listitem>
<para>The latest software, documentation and news items are available
at the PostGIS web site, <ulink
url="http://postgis.refractions.net">http://postgis.refractions.net</ulink>.</para>
</listitem>
<listitem>
<para>More information about the GEOS geometry operations library is
available at<ulink url="http://trac.osgeo.org/geos/">
http://trac.osgeo.org/geos/</ulink>.</para>
</listitem>
<listitem>
<para>More information about the Proj4 reprojection library is
available at <ulink
url="http://trac.osgeo.org/proj/">http://trac.osgeo.org/proj/</ulink>.</para>
</listitem>
<listitem>
<para>More information about the PostgreSQL database server is
available at the PostgreSQL main site <ulink
url="http://www.postgresql.org">http://www.postgresql.org</ulink>.</para>
</listitem>
<listitem>
<para>More information about GiST indexing is available at the
PostgreSQL GiST development site, <ulink
url="http://www.sai.msu.su/~megera/postgres/gist/">http://www.sai.msu.su/~megera/postgres/gist/</ulink>.</para>
</listitem>
<listitem>
<para>More information about MapServer internet map server is
available at <ulink
url="http://mapserver.gis.umn.edu/">http://mapserver.gis.umn.edu</ulink>.</para>
</listitem>
<listitem>
<para>The "<ulink
url="http://www.opengeospatial.org/standards/sfs">Simple Features for
Specification for SQL</ulink>" is available at the OpenGIS Consortium
web site: <ulink
url="http://www.opengeospatial.org/">http://www.opengeospatial.org/</ulink>.</para>
</listitem>
</itemizedlist>
</sect1>
</chapter>
|