[postgis-devel] [PostGIS] #1070: Add optional bounding_region arg to geocode function

PostGIS trac at osgeo.org
Tue Jun 28 03:37:32 PDT 2011


#1070: Add optional bounding_region arg to geocode function
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  enhancement     |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 This is again both a precision and time savings.

 Often times for regional geocodes where everyone is assuming we are
 talking about Boston or a specific neighborhood, they just give you an
 address with no city or zip and often times even no state.

 This optional arg will allow you to pass in a bounding region which could
 be as simple as a bounding box or as complex as a neighborhood and
 immediately reject all results that do not intersect the region.

 This should save both time in that we can skip a whole bunch of zip,
 county etc checks and also achieve better results since I won't be getting
 stuff in Lexington, MA when all I care about is Boston, MA.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1070>
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