Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > Navigation
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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-03-2011, 14:52   #1
Registered User

Join Date: Oct 2010
Location: Ventura, Ca.
Boat: Islander 36, 'Mouse Pad'
Posts: 5
Looking to Use Open Source Charting Software

Hi,

I am writing my own navigational software as all those I have tried so far have had one failing or another or is not really designed for the mariner.

I am hoping someone has tried or knows where I can download either an OpenSource code or a DLL w/API documentation which can...
  • Load NOAA (ENC & RNC) & BSB charts
  • display the chart
  • create routes (by point & click)
  • display the current vessels GPS position
All the useual stuff we all want our software to do for us.
I have written a database and a set of addon tools to...
  • create waypoints
  • define waypoints by type (user definable)
  • create a trip plan (user definable title)
  • add waypoints to trip
  • manually or automatically write to a Ships Log (from GPS using pre-defined time intervals)
  • manually add Captains Log entries
I also have in the database a library of useful resources such as...
  • VHF radio frequencies and their primary usage
  • WeatherFax frequencies (HF radio)
  • WeatherFax Schedule
  • HF/SSB Cruiser nets (schedule & frequency)
  • Beaufort chart scale w/descriptions
  • Marine time zones (by DMS)
So you can see that I am only missing the graphical interface for charting and if possible an Upload/Download to GPS feature.

I would really appreciate it if any knows of an OpenSource or compiled DLL with clear Docs to support it.

I have tried or are looking into the following tool sets if anyone has an opion I'd like to hear it, might save me some research time.
  • OpenCPN
  • Fugawi ENC
  • NavPak
  • MapWindow
  • PolarView
  • Caris
Thanks
Phill
SquireDude is offline   Reply With Quote
Old 08-03-2011, 15:12   #2
Obsfucator, Second Class
 
dacust's Avatar

Join Date: Feb 2008
Location: Southeast USA.
Boat: 1982 Sea Ray SRV360
Posts: 1,745
Re: Lookin to use Open Source Charting software

Quote:
Originally Posted by SquireDude View Post
Hi,

I am writing my own navigational software as all those I have tried so far have had one failing or another or is not really designed for the mariner.

I am hoping someone has tried or knows where I can download either an OpenSource code or a DLL w/API documentation which can...
  • Load NOAA (ENC & RNC) & BSB charts
  • display the chart
  • create routes (by point & click)
  • display the current vessels GPS position
All the useual stuff we all want our software to do for us.
I have written a database and a set of addon tools to...
  • create waypoints
  • define waypoints by type (user definable)
  • create a trip plan (user definable title)
  • add waypoints to trip
  • manually or automatically write to a Ships Log (from GPS using pre-defined time intervals)
  • manually add Captains Log entries
I also have in the database a library of useful resources such as...
  • VHF radio frequencies and their primary usage
  • WeatherFax frequencies (HF radio)
  • WeatherFax Schedule
  • HF/SSB Cruiser nets (schedule & frequency)
  • Beaufort chart scale w/descriptions
  • Marine time zones (by DMS)
So you can see that I am only missing the graphical interface for charting and if possible an Upload/Download to GPS feature.

I would really appreciate it if any knows of an OpenSource or compiled DLL with clear Docs to support it.

I have tried or are looking into the following tool sets if anyone has an opion I'd like to hear it, might save me some research time.
  • OpenCPN
  • Fugawi ENC
  • NavPak
  • MapWindow
  • PolarView
  • Caris
Thanks
Phill
I hear you. And not to argue with you (really, not), but I'd be interested to hear what there is about OprnCPN that keeps you from joining in the active development going on with that?

On the other hand, OpenCPN is open source, so every thing in your first list could be found in code in there, free for the copying. And much more besides.

But, since I like OpenCPN, I would selfishly like to lure into helping develop that instead.

-dan
dacust is offline   Reply With Quote
Old 08-03-2011, 15:16   #3
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Re: Lookin to use Open Source Charting software

