UAV Flight Log
Unmanned Aerial Vehicle (UAV) flight data for flights conducted by the City of Bloomington, Indiana. This dataset is updated bi-monthly. Last updated on July 24th, 2024.
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 \"bloomington-in-gov/uav-flight-log-3a7f-6kb4\".\"uav_flight_log\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.