Search found 65 matches

by rene
Sat Nov 05, 2011 21:28
Forum: Extensions
Topic: Synchronize countries,places, etc. between two logbooks
Replies: 5
Views: 19743

Synchronize countries,places, etc. between two logbooks

I have written a little program to help people that maintain two or more logbooks (it's my case...) that smartly synchronizes some information between a master logbook and a slave one. The involved tables are : Country City Place Shop Trip The program does not delete rows that are not in the master ...
by rene
Sat Nov 05, 2011 19:57
Forum: General
Topic: import dive site info from another user
Replies: 10
Views: 7844

Re: import dive site info from another user

. I think the solution to seemless data exchange between logbooks is not a central file, but an automatic background syncing between logbooks. Hello Sven and others ! I thought also about an automatic sync between some tables (Country, City, Place, Shop and eventually Trip, but Buddy is more compli...
by rene
Sat Nov 05, 2011 12:46
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

Any chance you could put a space between the various parts of the Lattitude and Longitude to make them easier to read? That is "0° 17' 3.47" S" instead of "0°17'3.47"S". By the way, Dive Log for iPhone will misunderstand the coordinates if they are some spaces : "...
by rene
Wed Oct 26, 2011 10:18
Forum: General
Topic: Suunto Dive Manager 4 Import
Replies: 15
Views: 19917

Re: Suunto Dive Manager 4 Import

Hello Sven, Yes, it works :) Tested with the logbook of my Suunto Vyper Air and its pressure transmitter. By the way and for those who are interested, I have rewritten in C# the little program that reads the DM4.db file: cmd.CommandText = "SELECT DiveID,StartTime,SampleInterval,ProfileBlob,Note...
by rene
Wed Oct 26, 2011 10:02
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 115561

Re: Looking for testers for Diving Log Facebook Profile Uplo

Hello Andy,

I will do the french translation. But I don't have a Facebook account (and don't want one), so I will not able to test completely.
by rene
Mon Oct 10, 2011 22:47
Forum: Extensions
Topic: Find dive sites within specified distance of each other
Replies: 5
Views: 12186

Re: Find dive sites within specified distance of each other

More precisely, Diving Log stores lat/lon in a text field « DDD°MM'SS.SSS" d » but exports them in decimal degrees. You are lucky :) The trivial algorithm will be in O(n²) (for each site, look for all the other sites...) that is not rather optimized for a great number of sites. Look for the 'Ne...
by rene
Mon Oct 10, 2011 22:04
Forum: Extensions
Topic: Suggestion: Dive Table Extension
Replies: 6
Views: 12029

Re: Suggestion: Dive Table Extension

Well, I dive with a dive computer too ;-) And haven't used tables for years... The pressure group (as far I know, e.g. the french MN90 tables) is used for "square" profiles to calculate the deco of the second dive of the day. Why calculate it with a probably non square profile recorded fro...
by rene
Sat Oct 08, 2011 10:36
Forum: Extensions
Topic: Suggestion: Dive Table Extension
Replies: 6
Views: 12029

Re: Suggestion: Dive Table Extension

The aim is to display compartiments and their saturations like Uwatec SmartTRAK - for example ?
by rene
Sat Oct 08, 2011 10:31
Forum: Extensions
Topic: Find dive sites within specified distance of each other
Replies: 5
Views: 12186

Re: Find dive sites within specified distance of each other

Hello Lloyd, Do you mean you want a 'find the (nearly) duplicates' ? Or just find the closest sites to a given site ? I certainly can do something with my program, but not in php nor mysql... I am definitively not a fan of web development :/ Did you tried the MySql function in a query ? You also nee...
by rene
Sat Oct 01, 2011 07:59
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

New version 1.2.0.3 : http://google-earth-tagging.googlecode. ... GeoTag.zip

Bug fixes in geotagging from jpeg images.

From now until I convert the app to a ClickOnce on, I will replace the above archive with updates binaries.
by rene
Wed Sep 28, 2011 05:28
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

lloyd_borrett wrote:Happy to report that v1.2 seems to be working just fine for me.

Best Regards, Lloyd Borrett.
Thank you, Lloyd ! And thank you for testing :)
by rene
Tue Sep 27, 2011 13:57
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

I'm sure you can not imagine what kind of English we use at work... Sometimes good american english, sometimes british english (colour), and often "frenglish", mixing bad french spelling and approximate english spelling. And the rest of the time, french, not necessarily exact... I'm certai...
by rene
Tue Sep 27, 2011 11:53
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

Thank you for these details, Lloyd ! In general I am extremely attached to the spelling (especially French, it's easier for me ...). For example, I cannot stand that people write "sa va" instead of "ça va" (<=> it's okay). For non native English speaking writers, it's difficult t...
by rene
Tue Sep 27, 2011 10:30
Forum: Extensions
Topic: Looking for testers for Diving Log Facebook Profile Uploader
Replies: 51
Views: 115561

Re: Looking for testers for Diving Log Facebook Profile Uplo

Perhaps an option when adding a photo to a dive to copy the picture to the same folder as the MDB? That way Diving Log doesn't have to hit the network for a bunch of photos? I think it's a very good idea (or a sub directory of the mdb) ! Some images are embedded into database BLOBs, but most of the...
by rene
Tue Sep 27, 2011 10:26
Forum: Extensions
Topic: Use Google Earth to geotag the dive sites
Replies: 49
Views: 156231

Re: Use Google Earth to geotag the dive sites

I think Sven's code assumes the default is metric unit settings and only creates values in the registry when someone changes them. Remember, the data values in the tables are always metric, regardless of what the unit settings are. I'll test your new version tomorrow on my netbook computer. Best Re...