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

RFE : The two skills of wr and in particular, the analysis of a route created manually by the user. #143

Open
Gilletarom opened this issue Sep 8, 2023 · 7 comments

Comments

@Gilletarom
Copy link

WR is a plugin that had one skill: "Create routes to go as fast as possible from a starting point to an ending point."
BUT
Now, he theoretically has a second skill: "To analyze a route created manually by the user" and:

  • on the one hand, declare if this route is viable, i.e. it can be traveled by the boat
  • on the other hand, if it is viable, in how long can it be covered.

As things currently stand, the operation of this second skill is as follows:

  • the route to be analyzed is designated using the "Analyze a route" item in the main menu of OpenCPN

2023-09-08 22_11_44-OpenCPN 5 8 4-0

  • WR creates two weather-routing positions corresponding respectively to the first waypoint of the route and to the last waypoint of the route.
  • WR prepares a new "Search Configuration" of routes as if WR should search for the best possible route between these two weather-routing positions, but this is not what WR should do.

2023-09-08 22_14_40-Météo-routing - WeatherRoutingConfiguration xml

  • The user must complete the parameters of this search configuration, in particular by including the expected departure time

  • The user must trigger the calculations for this "Search Configuration".

  • If the route is not viable, the error(s) that are displayed resemble the errors encountered by WR to find the best route.

  • If the route is viable, a meteo-trace is created to know the travel times of each segment and the times of passage on each waypoint of the route.

If the route is not viable, you must display the list of the impossibilities to meet:

  • if the road crosses the earth, it must be clearly stated.
  • if the road crosses a boundary, this must be stated clearly.
  • if the boat cannot cover a segment, because the wind cannot be exploited (headwind for example) and this must be clearly stated.
  • as for the "polar" error, I don't really understand what it means in this case. It must also probably be explained, we can expect it to be explained by the fact that the polar of the boat is of "poor quality".

If the route is viable, then:

  • With the new export weather-routes button, it is not necessary to create a new route in the OpenCPN route manager. Simply complete the road properties table by incorporating the data calculated by WR.
  • The creation of a meteo-trace of this route is only of interest if one wants to be able to compare, after having traveled the route actually, the meteo-trace with the real trace recorded by OpenCPN in the trace manager. A tool for displaying this comparison must be created.
@Gilletarom Gilletarom changed the title RFE : Les deux compétences de wr et en particulier, l'analyse d'une route créée manuellement par l'utilisateur. RFE : The two skills of wr and in particular, the analysis of a road created manually by the user. Sep 8, 2023
@Gilletarom Gilletarom changed the title RFE : The two skills of wr and in particular, the analysis of a road created manually by the user. RFE : The two skills of wr and in particular, the analysis of a route created manually by the user. Sep 8, 2023
@rgleason
Copy link
Owner

rgleason commented Sep 8, 2023

Yes this is certainly possible, but these features must be simple and effective.
Actually WR is quite flexible as it stands, using the configuration > constraints which allow consideration of wave ht and wind and comfort etc.

@Gilletarom
Copy link
Author

Gilletarom commented Sep 9, 2023 via email

@Gilletarom
Copy link
Author

I wanted to test the comparison between two routes by comparing the property windows of each of these two routes.

BUT :
Currently, OpenCPN does not allow two properties windows to be opened in parallel. You have to open one, then close it, then open the other.

It is not practical.

@rgleason
Copy link
Owner

rgleason commented Sep 9, 2023

Yes, only 1 properties window can be opened, and nothing else can be done until closed, it is a closed mode. This is normal. Nothing we can do.

@Gilletarom
Copy link
Author

No, this way of approaching the problem which consists of saying: "It's like that and there's nothing we can do about it" is unacceptable. On the other hand, I can understand that the time available to resolve this is insufficient.

@rgleason
Copy link
Owner

rgleason commented Sep 9, 2023

Please explain in one simple sentence what you want to do, not how to do it though.

Then explain in one simple sentence how you think it might be accomplished.

@rgleason
Copy link
Owner

rgleason commented Sep 9, 2023

Gilletarom,

This has become more of a discussion, and is not a single issue.

On this test, WR was not able to check the route.

Yes, that is correct. WR creates routes, it does not check them.

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

2 participants