From: Regina Obe Date: Wed, 17 Sep 2008 04:14:15 +0000 (+0000) Subject: more fleshing out of spatial ref section X-Git-Tag: 1.4.0b1~732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3646a5b932fe661af1c86af169382b2ca94d1850;p=postgis more fleshing out of spatial ref section git-svn-id: http://svn.osgeo.org/postgis/trunk@2975 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis.xml b/doc/using_postgis.xml index 087b65d5a..ee39c5d19 100644 --- a/doc/using_postgis.xml +++ b/doc/using_postgis.xml @@ -276,8 +276,16 @@ geometry Some of the more commonly used spatial reference systems are: 4326 - WGS 84 Long Lat, 4269 - NAD 83 Long Lat, WGS 84 World Mercator, - US National Atlas Equal Area - + US National Atlas Equal Area, + Spatial reference systems for each NAD 83, WGS 84 UTM zone - UTM zones are one of the most ideal for measurement, but only cover 6-degree regions. + + + Various US state plane spatial reference systems (meter or feet based) - usually one or 2 exists per US state. Most of the meter ones are in the core set, but many of the + feet based ones or ESRI created ones you will need to pull from spatialreference.org. + + + For details on determining which UTM zone to use for your area of interest, check out the utmzone PostGIS plpgsql helper function. + The SPATIAL_REF_SYS table definition is as follows: