Hobie Kayak and Hobbies

By 1oldtymer

My First GPS

5/14/2008

I got my first gps today, the Garmin eTrex Legend for use hiking and boating. I plan to use it in my kayak. My initial goal is to determine how fast I go in my kayak at my steady pace. I have a Hobie Sport that uses pedals in addition to a paddle; I usually use only the pedals, except for dockings and take-offs.

To start with, I used the gps trip function while I drove to Wal-Mart and compared the gps distance to my car odometer. They were within 1% of each other, and other measurements yielded similar results.

The other day I used Google Maps, with the pedometer function, to estimate my kayak speed. I was able to see my usual dock at Poplar Springs and the spots across Tellico Lake which made up a timing route I ran. The calculations showed about 3.0 mph one way, and 3.9 mph coming back. I suppose the current must be about .5 mph, so it appears from this estimate I am doing about 3.5 mph. I hope the gps confirms this rate, as it seems fast for a novice like me.

I have my usual vision problems with the gps. Without my glasses, which I don’t wear while kayaking or running on the treadmill, I can’t really read the screen. I don’t need to, however, as I can just create waypoints, I think, by simple button presses, and I can turn it off whenever I want and still preserve the trip information. It would be nice to have some audible prompts.

The same vision problem plagues me with the Ipod Nano, so I don’t even use it. Everything is menu driven with several layers, and without audible prompts it is just too difficult to know exactly where I am in the menus. That is why I use the Shuffle instead, as I can just press the buttons to activate its limited functions. For the same reason, I wear a “talking” watch so that I can hear the time and not worry about my eyesight or glare from the sun.

I used one of my IPAQ screen protectors on the Garmin (I just trimmed it after sticking it on), and put the unit in a sleeve with the lanyard. I’m still not sure if I’ll stick in a dry bag or have it looped around my neck when I’m on the water. There are lots of functions in the eTrex, some of which I will probably find useful, but for now I’ll just use the trip calculator. The number of functions is a bit overwhelming, so I’ll slowly ease into them.  [Added on 6/19/2008: I got about 17 hours out of the 2 AA batteries in the eTrex.]

5/15/2008

How I Transport my Kayak

Before I bought my kayak, a Hobie Sport, I had to figure out a way to transport it. My car is small, a Chevy Cavalier, and I needed to be able to load/unload the kayak by myself. It weighs about 48 pounds and is 9.5 feet long. I don’t have the strength to get it on the car roof without some help. I thought about getting a small trailer, but I really didn’t want to drive pulling something along. I also didn’t want to chew up so much of my limited garage space. I eventually decided on the Thule Hullavator, and it has worked quite well. It takes me about 1 minute to unload the kayak, and about 3 to load it (more time to fasten the straps than to unfasten). It took some trial and error to find the best way to run the straps. The two that hold the kayak to the Hullavator are easy, but the third strap that runs the length of the car, front to back, wasn’t obvious to me. My solution is to run a strap through a stern scupper the length of the boat and out the pedal opening while the Hullavator is in the “down” position. I fasten the strap very loosely, and push the buckle up into the pedal hole. After I push the Hullavator into the “up” position and the boat is now on top of the car, I unfasten this third strap, run it around the Hullavator for support, and then refasten it. This method avoids having to climb up on the roof or be 7 feet tall to reach up to do all the work. I have to lift the kayak only about 22 inches off the ground onto the Hullavator.

You have to make sure you have enough clearance in your garage if you use this device, although you could load/unload outside the garage. My garage door clearance is about 84.5 inches; the garage door opener is even lower, but I can put my car in off center and miss it. On my car, the top of the kayak when loaded is about 78.5 inches from the ground. However, it is still a tight squeeze to get the kayak on the roof and avoid the opener, because at one point during the process the kayak is on its side above the car before the Hullavator turns it upside down. Also, you may bump into your car antenna, so watch out.

Here are two photos of the kayak mounted on the Hullavator on my car.


GPS Measures Kayak Speed

5/17/2008

In a recent posting I mentioned that I recently got my first gps, a Garmin eTrex Legend. I took it out in my kayak to measure my steady rate in the boat. I had previously estimated, using Google maps, that I maintained a pace of about 3.5 miles an hour independent of the current (which the day I measured seemed to be about .5 miles an hour). What did the eTrex say? I made 4 runs: out and back, then out and back on a course about 90 degrees from the first course (to eliminate the effect of wind and current). The speeds (in mph) were 3.7 out, 3.2 back, 3.6 out, and 3.1 back. So it looks like my steady pace is about 3.4 mph. Not quite as fast as I would like, but good enough for now.

Working with OCR

