Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
SRA_LRA_Fire_Hazard2
Locations of fire hazard boundaries in San Mateo County. This dataset includes State Responsibility Areas (SRA) and Local Responsibility Areas (LRA) and hazard classifications. More information can be found at: http://planning.smcgov.org/documents/san-mateo-county-hazards-california-state-fire-severity-zones
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 \"smcgov/sralrafirehazard2-fbhh-i43h\".\"sralrafirehazard2\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata