<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#666666">
    <div class="moz-cite-prefix">On 07/20/2012 07:38 AM, Tom van Tilburg
      wrote:<br>
    </div>
    <blockquote cite="mid:5008FCF7.9010000@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hi Pedro,<br>
        <br>
        You might try to create lines from the boat tracks (see examples
        in manual for ST_MakeLine)  and circles (st_buffer) from the
        proximity areas around the buoy.<br>
        Now do a ST_Intersection(boatline, bouycircle). The result
        should be a set of lines within the bouycircle. Every line
        stands for one pass along the bouy.<br>
        I think ST_Intersection might result in a geometry collection of
        lines and points so you would have to make a dump of the result
        with ST_Dump and then select only the lines.<br>
        <br>
        Cheers,<br>
         Tom<br>
      </div>
      <br>
    </blockquote>
    <br>
    <font face="monospace">Elegant thinking but that would end up in a
      *single* line, as I only have the timestamp and (point)geom to
      work with.<br>
      Thanks for your input though :)<br>
    </font><br>
    <pre class="moz-signature" cols="72">-- 
Pedro Doria Meunier
Telf. +351 291 933 006
GSM  +351 915 818 823
Skype: pdoriam</pre>
  </body>
</html>