Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Capital Infrastructure Assets Thru July 1, 2024
To track asset information on County Infrastructure including improvements to bridges, sidewalks, storm drains, traffic signals, etc.
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 \"opendata-howardcountymd-gov/capital-infrastructure-assets-thru-july-1-2024-xgq6-p8wr\".\"capital_infrastructure_assets_thru_july_1_2024\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.