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

PostGIS trac at osgeo.org
Sat Jan 11 14:52:14 PST 2014


#2564: Implement the inverse of the ST_AsLatLonText function
-------------------------+--------------------------------------------------
 Reporter:  andrewxhill  |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  low          |   Milestone:  PostGIS 2.2.0
Component:  postgis      |     Version:  2.1.x        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by pramsey):

 I always go back to one of my examples from a project where the numbers
 were
 {{{
 4812.2321 12043.1234
 }}}
 Turns out the fields were DDMMM.MMM. Decimal minutes might well be a
 corner case not worth thinking about, but I think un-delimeted inputs is
 perhaps not as rare as one might think.
 {{{
 481232.132 1202314.123
 }}}
 DDMMSS.SSS seems like a very likely format to see in the wild.

 Interested to see what others think. Pleasing everyone is definitely not
 an option on a task with so much potential variation.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2564#comment:6>
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