2003 and 2006 aerial photo index grids
The City of Austin through the Capital Area Council of Governments (CAPCOG) contracted Sanborn Mapping, Inc. to update the City of Austin's planimetric database. The planimetrics were created from imagery acquired in Spring 2003 using photogrammetric techniques.
This particular represents the index grid of the delivered data from that contract as of the Spring of 2003
This product is for informational purposes and may not have been prepared for or be suitable for legal, engineering, or surveying purposes.
It does not represent an on-the-ground survey and represents only the approximate relative location of property boundaries.
This product has been produced by the Communications and Technology Department for the sole purpose of geographic reference.
No warranty is made by the City of Austin regarding specific accuracy or completeness.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"datahub-austintexas-gov/2003-and-2006-aerial-photo-index-grids-6cb5-f3f7\".\"2003_and_2006_aerial_photo_index_grids\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.