marincounty/county-office-locations-and-contacts-ieip-9m8e
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 19 hours ago
Indexed 4 hours ago

County Office Locations and Contacts

Location information for County of Marin offices, broken out by department, department division, department head, address information, contact information and location coordinates. Also includes other locations such as vehicle charging stations.

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 \"marincounty/county-office-locations-and-contacts-ieip-9m8e\".\"county_office_locations_and_contacts\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • county_office_locations_and_contacts
     
     
     
     
     
Upstream Metadata