Skip to content

feat: add CSV export endpoints for telemetry and entities#4

Merged
mangod12 merged 1 commit into
mainfrom
feat/telemetry-csv-export
Jun 10, 2026
Merged

feat: add CSV export endpoints for telemetry and entities#4
mangod12 merged 1 commit into
mainfrom
feat/telemetry-csv-export

Conversation

@mangod12

Copy link
Copy Markdown
Owner

Summary

Adds CSV export endpoints for telemetry history and entities data.

Changes

  • GET /api/export/telemetry/csv - Export telemetry history with optional drone_id filter
  • GET /api/export/entities/csv - Export all entities as CSV
  • Both return streaming responses with proper Content-Disposition headers
  • Includes GPS, attitude, wind, and battery data in telemetry export
  • Adds proper error handling and logging

Use Cases

  • Export telemetry data for offline analysis in Excel/Google Sheets
  • Export entities for reporting and documentation
  • Enable data-driven decision making
  • Support Python/R data analysis workflows

Testing

  • Tested with simulated drone data
  • Verified CSV format compatibility with Excel
  • Checked streaming response headers

@mangod12 mangod12 merged commit 3cb42c8 into main Jun 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants