Boat_alexandra:
Thank you for taking the
plugin on a "shakedown cruise". I guess "good start" pretty much sums it up regarding the state of the
project. I appreciate yours and everyone else's feedback on where to take it next.
Quote:
It seems to import waypoints for a given area, but I am unsure which area are defined.
|
Right now I am looking at sectors of 5x5 degrees (lat x lon). Why lat-lon and not , say, Country or region? Had to do with bandwidth. Some countries like the US and GR yield very large sets. Regions or states, as in
California or the French Provence, may be too small. Why 5x5 and not 2x5 or 10x10? Totally arbitrary. It seemed like a good compromise in terms of size of the JSON response between more busy and more
remote sailing grounds.
Quote:
Perhaps it could optionally display these?
|
Do you mean display the sectors' perimeters on the map?
Quote:
Is this the best way to store these points of interest, as general waypoints? I accidentally moved some very easily.
|
Waypoints seemed to be the obvious choice given what's available in the plugins API. Not sure if they are theoretically the best, but they seem to do the job. It doesn't look like the plugin API allows me to declare the waypoint as "unmovable", but I may be wrong. In any event, the WP will be at its original location once you reload
OpenCPN (the source gpx doesn't get modified by incidental dragging of the WP)
Quote:
I also don't see how these can be easily updated with minimal bandwidth ...
|
It looks like the JSON response to a download request averages about 20-30KBytes, plus of course all the http data in the response. Agree that bandwidth will be an issue, but 30K seemed reasonable. It was one of the reasons for keeping the sectors fairly small... Your thoughts?
Quote:
...or how the data can be displayed in a table format with various fields
|
Good point. Have not thought about that. The easiest thing would be to make the data available as CSV download from the squiddio site (e.g. perhaps
on this view next to the gpx download link). Making it available in the plugin would be a bit more
work for me, but, hey, it's an opensource app! (Hint hint).
Quote:
I would really like to see sailing tracks in specific regions to identify passes, and routes in areas with poor chart detail.
|
Agree. I thought about this being one of the natural new features. Since the whole idea behind sQuiddio is to create a user-sourced universal repository of sailing POIs, it makes sense that these tracks be submitted by users, so it's a question of coming up with the right UX.
Quote:
This is a great start; I do not know the intention for future developments.
|
Thank you! I suppose "future developments" is what this thread is all about. Very open to ideas here.
Cheers!