eStela Documentation
Go to Dashboard
  • Getting Started with eStela
    • Account Setup and Login
  • Understanding eStela Plans and Pricing
  • Free Trial Information
  • Mobile App Download and Installation
  • Tracking Races with eStela
    • Setting up a Race Course
  • Adding and Managing Boats
  • Using Mobile Access Keys
  • Starting and Stopping Tracking Sessions
  • Termination Area
  • Real-Time Tracking and Visualization
  • Post-Race Analysis
  • Tracking Portal
  • Using the eStela Mobile App
    • Transmitting Location Data
  • Broadcasting Wind Data (NMEA Integration)
  • Troubleshooting GPS Issues
  • Managing Courses and Marks
    • Adding and Editing Marks
  • Creating and Saving Courses
  • Rounding Directions and Waypoints
  • API Integration
    • Accessing Fleet Data
  • Retrieving Ranking and Fleet Position
  • Uploading Wind Data
  • Authentication
  • Troubleshooting and Support
    • Common Issues and Solutions
    • Contacting Support
    • Reporting Bugs and Feedback
Powered by GitBook
On this page
  • Wind API
  • Authentication
  • Custom Integrations

Uploading Wind Data

PreviousRetrieving Ranking and Fleet PositionNextAuthentication

Last updated 12 days ago

Wind data plays a critical role in improving the precision of visualizations and performance metrics within eStela. The more data we collect, the better the system can calculate live classification, VMG, laylines, and other analytics.

Wind API

This endpoint allows third-party applications and devices to upload wind records directly to eStela for integration with ongoing and past race tracking sessions. Endpoint POST /api/v1.0/wind

Required Parameters

  • timestamp – UTC time of the wind reading

  • speed – Wind speed in knots

  • direction – Wind direction in degrees (magnetic)

  • lat – Latitude of the reading

  • lon – Longitude of the reading

eStela will automatically link the submitted wind records to the appropriate tracking session based on time and location.

Authentication

Custom Integrations

If you have a use case that requires early access or a custom solution for uploading wind data, please contact us directly. We’re happy to collaborate with clubs, developers, and hardware providers to make wind integration seamless.

Authentication