The Austin Internet and Global Citizens Project (2010-2011)
Technology ascertainment study administered in 2010 through the City’s Office of Telecommunications and Regulatory Affairs (TARA) in partnership with The University of Texas at Austin to better understand community technological needs and desires.
Download the attached files from the Metadata to view the survey questionnaire (PDF) or the Data Map (xls) which includes the variable names with labels from the questionnaire.
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/the-austin-internet-and-global-citizens-project-gt3n-akq9\".\"the_austin_internet_and_global_citizens_project\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.