Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 08-09-2018, 08:30   #1
Registered User

Join Date: Jun 2018
Location: Anacortes, WA
Boat: Beneteau 38.1
Posts: 31
Route and Mark Manager Change Proposal

I use the Route Manager a lot, and find it doesn't work for me as well as I would like it to.


Here is current RMM:
Click image for larger version

Name:	CurrentRMM.png
Views:	111
Size:	72.1 KB
ID:	177019


I don't understand the current use case for the "From <-> To" column. In particular, sorting it doesn't yield any useful results for me.


In this example I have removed that column and replaced it with "From" and "To" as separate, sortable, columns, and added "Departure" and "ETA/ETE" columns:


Click image for larger version

Name:	ProposedRMM.png
Views:	107
Size:	85.3 KB
ID:	177020


Now I can sort by From/To, as well as Departure.



In this example I tag all of my routes for my summer vacation as "2018" and then filter on that and sort on Departure to form an itinerary:


Click image for larger version

Name:	ProposedRMMSortETA.png
Views:	113
Size:	70.3 KB
ID:	177021


Do these seem like useful changes?


Chas Douglass
SerialHobbyist is offline   Reply With Quote
Old 08-09-2018, 08:58   #2
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,316
Re: Route and Mark Manager Change Proposal

Filtering on names is already implemented in the current master codebase.

Departure date seems like a good addition for the workflow you describe.

ETA is a) dynamically calculated and b) IMHO a nonsense in the current implementation

Separating To and From IMHO won't be much more helpful than what you get from the combined column we have now. If anything, I would consider using it, maybe optionally, for the filtering besides the name.

Pavel
nohal is offline   Reply With Quote
Old 08-09-2018, 09:07   #3
Registered User

Join Date: Jun 2018
Location: Anacortes, WA
Boat: Beneteau 38.1
Posts: 31
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by nohal View Post
Filtering on names is already implemented in the current master codebase.

Departure date seems like a good addition for the workflow you describe.

ETA is a) dynamically calculated and b) IMHO a nonsense in the current implementation

Separating To and From IMHO won't be much more helpful than what you get from the combined column we have now. If anything, I would consider using it, maybe optionally, for the filtering besides the name.

Pavel

Thanks for the feedback.



I realize you can filter on names, but I find it more useful to sort on "From" most of the time, to find all the routes that start somewhere in particular.


Why do you consider ETA "nonsense in the current implementation"?



Chas Douglass
SerialHobbyist is offline   Reply With Quote
Old 08-09-2018, 09:22   #4
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,316
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by SerialHobbyist View Post
Thanks for the feedback.



I realize you can filter on names, but I find it more useful to sort on "From" most of the time, to find all the routes that start somewhere in particular.
And that is exactly what at least I get in the release version already now as the sort is alphabetical. I would probably need to be a bit more creative looking for a use-case for the To column.
And the sorting is broken in the current master code.
Quote:
Why do you consider ETA "nonsense in the current implementation"?
Because it is way oversimplified, usable just to set an estimated average speed over the whole route and takes into account only direct distance between the routepoints. It maybe might be considered somewhat useful for motorboats. But hardly for sailing...
nohal is offline   Reply With Quote
Old 08-09-2018, 18:26   #5
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 18,332
Images: 2
Re: Route and Mark Manager Change Proposal

Quote:
Why do you consider ETA "nonsense in the current implementation"?
Quote:
Originally Posted by nohal View Post
And that is exactly what at least I get in the release version already now as the sort is alphabetical. I would probably need to be a bit more creative looking for a use-case for the To column.
And the sorting is broken in the current master code.

Because it is way oversimplified, usable just to set an estimated average speed over the whole route and takes into account only direct distance between the routepoints. It maybe might be considered somewhat useful for motorboats. But hardly for sailing...

There is a potential plugin which would be very useful for planning, particularly powerboats, but also sail, which starts with this information plus current.
rgleason is offline   Reply With Quote
Old 09-09-2018, 04:18   #6
Registered User

Join Date: Aug 2009
Location: Central New Jersey USA
Boat: Cape Dory 28 (Sold Nov 2019)
Posts: 236
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by SerialHobbyist View Post
... I use the Route Manager a lot ...
Me too. In an old version of Capn there was an option to combine two or more existing routes to "stitch" them together into a new path. Saved time in many cases. Is this possible in the OpenCPN route manager?
__________________
Good luck and good sailing.
s/v Kerry Deare of Barnegat
kerrydeare is offline   Reply With Quote
Old 09-09-2018, 05:15   #7
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,316
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by kerrydeare View Post
Me too. In an old version of Capn there was an option to combine two or more existing routes to "stitch" them together into a new path. Saved time in many cases. Is this possible in the OpenCPN route manager?
Yes, there is. https://opencpn.org/wiki/dokuwiki/do...e#extend_route There sure is room for improvement in what and how it does.
nohal is offline   Reply With Quote
Old 09-09-2018, 11:06   #8
Registered User

