[postgis-devel] [PostGIS] #822: Add a reverse_geocode function to tiger geocoder

PostGIS trac at osgeo.org
Thu Feb 10 03:32:59 PST 2011


#822: Add a reverse_geocode function to tiger geocoder
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  robe         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:  trunk        
 Keywords:  tiger        |  
-------------------------+--------------------------------------------------
Description changed by robe:

Old description:

> Given a PostGIS long/lat WGS 84/NAD 80 geometry point, return an
> approximate street address (reverse interpolating along the edges and
> street address ranges).
>
> This will be useful for example managing fleets of cars or emergency
> response when you get back a long lat from GPS devices, but don't know
> where that is along your road networks.

New description:

 Given a PostGIS long/lat WGS 84/NAD 80 geometry point (and an optional
 option of returning the street range (for cross streets) - boolean that
 defaults to false), return an array of approximate street addresses and
 other related items (reverse interpolating along the edges and street
 address ranges).

 Other related items would be an array of cross streets (this will include
 street range if include_street_range is tru), array of centerline points
 (if the  point is say at the corner of 2 streets) would return the
 interpolated centerline points) or just one.

 This will be useful for example managing fleets of cars or emergency
 response when you get back a long lat from GPS devices, but don't know
 where that is along your road networks or if its parked off the street or
 possibly  at a site)

--

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/822#comment:2>
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-devel mailing list