sccgov/points-of-interest-475h-33vb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 1 month ago

Points of Interest

The Points of Interest (POI) Dataset is a digital representation of the physical geographic and commercial features across all of Santa Clara County. This dataset aims to provide accurate location information in the map. Sources: Info USA (2010), California Department Of Education (2016), Santa Clara County Combined data (2016).

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 \"sccgov/points-of-interest-475h-33vb\".\"points_of_interest\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • points_of_interest