From: Regina Obe Date: Sun, 20 Aug 2017 14:43:36 +0000 (+0000) Subject: Update that yes indeed there are martian projectsions and you can even use them with... X-Git-Tag: 2.4.0beta1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37ba0549e397203d3e093d9a1ce3e86510690896;p=postgis Update that yes indeed there are martian projectsions and you can even use them with geography to get measurements in meters instead of degrees. Closes #3637 git-svn-id: http://svn.osgeo.org/postgis/trunk@15561 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index ef9ffc6af..716889be0 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -2321,11 +2321,15 @@ SELECT UPDATE_GEOMETRY_STATS([table_name], [column_name]);spatial_ref_sys table. + specified, you should be THINKING very thoughtfully why it doesn't and maybe it should. + If your reason is because you are modeling something that doesn't have a geographic spatial reference system defined such as the internals of a molecule + or the floorplan of a not yet built amusement park then that's fine. If the location of the amusement park has been planned however, then it would make + sense to use a suitable planar coordinate system for that location if nothing more than to ensure the amusement part is not trespassing on already existing + structures. + Even in the case where you are planning a Mars expedition to transport the human race in the event of a nuclear holocaust +and you want to map out the Mars planet for rehabitation, you can use a non-earthly coordinate system such as Mars 2000 + make one up and insert it in the spatial_ref_sys table. Though this Mars coordinate system is a non-planar one (it's in degrees spheroidal), + you can use it with the geography type to have your length and proximity measurements in meters instead of degrees. Taking Advantage of Indexes