
- Addresses-within-census-blocks
- 08-13-2004
![]() ![]() Re: Addresses within census blocks
| Ragi Burhum | 08-24-2004 |
If you were Registered and logged in, you could reply and use other advanced thread options
I'm trying to build a voting district database (MYSQL) that will allow
users to enter an address and find their district.
I have the definitions of the districts - towns and census blocks. How
do I match a address to the census block? I've been through the census
site and found an address search but no definition of boundaries.
Basically I want to recreate their address search but output my
content based on census block.
I do not want to create a map.
users to enter an address and find their district.
I have the definitions of the districts - towns and census blocks. How
do I match a address to the census block? I've been through the census
site and found an address search but no definition of boundaries.
Basically I want to recreate their address search but output my
content based on census block.
I do not want to create a map.
Could you find any help on this, I have a similar problem of selecting
an area on the map and getting all the street addresses contained
within. No help so far //
Tx
cvn@mainetoday.com (Carl Natale) wrote in message
an area on the map and getting all the street addresses contained
within. No help so far //
Tx
cvn@mainetoday.com (Carl Natale) wrote in message
eksriv@hotmail.com (Kapil S) wrote in message
Can't you use geocoding to get the coordinates of an address and then
perform a spatial query using the geometry of the point in the census
block polygon layer? You can then use reverse-geocoding to get the
addresses from the coordinates.
Or am I over-simplifying the problem?
> Could you find any help on this, I have a similar problem of selecting
> an area on the map and getting all the street addresses contained
> within. No help so far //
> Tx
>
> cvn@mainetoday.com (Carl Natale) wrote in message
> an area on the map and getting all the street addresses contained
> within. No help so far //
> Tx
>
> cvn@mainetoday.com (Carl Natale) wrote in message
> > I'm trying to build a voting district database (MYSQL) that will allow
> > users to enter an address and find their district.
> >
> > I have the definitions of the districts - towns and census blocks. How
> > do I match a address to the census block? I've been through the census
> > site and found an address search but no definition of boundaries.
> > Basically I want to recreate their address search but output my
> > content based on census block.
> >
> > I do not want to create a map.
> > users to enter an address and find their district.
> >
> > I have the definitions of the districts - towns and census blocks. How
> > do I match a address to the census block? I've been through the census
> > site and found an address search but no definition of boundaries.
> > Basically I want to recreate their address search but output my
> > content based on census block.
> >
> > I do not want to create a map.
Can't you use geocoding to get the coordinates of an address and then
perform a spatial query using the geometry of the point in the census
block polygon layer? You can then use reverse-geocoding to get the
addresses from the coordinates.
Or am I over-simplifying the problem?
- Cannot find addresses
- Global Positioning System
- 2009-05-26
- Importing addresses into Nuvi 310.
- Garmin GPS
- 2006-12-03






> users to enter an address and find their district.
>
> I have the definitions of the districts - towns and census blocks. How
> do I match a address to the census block? I've been through the census
> site and found an address search but no definition of boundaries.
> Basically I want to recreate their address search but output my
> content based on census block.
>
> I do not want to create a map.