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

Cli - Additional Options and Output Types #244

Closed
hjabbot opened this issue Feb 5, 2024 · 1 comment · Fixed by #287
Closed

Cli - Additional Options and Output Types #244

hjabbot opened this issue Feb 5, 2024 · 1 comment · Fixed by #287
Assignees
Labels
Feature Adding in a new feature

Comments

@hjabbot
Copy link
Collaborator

hjabbot commented Feb 5, 2024

Moving here from project repo #85


We should be able to construct the dijkstra routes and output them separately from the smoothed routes. We should also output smoothed routes in csv form (for ECDIS display) and KML (for Google Earth display) as well as json format. Also it would be nice to hide the waypoints file i/o by allowing users to enter a "to" and "from" waypoint on the command line.


I have moved this issue to issues as it needs to be addressed. More optional choice in the CLI is needed in addition to more IO based options on paths and output file formats. Assigned this issue to @SamuelHall700 or one of his entourage


This issue was briefly touched on in https://github.com/antarctica/AMOP-project/issues/82. I have closed this old issue as there is considerable overlap.


Seperating Dijkstra and Smoothing, as well as ChartTracker CSV output, have been completed. ECDIS and KML are still yet to do and CLI waypoints is also to-do. CLI waypoints sounds like a good idea to do in conjunction with the API for the pipeline

@Ulvetanna Ulvetanna added the Feature Adding in a new feature label Feb 12, 2024
@Ulvetanna Ulvetanna added this to the 0.4 milestone Apr 10, 2024
@SamuelHall700
Copy link
Collaborator

SamuelHall700 commented Apr 30, 2024

Some additional output formats have been added:

  • ChartTracker (csv)
  • GPX
  • KML

Additional requires here will be handled by the refactor of the route planner, currently ongoing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Adding in a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants