]> granicus.if.org Git - postgis/commitdiff
#1062 apply typo patch from Kasif Rasul
authorRegina Obe <lr@pcorp.us>
Sat, 25 Jun 2011 20:24:14 +0000 (20:24 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 25 Jun 2011 20:24:14 +0000 (20:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7483 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml
doc/faq_raster.xml
doc/introduction.xml
doc/man/pgsql2shp.1
doc/reference_processing.xml
doc/reference_raster.xml

index ae241369d5edcce7a18d2a876a8691ec9753e1bc..8fb3c0a11115958a9b5024e08e47bdb040596bfb 100644 (file)
@@ -6,7 +6,7 @@
        <para>An example of a topologically based GIS database is the <ulink url="http://www.census.gov/geo/www/tiger/overview.html">US Census Topologically Integrated Geographic Encoding and Reference System (TIGER)</ulink> database.</para>
        <para>The PostGIS topology module has existed in prior versions of PostGIS but was never part of the Official PostGIS documentation.
            In PostGIS 2.0.0 major cleanup is going on to remove use of all deprecated functions in it, fix known usability issues, better document the features and functions, add new functions, and enhance to closer conform to SQL-MM standards.</para>
-       <para>Details of this project can be found at <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS Tology Wiki</ulink></para>
+       <para>Details of this project can be found at <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS Topology Wiki</ulink></para>
        <para>All functions and tables associated with this module are installed in a schema called <varname>topology</varname>.</para>
        <para>Functions that are defined in SQL/MM standard are prefixed with ST_ and functions specific to PostGIS are not prefixed.</para>
        <para>To build PostGIS 2.0 with topology support, compile with the --with-topology option as described in <xref linkend="postgis_installation"/>.  Some functions depend on GEOS 3.3+ so you should compile with GEOS 3.3+ to fully utilize the topology support.</para>
@@ -425,7 +425,7 @@ Creates a new topology with name <varname>new_topology_name</varname> and SRID a
                </para>
                 
                 <note><para>
-The new rows in topology.layer will contain synthetized values for schema_name, table_name and feature_column. This is because the TopoGeometry will only exist as a definition but won't be available in any user-level table yet.
+The new rows in topology.layer will contain synthesized values for schema_name, table_name and feature_column. This is because the TopoGeometry will only exist as a definition but won't be available in any user-level table yet.
                </para></note>
         
                 <!-- use this format if new function -->
index 910f2e86baf58148479cf692679f64487c470908..15174b9cb26f37f6f7799d833e14ecf366267999 100644 (file)
       <answer>
         <para>You can use MapServer compiled with GDAL 1.7+ and PostGIS Raster driver support to view Raster data.  
         In theory any tool that renders data using GDAL can support PostGIS raster data or 
-        support it with fairly minimal effort. Again for Windows Tamas binaries <ulink url="http://vbkto.dyndns.org/sdk/">http://vbkto.dyndns.org/sdk/</ulink> are a good choice if you don't want the hassle of having to setup to compile your own.</para>
+        support it with fairly minimal effort. Again for Windows, Tamas' binaries <ulink url="http://vbkto.dyndns.org/sdk/">http://vbkto.dyndns.org/sdk/</ulink> are a good choice if you don't want the hassle of having to setup to compile your own.</para>
       </answer>
     </qandaentry>
     
index 8bd227f964fab2fa30701322063df4ad285a2252..ff94af913561adbecebb7054a43f54fc331c85ad 100644 (file)
@@ -40,7 +40,7 @@
                <term>Chris Hodgson</term>
 
                <listitem>
-                 <para>General development, site and buildbot maintainance, OSGeo incubation management</para>
+                 <para>General development, site and buildbot maintenance, OSGeo incubation management</para>
                </listitem>
          </varlistentry>
         
@@ -78,7 +78,7 @@
                <term>Kevin Neufeld</term>
                <listitem>
                  <para>Prior PSC Member. Documentation and documentation support tools, advanced user support
-                 on PostGIS newsgroup, and postgis maintenance function enhancements.</para>
+                 on PostGIS newsgroup, and PostGIS maintenance function enhancements.</para>
                </listitem>
          </varlistentry>
         
index 29abb6fa58800fa58ee6cab1191639b4d75db5ca..0be7f7c7e053f86531b117134956eeddeedeacf7 100644 (file)
@@ -52,7 +52,7 @@ to use when writing the shape file.
 Use a binary cursor. When used on pre\-1.0.0 PostGIS versions this will 
 reduce the likelihood of coordinate drift due to conversion to and from 
 WKT format. Coordinate drifts will not occur with PostGIS 1.0.0 and newer 
-versions. It will be slightly faster, but might fail if any NON\-gemetry 
+versions. It will be slightly faster, but might fail if any NON\-geometry 
 column lacks a cast to text.
 .TP 
 \fB\-r\fR
index be574328e1c12ae5f809119fc099d4b5267d06e7..b48d56577ef03cb48b52a90eac863c7f9d4a0d81 100644 (file)
@@ -525,7 +525,7 @@ MULTILINESTRING((1 2,3 4),(3 4,4 5))
                <para>The target_percent is the target percent of area of convex hull the PostGIS solution will try to approach before giving up or exiting.
                One can think of the concave hull as the geometry you get by vacuum sealing a set of geometries. The
                        target_percent of 1 will give you the same answer as the convex hull.  A target_percent 
-                               between 0 and 0.99 will give you something that should have a smaller area than the convex ull.  This is different from a convex hull which is more like wrapping a rubber band around the set of geometries.</para>
+                               between 0 and 0.99 will give you something that should have a smaller area than the convex hull.  This is different from a convex hull which is more like wrapping a rubber band around the set of geometries.</para>
 
                        <para>It is usually used with MULTI and Geometry Collections.
                Although it is not an aggregate - you can use it in conjunction
@@ -1697,7 +1697,7 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4,
 
                        <para>It is often used with MULTI and Geometry Collections.
                Although it is not an aggregate - you can use it in conjunction
-               with ST_Collect to get the minimum bounding cirlce of a set of geometries.
+               with ST_Collect to get the minimum bounding circle of a set of geometries.
                ST_MinimumBoundingCircle(ST_Collect(somepointfield)).</para>
 
                <para>The ratio of the area of a polygon divided by the area of its Minimum Bounding Circle is often referred to as the Roeck test.</para>
index 3f4a8a1862214188b161ac66d4c087b146a6ac6a..6cfcc97e36dfde08dccca2eba6328e7a179ed0c6 100644 (file)
@@ -2174,7 +2174,7 @@ FROM (SELECT ST_MetaData(rast) As rmd
                                <title>Description</title>
                                
                                <para>Returns a single band of an existing raster as a new raster.  Useful for building new rasters from existing rasters or export of only selected
-                               bands of a raster. If no band is specified, band 1 is assumed. Used as a helper function in various functons suc as for deleting a band.</para>
+                               bands of a raster. If no band is specified, band 1 is assumed. Used as a helper function in various functions such as for deleting a band.</para>
                     
                  <para>Availability: 2.0.0</para>
                        </refsection>
@@ -3236,7 +3236,7 @@ FROM dummy_rast WHERE rid = 1;
                        <refsection>
                                <title>Description</title>
                                
-                               <para>Set the value of the uppler left corner of raster to the projected x coordinates</para>
+                               <para>Set the value of the upper left corner of raster to the projected x coordinates</para>
                                </refsection>
                                
                                <refsection>
@@ -4490,7 +4490,7 @@ FROM dummy_rast WHERE rid=2;
                     <listitem>
                         <varname>nbands</varname> is an array of bands to export (note that max is 3 for PNG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band 3 to Red, band 2 to green and band 1 to blue
                     </listitem>
-                   <listitem><varname>compression</varname> Compression expression -- JPEG90 (or someother percent), LZW, JPEG, DEFLATE9.  </listitem>
+                   <listitem><varname>compression</varname> Compression expression -- JPEG90 (or some other percent), LZW, JPEG, DEFLATE9.  </listitem>
                    <listitem><varname>options</varname> text Array of GDAL create options as defined for GTiff (look at create_options for GTiff of <xref linkend="RT_ST_GDALDrivers" />). or refer to <ulink url="http://www.gdal.org/frmt_various.html">GDAL Raster format options</ulink> for more details. </listitem>
                    <listitem><varname>srid</varname> srid of spatial_ref_sys of the raster. This is used to populate the georeference information </listitem>
                 </itemizedlist>