bloomington-in-gov/uav-flight-log-3a7f-6kb4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 12 months ago
Indexed 11 months ago

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.

 
Preview
  • uav_flight_log
     
     
     
     
     
Upstream Metadata