So why not a completely different topic? Today I needed to convert some hard copy documents to text. I used a free OCR program, TopOCR, and my cheap scanner. It took a couple of tries before the process was successful. To my surprise, I got better results by using a low dpi rate: I dropped down to 300 dpi before the ocr performed well. In addition, I turned off auto-cropping, even though the preview screen sure looked like auto-cropping should work. At 300 dpi and no auto-cropping, the pages, which were simple printed text, converted to pdf flawlessly.

As part of my project, I needed to convert pdf to MS Word. I tried two of the better known free online services: Zamzar and KoolWire. I only tested simple text pages, and I my experience matched that of most of the online reviewers (look here). Koolwire converted flawlessly and quickly (a couple of minutes), whereas Zamzar put everything inside a frame (easily removed) and took a few hours. I’ll stick with Koolwire.

A Concordance Generator

5/29/2008

A little over a year ago I did a small project to make concordances for some of Joseph Conrad’s novels. I used the electronic ascii texts in the public domain, most of them from Project Gutenberg. These are not authoritative, scholarly versions, but they are suitable for my word counting purposes. I wrote some program snippets to prepare the text for word recognition, and then a program to parse all the words.

There are several decisions about what constitutes a “word” when making a concordance. Here are some examples:

  • Hyphens: deep-purple, jet-ski, double-dip, grand-father
  • Hyphens at line end
  • Numerics: 1st, 3rd , 1940’s
  • Apostrophes: didn’t, ‘tis, Joe’s
  • Spelling variants: color, colour
  • Abbreviations: st. for saint

I ended up first adjusting punctuation, and then used UltraEdit to “normalize” all kinds of typographical oddities. For example, Conrad often uses double hyphens, and hyphens at the end of sentences. Although I could have written my own code to handle all these situations, I saw no need to replicate what UltraEdit could already do quite easily. By the way, I’ve used UltraEdit almost since its first release (1996), and have found it to be indispensable. After processing with UltraEdit, I now have plain ascii text where a “word” is always terminated by a space (decimal 32). My program then finds all the words, and writes out a CSV (comma separated values) file with the word, its absolute position in the file, and the length of the word, with one “word” per line. It takes less than 2 seconds to process a Conrad novel this way. The final step is to load this CSV file into an SQL database (I use postgres). I add a few identifiers to the sql record (an id to tell me source book, and anything else I like).

It is easy to use the database to do word counts, sorts, and lots of other things (like “neighbor” words). I also wrote a simple “context” display to show the x number of preceding and following words for any user selected word. Certainly a Google search can do some of the same things, but it isn’t geared to do word counts.

I have downloaded a few of the free concordance tools from the internet, and they work well enough, but none of them adjust for the issues mentioned above.  I like to have more control over the process, and using my own code allows me to collect whatever attributes I like and load them into a database.

As a by-product of my work on a concordance maker, I also had to produce a concordance for MS-Word documents. I was surprised not to find any free software on the internet to produce automated word lists from Word, so I simply used my own. I saved a Word doc to plain text and inserted line breaks (a Word option). I did discover that Word converts a few characters (like apostrophe—Word uses decimal 146 instead of 39, at least in the documents I was using) to unexpected values.

One Result from Concordance of Works of Joseph Conrad

So, what if anything did I find after building a concordance of 9 of the novels of Joseph Conrad? I used the following books:

  • Victory
  • Lord Jim
  • Heart of Darkness
  • Almayer’s Folly
  • Chance
  • Nostromo
  • Outcast of the Islands
  • Secret Sharer
  • Shadow-Line

Here is one thing I observed and is presented without any interpretation.

I was looking at a few words which rarely appear in Heart of Darkness, but are not so uncommon in the other stories. The words “perfect”, “strong”, “visible”, and “dare” (coupled with “dares”) appear a total of 7 times in HD. After adjusting for the difference in total word count among all the books, I would expect these words to appear about 149 times in the other 8 books. However, they appear 515 times, or almost 3.5 times what we would anticipate if we extrapolated from HD. If I look at the books one at a time and compare these word frequencies to HD, only Secret Sharer is similar to it. There are probably a few other words that fit this pattern (ignoring words obviously peculiar to HD, like proper nouns and “Intended.”)

There are some variants of these words (“perfectly”, “imperfectly”) that should be included, as well as an examination of negation (“not perfect”).

Kayak Maximum Hull Speed

6/19/2008

I wanted to learn about the factors that contribute to kayak speed, and I found the following somewhere on the web.

