Tsunami Evacuation Routes
LAPD & LAPP Tsunami evacuation map. Location of Tsunami evacuation signs posted throughout the Port, San Pedro and Wilmington area. Data will be refresh if there's a change to the evacuation routes and signs.
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/tsunami-evacuation-routes-dhqa-6x54\".\"tsunami_evacuation_routes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.