Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 11 months ago
BCDC Sea Level Rise - 36 Inch Sea Level Rise Scenario (HESS)
BCDC Sea Level Rise - 36 Inch Sea Level Rise Scenario (SLR36) for development of the Parcel Inventory datasetfor the Housing Element Site Selection Pre-Screening Tool
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 \"bayareametro-gov/bcdc-sea-level-rise-36-inch-sea-level-rise-m39t-vy4a\".\"bcdc_sea_level_rise_36_inch_sea_level_rise\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.