Los Angeles International Airport (LAX) - Object Locations
GIS locations of items located at LAWA Campus'.
Currently populated with defibrillator (Monthly)
Data is push daily, but not all datasets are updated daily
http://www.lawa.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 \"lacity/los-angeles-international-airport-lax-object-r8xf-vixa\".\"los_angeles_international_airport_lax_object\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.