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 16-03-2019, 13:54   #46
Registered User

Join Date: Dec 2015
Location: Seattle, WA
Posts: 50
Re: Chart Object Search plug-in

Thanks very much. I will try both. We have a training chart 18465TR which has a big chunk of Canada in it, and without those expensive CND ENC we need to add these by hand.

thanks again.

--david


Quote:
Originally Posted by nohal View Post
Yes, the plugin has it's data stored in a very simple SQLite database so you can use any client that can work with it to add, delete or modify the data.

You can also import any data on the Database Maintenence tab in the plugin preferences dialog using a CSV file with the following columns:
Latitude(floating point number),Longitude(floating point number),Object name(string),Feature name(string),Source name(string)

Pavel
DavidBurch is offline   Reply With Quote
Old 17-03-2019, 05:52   #47
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Chart Object Search plug-in

Pavel

Downloaded and compiled your latest Git code.

Going to Options-Plugins-ObjSearch-Preferences, doing nothing and then click "OK" surprisingly changes OpenCPN's chart view to lat/long 0.0/0.0 .

Thomas
cagney is offline   Reply With Quote
Old 17-03-2019, 16:26   #48
Registered User

Join Date: Dec 2015
Location: Seattle, WA
Posts: 50
Re: Chart Object Search plug-in

Hi Pavel,

Can you please tell why this csv update is not working. It does put all of the items into the db, and in the right categories, but it can't find them. The categories show up, but new objects cannot be found. I must be doing something wrong as this did work at one point, but i cannot tell what is different.

thanks. I want to make a stand alone update file for a specific chart, which is why the csv file is attractive.

thanks.
--david

48.406745,-123.387455,Brotchie Ledge,Beacon lateral,18465
48.406745,-123.387455,Scroggs Rocks,Seabed area,3419
48.405219,-123.334868,Ross Bay,Sea area,18465
48.413961,-123.3937,Victoria Harbor Light,Light,18465



Quote:
Originally Posted by nohal View Post
Yes, the plugin has it's data stored in a very simple SQLite database so you can use any client that can work with it to add, delete or modify the data.

You can also import any data on the Database Maintenance tab in the plugin preferences dialog using a CSV file with the following columns:
Latitude(floating point number),Longitude(floating point number),Object name(string),Feature name(string),Source name(string)

Pavel
DavidBurch is offline   Reply With Quote
Old 17-03-2019, 17:04   #49
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

David...

The data currently must be sorted on the last column and the respective "chart"(source) must not exist in the database. I consider it a bug and will fix it, but for now this is how your data must look to import successfully.

Pavel
nohal is online now   Reply With Quote
Old 17-03-2019, 17:06   #50
Registered User

Join Date: Dec 2015
Location: Seattle, WA
Posts: 50
Re: Chart Object Search plug-in

Thanks Pavel, i will give it a try. --david


Quote:
Originally Posted by nohal View Post
David...

The data currently must be sorted on the last column and the respective "chart"(source) must not exist in the database. I consider it a bug and will fix it, but for now this is how your data must look to import successfully.

Pavel
DavidBurch is offline   Reply With Quote
Old 17-03-2019, 20:03   #51
Registered User

Join Date: Dec 2015
Location: Seattle, WA
Posts: 50
Re: Chart Object Search plug-in

Thanks again Pavel. That works now. Not really an issue once you pointed out the rules. I will study some more then make an "objects patch" for our students for this unique US chart (18465) that has a missing ENC sector. Even on normal charts many land areas like points and headlands get missed as they are not encoded in the ENC. This makes your csv option all the more valuable for optimizing this neat plug in of yours. The next generation of ENC will be much better with terrain-based objects and their attributes. --david
DavidBurch is offline   Reply With Quote
Old 30-03-2019, 13:59   #52
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

I have released a new version of the plugin that should fix the crashes reported on Windows

You may get the installer from https://github.com/nohal/objsearch_p...ov50-win32.exe

Cheers

Pavel
nohal is online now   Reply With Quote
Old 05-05-2019, 06:47   #53
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,988
Re: Chart Object Search plug-in

