Open repository in Console
Readme
Updated 10 years ago
‧ Indexed 11 months ago
Montgomery County MD LEED Certified Buildings
This dataset contains the LEED certified buildings in Montgomery County, Maryland, as of June 2015. Source: http://www.usgbc.org/
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 \"stat-montgomerycountymd-gov/montgomery-county-md-leed-certified-buildings-gkrb-tqsm\".\"montgomery_county_md_leed_certified_buildings\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.