Join Date: Jun 2018
Location: Anacortes, WA
Boat: Beneteau 38.1
Posts: 31
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by nohal View Post
And that is exactly what at least I get in the release version already now as the sort is alphabetical.
Unless you reverse the route, in which case the name doesn't change.


Quote:
I would probably need to be a bit more creative looking for a use-case for the To column.
Sorting on the "To" column probably isn't terribly useful -- but that's what the current code does.


Quote:
And the sorting is broken in the current master code.
That seemed to be an easy fix.

Quote:
Because it is way oversimplified, usable just to set an estimated average speed over the whole route and takes into account only direct distance between the routepoints. It maybe might be considered somewhat useful for motorboats. But hardly for sailing...
I'm a sailor and I find it useful. Certainly there are caveats, but some planning is better than no planning. I believe there is an open request to add ETA to RMM, but perhaps it hasn't been implemented because of your objections. Perhaps adding ETA to RMM would provide the impetus to improve it's calculations.


Chas
SerialHobbyist is offline   Reply With Quote
Old 09-09-2018, 11:12   #9
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,316
Re: Route and Mark Manager Change Proposal

I'm getting lost here.

Quote:
Originally Posted by SerialHobbyist View Post
Unless you reverse the route, in which case the name doesn't change.
How should reversing a route change it's name? The "From" and "To" properties do get switched, so sorting on the combined column again does work.
Quote:
Sorting on the "To" column probably isn't terribly useful -- but that's what the current code does.
There currently is no To column, how can the current code sort on it? Or did I misunderstand what you write somehow?
Quote:
That seemed to be an easy fix.
That sure is an easy fix, just has to be done.
nohal is offline   Reply With Quote
Old 09-09-2018, 12:19   #10
Registered User

Join Date: Jun 2018
Location: Anacortes, WA
Boat: Beneteau 38.1
Posts: 31
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by nohal View Post
I'm getting lost here.


How should reversing a route change it's name? The "From" and "To" properties do get switched, so sorting on the combined column again does work.

There currently is no To column, how can the current code sort on it? Or did I misunderstand what you write somehow?

Sorry, I remembered that choosing the sort on the combined field called a routine NAMED "SortRoutesOnTo()" but that routine really sorts the 2nd column which effectively sorts on "From".


So you don't like "From" and "To", what about "Departure" and "ETA"?


Chas
SerialHobbyist is offline   Reply With Quote
Old 09-09-2018, 12:25   #11
Registered User

Join Date: Jun 2018
Location: Anacortes, WA
Boat: Beneteau 38.1
Posts: 31
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by rgleason View Post
There is a potential plugin which would be very useful for planning, particularly powerboats, but also sail, which starts with this information plus current.

Sorry, what is a "potential" plugin? Should I focus on that rather than looking at the base code?


Chas
SerialHobbyist is offline   Reply With Quote
Old 09-09-2018, 12:36   #12
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,316
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by SerialHobbyist View Post
Sorry, I remembered that choosing the sort on the combined field called a routine NAMED "SortRoutesOnTo()" but that routine really sorts the 2nd column which effectively sorts on "From".


So you don't like "From" and "To", what about "Departure" and "ETA"?


Chas
I do like "departure", I do not, personally, think anything good about the calculated ETA as implemented now (as you have sure already seen).
nohal is offline   Reply With Quote
Old 09-09-2018, 13:53   #13
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 18,332
Images: 2
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by SerialHobbyist View Post
Sorry, what is a "potential" plugin? Should I focus on that rather than looking at the base code?
Chas

Focus on the base code, but consider this discussion please:

http://www.cruisersforum.com/forums/...in-199079.html


Small steps needed to get to the goals.

bdbcat and walt want something useful for planning with current informed routing plugin along a given course.


That would be one approach, the other would also optimize the route itself, and be an more advanced version of weather_routing.
rgleason is offline   Reply With Quote
Old 12-09-2018, 07:16   #14
Registered User

Join Date: Aug 2009
Location: Central New Jersey USA
Boat: Cape Dory 28 (Sold Nov 2019)
Posts: 236
Re: Route and Mark Manager Change Proposal

Quote:
Originally Posted by nohal View Post
Yes, there is. https://opencpn.org/wiki/dokuwiki/do...e#extend_route There sure is room for improvement in what and how it does.
Worked well enuf for me with a few minor adjustments. The combined route I was trying for had nearly 200 waypoints, so this helped a lot.
__________________
Good luck and good sailing.
s/v Kerry Deare of Barnegat
kerrydeare is offline   Reply With Quote
Reply

Tags
route

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Route & Mark Manager fiacca OpenCPN 2 12-06-2018 01:10
Route Manager Problem… yoruk OpenCPN 21 09-01-2013 03:09
Route Manager Freezes rtblock1 OpenCPN 5 27-06-2012 11:48
Route Manager Netsurfer OpenCPN 10 09-06-2011 02:48
Route Manager Problems Roger Newby OpenCPN 5 02-06-2011 15:46



All times are GMT -7. The time now is 01:51.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2025, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.