Length: The length of the waterline is one of the major the factors governing the potential speed of the kayak. All touring kayaks are displacement hulls and the maximum displacement speed of the kayak is approximately 1.34 times the square root of the waterline length in feet. For example, the maximum displacement speed of the 16-foot kayak is 5.36 knots and that of a 25-foot waterline length is 6.7 knots. Interestingly enough, the same calculation for a kayak with a waterline length of only 14 feet is 5.01 knots. Also, it should be noted that most touring kayak paddlers only travel at about half or two thirds of displacement speed as it takes a lot of effort to get near the displacement speed that is theoretically possible. An important distinction must be made between the overall length of the kayak and the actual waterline length…. Most ocean touring kayaks have waterline lengths between 12 (3.65 m) and 18 feet (5.49 m). The most practical waterline length for touring kayaks is between 15 (4.57 m) and 16 feet (4.88 m).

Beam: Beam is the widest measurement of the kayak. The wider a kayak is the more stable it is. There are practical limits on how wide and narrow a kayak can be. If the beam is very extreme it is hard to reach over the kayak to paddle comfortably, and if it is too narrow the kayak could be very hard to keep upright. As kayaks become beamier they have more area in the water, which will increase surface drag. Once again, as with length, the actual measurement of the beam of the kayak is almost always different from its waterline beam measurement.

—————————————————————————————————————–

My kayak is quite small, only 9’7”, and about 30” wide. According to this formula, my maximum displacement speed should be about 1.34*3=about 4 knots, or 4.6 mph. (I am assuming that my waterline length is 9 feet.) So my steady pace of 3.4 mph is about 74% of the theoretical maximum displacement speed, and my burst speed (which I can sustain, at the moment, for about 30 minutes) of 4.1 mph is about 89%. In order to attain this burst speed, I paddle while I peddle. This isn’t easy, as my leg motion makes it difficult to paddle using my torso, so my arms have to do most of the work. I have ordered a new touring paddle with the hope I can improve both my technique and the hardware. I may at some point also switch to the Hobie’s “turbo” fins, which are claimed to yield about a 10% boost in speed for the same number of beats per minute. I usually don’t do much speed kayaking, as I like to just relax and enjoy the water, but sometimes I like to push myself and move the boat along.

Kayak speed isn’t bounded by the maximum hull speed, and in fact other factors, like resistance/friction through the water, probably are more significant.  My comments above are simply one way to think about paddling speed, but it is not relevant to many kayaks.

Paddling and Peddling

6/26/2008

Maybe I should have said, “Paddling While Peddling.”  I’ve been experimenting paddling while peddling, and have found that paddling increases my steady pace, at 84 bpm,  from 3.4 mph to about 3.7 mph.  What I call my “burst” speed, which I so far have sustained for 32 minutes (and could do more, I’m sure), is just about 4.0 mph.  Today I did 65 minutes and averaged 3.7 mph; I paddled on and off for the whole trip, resting for about 60-90 seconds every so often.  I also used paddling gloves for the first time, but I’m not convinced yet they work as well as just wrapping my thumb in gauze and tape.  My new touring paddle does take less effort than my old paddle; on the other hand, I think I can actually go faster with the older one.  By the way, my steady peddling rate of 84 bpm is exactly half of my pace on the treadmill.  A side benefit of the paddling is that my calorie burn is at least double what I get just peddling.

The ST Turbo Fins

July 30, 2008

I put the ST Turbo Fins on my Hobie Sport and I was very disappointed with what happened.  Yes, the fins added greatly to my speed: my cruising speed went from around 3.4 mph to slightly over 4.0 mph.  I used my gps and a stopwatch to get an accurate reading, and I went twice back and forth to eliminate current and wind effects.  Both runs yielded almost exactly the same times.  So why was I so disappointed that I removed the fins and replaced them with the originals?  After all, I attained nearly a 20% speed increase at close to the same number of “beats” per minutes (the fins are advertised to yield a 10% speed increase).  The speed increase of course requires more resistance when peddling, but the increase was so great that I could not sustain the effort for more than 30 minutes at a time.   With the original equipment fins my back gets sore before I get tired or my heart rate elevates.  The resistance with the turbo fins is so great that I could not paddle effectively while peddling.

GPS PhotoTagging

I saw some examples of tagging photos with gps info and displaying the images on Goggle Maps, and I thought I’d like to try it on  some of my pictures.  As I’ve mentioned above, I do have a portable GPS unit (Etrex), and I could write some code to take its log files and synch with the digital photos, but that seemed like a lot of work.  Instead, I took the easy way and purchased the Merax Photofinder RAW software and mini-gps unit.  The unit does nothing but create a log file; there is no information visible in the unit except the on/off lights.  Everything needs to be transferred via usb to the PC.  The unit itself is small and easily fits in a pocket.  The software, although lacking any useful help documentation, is very easy to use and does quite a bit.

