colorado-gov/boulder-county-addresses-gxsf-be8c
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 2 hours ago

Boulder County Addresses

The goal of the AddressOne Address Points dataset is to be the complete dataset of all site address points within Boulder County, including both unincorporated areas and legal towns/cities. Data within the Address Points feature class originated with the authorities for that jurisdiction's data. As new data points are added or existing ones are modified, all data is verified with the data source/authority.

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 \"colorado-gov/boulder-county-addresses-gxsf-be8c\".\"boulder_county_addresses\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • boulder_county_addresses
     
     
     
     
     
Upstream Metadata