Swarm

Swarm allows users to simulate and monitor upcoming drone swarm flights. Users can upload a properly formatted CSV file, and if the data is valid, each flight will appear as a row in the main table for review and tracking.

  • Note: Swarm flights will only appear in the Sandbox environment and are not shown in the production map. This feature is intended for testing and simulation purposes only.
eplasp.io_(High Res) (17) 1
Uploading Swarm Flights
To add swarm flight data:
    1. Prepare a CSV file using the required format (see below).
    2. Ensure the first column contains Unix timestamps (in seconds, GMT).
    3. Upload the CSV file to the Swarm tab.
    4. Valid swarm flights will populate the table upon upload.

CSV Format (Required Column Order)

  1. Detection Time (GMT)
  2. Sensor ID
  3. Drone Type
  4. Drone ID
  5. Longitude
  6. Latitude
  7. Speed
  8. Altitude
  9. Altitude MSL
  10. Ascending Speed
  11. Altitude/Height
  12. Roll
  13. Pitch
  14. Yaw
  15. Pilot Longitude
  16. Pilot Latitude
  17. Home Longitude
  18. Home Latitude
image 128