API for & # 8594; Search the school district?

Is there a way to programmatically determine which school district a particular US physical address belongs to?

+3
source share
1 answer

The US Census Bureau is coordinating with local school districts from each state to understand boundaries and any changes. This information is published every two years by the Census Bureau itself in their Tiger data:

http://www.census.gov/did/www/schooldistricts/data/boundaries.html

(A relatively simple way to read data uses PostGIS in PostgreSQL)

, . , , . , , "" "" , , 123 North Main Street, . , PostGIS, , , . ( : SmartyStreets, .)

+4

All Articles