Hello Pavel,

I just installed the version for O5.0 of this plugin.

In the "preferences", the announcement says that it is the version 0.21 ... But, I have an old screenshot that already announced version 0.7 ...

Hum What about ?
Gilletarom is offline   Reply With Quote
Old 05-05-2019, 07:04   #54
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

Quote:
Originally Posted by Gilletarom View Post
Hello Pavel,

I just installed the version for O5.0 of this plugin.

In the "preferences", the announcement says that it is the version 0.21 ... But, I have an old screenshot that already announced version 0.7 ...

Hum What about ?
Gilletarom...

Where I live, 21 is more than 7. That's what it's about.

Pavel
nohal is online now   Reply With Quote
Old 05-05-2019, 07:15   #55
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Chart Object Search plug-in

Quote:
Originally Posted by nohal View Post
Gilletarom...

Where I live, 21 is more than 7. That's what it's about.

Pavel
Is it? Certainly 0.7 > 0.21, as Gilletarom says.

A bit of a nightmare to "explain".

Thomas
cagney is offline   Reply With Quote
Old 05-05-2019, 07:17   #56
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

Quote:
Originally Posted by cagney View Post
Is it? Certainly 0.7 > 0.21, as Gilletarom says.

A bit of a nightmare to "explain".

Thomas
But we are not talking decimal number, we are talking semantic version.
nohal is online now   Reply With Quote
Old 05-05-2019, 07:27   #57
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Chart Object Search plug-in

Quote:
Originally Posted by nohal View Post
But we are not talking decimal number, we are talking semantic version.
Well, still not quite right then. The versioning should then be similar to 0.0.7/0.0.21 or 0.7.0/ 0.21.0. -https://semver.org/. As it is now it's confusing, which this exchange shows. Alternatively I and Gilletarom are confused

Thomas
cagney is offline   Reply With Quote
Old 05-05-2019, 07:42   #58
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

Quote:
Originally Posted by cagney View Post
Well, still not quite right then. The versioning should then be similar to 0.0.7/0.0.21 or 0.7.0/ 0.21.0. -https://semver.org/. As it is now it's confusing, which this exchange shows. Alternatively I and Gilletarom are confused

Thomas
As usually, I will gladly consider accepting pull requests solving this "issue".
nohal is online now   Reply With Quote
Old 05-05-2019, 08:41   #59
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,988
Re: Chart Object Search plug-in

Hello,


Anyway, there are so many details that have been settled here where the ... We can accept that detail. I would be surprised if many users come to complain.
You have to be plunged into OpenCPN, as I am, for seeing this detail.

It will be enough during the next update to choose as future version number 2.2.


In the meantime, this debate on the value of "<" and ">" and / or on the meaning of what is semantic or not ... I admit that he amused me.
Gilletarom is offline   Reply With Quote
Old 05-05-2019, 08:51   #60
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Chart Object Search plug-in

Quote:
Originally Posted by Gilletarom View Post
Hello,


Anyway, there are so many details that have been settled here where the ... We can accept that detail. I would be surprised if many users come to complain.
You have to be plunged into OpenCPN, as I am, for seeing this detail.

It will be enough during the next update to choose as future version number 2.2.


In the meantime, this debate on the value of "<" and ">" and / or on the meaning of what is semantic or not ... I admit that he amused me.
The next version will be 0.22. At some moment there might be 1.0
nohal is online now   Reply With Quote
Reply

Tags
arc, plug


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
Hitting an Object While Motoring sonnysoh Monohull Sailboats 38 02-03-2016 19:12
Changes on the Plug-in Download page & new plug-in packages nohal OpenCPN 8 04-07-2014 07:15
Object Query on Mac Is Empty George64 OpenCPN 7 15-03-2011 14:15
If money was no object... Llamster Construction, Maintenance & Refit 14 25-03-2009 12:30
cost no object... neither to buy or maintain - what mono would you have any why? Sterling Monohull Sailboats 36 25-10-2008 07:19

Advertise Here


All times are GMT -7. The time now is 12:44.


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

ShowCase vBulletin Plugins by Drive Thru Online, Inc.