[postgis-devel] [PostGIS] #1777: revise geocoder structure and functions to utilize 2011 enhancements
PostGIS
trac at osgeo.org
Sun Apr 29 20:17:22 PDT 2012
#1777: revise geocoder structure and functions to utilize 2011 enhancements
----------------------------+-----------------------------------------------
Reporter: robe | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: tiger geocoder | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by robe):
okay still haven't figured out the discrepancy in numbers except possibly
cleanup.
I did a count like this:
{{{
select count(DISTINCT tfid), count(*), count(distinct countyfp) from
tiger_data.ma_faces;
}}}
And I have the same number of counties in both 2010 and 2011 (so doesn't
seem I missed a county by accident). For both, the tfids are unique
(don't have dupes), but yet the 2011 has fewer faces. Don't see anything
in the docs yet alluding to why this is .
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1777#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