Basis Master Data Management
This list identifies data that has been collected for the Bay Area Spatial Information System platform. These datasets support MTC's Analytical Services and Long range Planning efforts and drive decision making and policy development across the agency. The data is managed by the Data & Visualization Team, with assistance from key staff that have been identified as Data Stewards in various units across the agency. Data is stored and managed within MTC's Enterprise Data Lake, and disseminated through the Socrata Connected Government Cloud as a Service (DaaS).
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/basis-master-data-management-2cj2-jfbr\".\"basis_master_data_management\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.