[postgis-tickets] [PostGIS] #2564: Implement the inverse of the ST_AsLatLonText function

PostGIS trac at osgeo.org
Fri Dec 13 08:18:02 PST 2013


#2564: Implement the inverse of the ST_AsLatLonText function
-------------------------+--------------------------------------------------
 Reporter:  andrewxhill  |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  low          |   Milestone:  PostGIS 2.1.2
Component:  postgis      |     Version:  2.1.x        
 Keywords:               |  
-------------------------+--------------------------------------------------
 It would be helpful (likely to a number of applications and users) if
 PostGIS had a function to go from DMS to geometry.

 For example being able to perform these two variations would be a great
 start,

 geometry pt ST_FromLatLonText(text, text);
 example:
 SELECT ST_FromLatLonText('31°55'12.000"N','98°58'48.000"W');

 and

 geometry pt ST_FromLatLonText(text);
 example:
 SELECT ST_FromLatLonText('31°55'12.000"N 98°58'48.000"W');

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2564>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list