cityofberkeley-info/taxable-square-footage-9a47-nj4i
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 months ago
Indexed 1 month ago

Taxable Square Footage

This dataset of taxable square footage per property is used to calculate special assessments approved by Berkeley voters in ballot measures.

Alameda County’s property tax bills include taxes, fixed charges, and special assessments from many agencies, including the City of Berkeley. Most voter-approved City of Berkeley special assessments and taxes are based on taxable square footage, not assessed value.

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 \"cityofberkeley-info/taxable-square-footage-9a47-nj4i\".\"taxable_square_footage\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • taxable_square_footage
     
     
     
     
     
Upstream Metadata