Quote:
Originally Posted by SquireDude View Post
I also have in the database a library of useful resources such as...
  • VHF radio frequencies and their primary usage
  • WeatherFax frequencies (HF radio)
  • WeatherFax Schedule
  • HF/SSB Cruiser nets (schedule & frequency)
  • Beaufort chart scale w/descriptions
  • Marine time zones (by DMS)
Sounds like a great opencpn plugin coming up
__________________
sv Libertalia
idpnd is offline   Reply With Quote
Old 08-03-2011, 15:53   #4
Registered User

Join Date: Oct 2010
Location: Ventura, Ca.
Boat: Islander 36, 'Mouse Pad'
Posts: 5
Re: Lookin to use Open Source Charting software

Still looking into OpenCPN so the court is not out on it yet!

Since you guys are fans... where can I find the better documentation on how it works? Will save from reading through all the crud... thanks
SquireDude is offline   Reply With Quote
Old 08-03-2011, 19:01   #5
Sponsoring Vendor
 
brak's Avatar

Community Sponsor
Cruisers Forum Supporter

Join Date: Jan 2009
Location: East of West
Posts: 252
Re: Lookin to use Open Source Charting software

welcome to the club.

this is pretty much how I've got into PolarView development - tried quite a bit of other nav. software, didn't like it, decided to write another one.
__________________
Polar Navy - because life is too short to use ugly navigation software
brak is offline   Reply With Quote
Old 08-03-2011, 19:48   #6
Obsfucator, Second Class
 
dacust's Avatar

Join Date: Feb 2008
Location: Southeast USA.
Boat: 1982 Sea Ray SRV360
Posts: 1,745
Re: Lookin to use Open Source Charting software

Quote:
Originally Posted by SquireDude View Post
Still looking into OpenCPN so the court is not out on it yet!

Since you guys are fans... where can I find the better documentation on how it works? Will save from reading through all the crud... thanks
You probably already know this, but since you only have 4 posts in here, I'll say it just in case.

Do you realize that you are in the forum where the developers of OpenCPN discuss the code?

--> OpenCPN - Cruisers & Sailing Forums

The developers in there would be MORE than happy to answer any questions.

-dan
dacust is offline   Reply With Quote
Old 10-03-2011, 09:47   #7
Registered User

Join Date: Oct 2010
Location: Ventura, Ca.
Boat: Islander 36, 'Mouse Pad'
Posts: 5
Re: Lookin to Use Open Source Charting Software

Well guys thanks for all the direction but I am not sure that OpenCPN will fit into my project. And I was not awhare that this was an OpenCPN ONLY forum! The breadcrumb just says "Navigation" on my screen!

I am looking for a program, set of dll's, that has its own public graphic (chart display) interface that I can control (fits inside my MDI interface) where the calls are made via my interface (buttons etc) using API/dll calls.

I have written my project in C# using VS2010 with a MS 2010 Access DB behind it.

I have read through most of the documentation yesterday and I am not sure if it will work under these conditions. If I have missed something then please correct me. The search has been long and hard and I am almost at the end of my tether and about to give up.

Suggestion:
On your documentation I suggest that before anything you give a high level overview of the program (i.e. languace used C++, what additional tools etc so the user does not have to install stuf they do not need or know up front what the development is all about... I got to about page 10 of the docs before I realised that it was written in C and I didn't need to install CMake and all the rest of the tools or even download the code. I waisted a good hour gollowing your steps that I ended up deleting.

I was also unable to locate documentation for the API interface so I can embed OpenCPN within my project and call its functionality.

Thanks
SquireDude is offline   Reply With Quote
Reply

Tags
software


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
Garmin Colorado 400c as NMEA data source for Open CPN elleandi355 Navigation 2 16-03-2011 22:11
Open Source Navigation MaineCub Navigation 28 16-01-2011 03:37
Best Charts and Charting Software for the Caribbean kevinm Navigation 1 21-06-2007 13:39
Electronic Charting Software For Sale Tripwire Navigation 0 03-04-2003 00:18

Advertise Here


All times are GMT -7. The time now is 21:27.


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.