You start by synching the gps clock and your camera clock with your pc.  You leave the gps unit on during the trip (or anytime you want to record position into the log), and when you are done you upload the log and your photos to your pc.  The Merax software then matches the time stamps (I have no idea of how it resolves “close”), then uses Goggle to attempt to find a place description.  This information is then added to the photo EXIF (if you so desire).  Finally, and this is the best part, the software supports an easy export to your pc that can be uploaded to your own internet site.  It does this by supplying a Google Map API key (you specify the URL of the upload site).

It is necessary to ftp the exported files into exactly the same directory structure on the internet site.  That’s about all it takes, and you have a Google Maps application showing the points and photos of your trip.

The Merax software lets you supply descriptions and has one primitive method to try to find a location.  You may find useful an EXIF editor (there are some free ones on the internet) to adjust the lat/long from time to time.  It also supports Google Earth, but I haven’t tried that.

The only bug I’ve found so far is that the “breadcrumb” path, which shows on your PC, does not appear in the files that get exported (although the software claims to support this function).    A friend of mine with expertise in these matters gave me two lines of code to fix this problem.  Thanks, Jim.

All in all, this is an incredibly easy way to put your digital photos onto a Google Maps viewer, and to place the application onto your web site.    However, although the software can be made to work on other gps log files, the files would have to be manipulated to be in the required format.  None of this is documented.  So the package of unit+software seems to me to be the simple way to go.

Although I know a lot about Windows programming, I haven’t done any web applications.  However, there is so much material easily accessible on the internet, I found it not too difficult to get started with Google Maps. I used the Merax software as a launching pad, and then used a community add-in to get the lat/long for freehand routes, and for single points.  I tweaked the place markers to be “draggable” to circumvent the problem when the markers are so close together you can’t click on all of them.  I used some other free code to add a label to the map.  You can see the results at my web page.

More on the Thule Hullavator

11/5/2008

My Thule Hullavator has been just what I wanted: a way to load, transport, and unload my kayak without any help or a SUV/truck.  However, after about 200 loads and 200 unloads, one of the “arms” got out of alignment and would not stay in the “lock” position.  I had to tie it down (a 30 second operation), lif the kayak onto it, untie the rope, and then (as usual) raise the Hullavator to load the kayak onto the roof rack.  The post on which the arm rests also got a little of alignment, and made it a little difficult to get the locking pin in and out.  The device was still useful, but it was not performing as it should.

I contacted Thule, and they were very helpful.  They sent me a completely new Hullavator, after I sent them proof (a picture of the post sawed in two) that I would not have two working Hullavators.  However, the new one was defective, right out of the box, with exactly the same misalignment problem so that the arm would not stay locked.  I had an authorized Thule dealer do the installation, and he verified that the device was flawed.  I notified Thule of the difficulty, but got no reply.  Good thing I still have the rope.

4/30/2009

I again contacted Thule, explained the problem, and after providing them with photo documentation (via Picasa), they sent me another new Hullavator.  I assembled it, made a couple of small adjustments, and mounted it on the rack.  I then tested it both with and without my kayak; everything worked flawlessly.  My original Hullavator gave me about 200 loads and 200 unloads (one season), and I can only hope that this one lasts longer.

8/7/2009

Hero Surf/Helmet Camera

I bought a GoPro Hero surf/helmet waterproof digital camera recently, and today tried it out on both of my kayaks.  The suction cup mount worked well on my Epic GPX, but wouldn’t take on the Hobie.  The Hobie just doesn’t seem to have any truly flat spots to create a solid seal on the suction cup.  I did manage to cram the mount and camera into one of the Hobie’s fishing rod holes, although it wasn’t terribly stable.  So then I got some Velcro and built a flat platform at the front of the boat.  I may need to modify it so that I can orient the camera in any direction, and perhaps make the platform thicker so that the camera sits higher.   In both boats I pointed the camera off to the side in the hopes of photographing the shoreline rather than just water and sky.  In any event, the pictures were better than I hoped for, but  significantly worse than even my cheap digital camera.  The pitch and roll of the kayak, along with some wobble from the suction cup mount, cause lots of the photos to be slightly out of focus.  Of course with photos being taken every 5 seconds, all I really want is a few decent shots; the rest go into the trash bin.  An hour paddle can yield 720 pics at the 5 second rate,  so with just a little luck there may be some gold in that pile.  The Hero does provide a record of the trip, and I suppose that is its prime use, and it is nice not to have to wrestle with a camera in my conventional kayak.  The Hobie is so stable that it is a simple matter to take pictures with a decent digital camera.

Tags: , , , , , ,

Leave a Reply