[postgis-devel] [PostGIS] #1494: Ability to load census tract/block data when loading tiger_geocoder with shapefiles

PostGIS trac at osgeo.org
Tue Feb 14 11:07:54 PST 2012


#1494: Ability to load census tract/block data when loading tiger_geocoder with
shapefiles
-----------------------------+----------------------------------------------
  Reporter:  kiwi            |       Owner:  robe         
      Type:  enhancement     |      Status:  closed       
  Priority:  medium          |   Milestone:  PostGIS 2.0.0
 Component:  tiger geocoder  |     Version:  trunk        
Resolution:  fixed           |    Keywords:               
-----------------------------+----------------------------------------------
Changes (by robe):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 I'm going to consider this done at r9191, r9190.

 I changed the name of the function to:

 {{{
 SELECT loader_generate_census_script(ARRAY['TX'], 'sh');
 }}}

 details of new census tract loader and get_tract functions in docs

 http://www.postgis.org/documentation/manual-
 svn/Loader_Generate_Census_Script.html

 http://www.postgis.org/documentation/manual-svn/Get_Tract.html

 You should get these new features by just running the update_geocoder.sh
 script.

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