Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve task import from .XCTSK files #285

Open
joergewald opened this issue May 23, 2021 · 5 comments
Open

Improve task import from .XCTSK files #285

joergewald opened this issue May 23, 2021 · 5 comments

Comments

@joergewald
Copy link
Member

  1. Do not require an area, all the information is contained in the XCTSK file
  2. Set the task times according to the XCTSK file
@biuti
Copy link
Collaborator

biuti commented May 23, 2021

  1. It could make sense to let create a task without an area, and hide waypoint section, leaving only XCTSK file option.
  2. I think XCTrack uses local time, we could use our offset_time, I would like to avoid any source of confusion.

@kuaka
Copy link
Collaborator

kuaka commented May 23, 2021

importing of times was certainly a feature of xctrack task import. has it been turned off?

@biuti
Copy link
Collaborator

biuti commented May 23, 2021

Just tried it using Joerg file, seems to me it works but times were 1 hour earlier than the ones Joerg told me in the email.
So either they are wrong in the file, in the email, or it's a different offset.

@joergewald
Copy link
Member Author

The XCTSK file from May 22nd that I sent Antonio only defines the start (10:00Z) and the task deadline (21:00Z). These two values do not make it into the task's Timing settings.

FireShot Capture 067 - Task Settings - localhost

@joergewald
Copy link
Member Author

This is the file (careful, it's missing the ESS!)

{"version":1,"taskType":"CLASSIC","turnpoints":[{"radius":2000,"waypoint":{"lon":7.81992,"lat":46.70069,"altSmoothed":1290,"name":"T03129","description":""},"type":"TAKEOFF"},{"radius":2000,"waypoint":{"lon":7.81992,"lat":46.70069,"altSmoothed":1290,"name":"T03129","description":""},"type":"SSS"},{"radius":7000,"waypoint":{"lon":7.67392,"lat":46.68458,"altSmoothed":640,"name":"L03064","description":""}},{"radius":2000,"waypoint":{"lon":7.90956,"lat":46.72522,"altSmoothed":0,"name":"B93000","description":""}},{"radius":2000,"waypoint":{"lon":7.71608,"lat":46.74835,"altSmoothed":1390,"name":"B48139","description":""}},{"radius":10000,"waypoint":{"lon":7.86998,"lat":46.84682,"altSmoothed":1420,"name":"B52142","description":""}},{"radius":6000,"waypoint":{"lon":7.67392,"lat":46.68458,"altSmoothed":640,"name":"L03064","description":""}},{"radius":3000,"waypoint":{"lon":7.90956,"lat":46.72522,"altSmoothed":0,"name":"B93000","description":""}},{"radius":1000,"waypoint":{"lon":7.81992,"lat":46.70069,"altSmoothed":1290,"name":"T03129","description":""}},{"radius":500,"waypoint":{"lon":7.85171,"lat":46.6973,"altSmoothed":1322,"name":"B01132","description":""}},{"radius":100,"waypoint":{"lon":7.85889,"lat":46.68539,"altSmoothed":570,"name":"L02057","description":""},"type":"ESS"}],"sss":{"type":"RACE","direction":"EXIT","timeGates":["10:00:00Z"]},"goal":{"type":"LINE","deadline":"21:00:00Z"},"earthModel":"WGS84"}

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

No branches or pull requests

3 participants