<div dir="ltr"><div><div><div><div><div>You want to map your dimension<br></div>(time, note_pitch) to (X,Y) ?<br><br>It seems really difficult to achieve if for instance you would consider a C and a C up an octave closer than a C and a D.<br>
<br>And if you consider<br></div>(time,note_pitch) to (X=time, Y = [A-G], Z = [1-8]) ,<br></div>Lot's of function in postgis doesn't work well with Z.<br><br></div>Moreover, distance between geometry (serei of not ein your case) in postgis are rather limited to <br>
_what you can come up with <br>_<code class=""><b class="">ST_HausdorffDistance</b>() <br></code></div><div><code class="">(you could use R to create your own distances)<br></code></div><code class=""></code><div> <div><div>
<div><br>I'm not an expert but lots of work in GIS rearch is devoted to time serie, mainly GPS trace (X,Y,Z,timestamp).<br>It seems that Grass GIS has a module for it : <a href="http://grasswiki.osgeo.org/wiki/Time_series">http://grasswiki.osgeo.org/wiki/Time_series</a><br>
<br>Cheers,<br>Rémi-C<br></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-21 16:58 GMT+02:00 Lee R <span dir="ltr"><<a href="mailto:sregdoreel@gmail.com" target="_blank">sregdoreel@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've been studying the use of SQL to achieve the equivalent of FP-Growth pattern discovery of musical motifs. I'm using a rainbow table of 3.4million note vector trigrams (-88 to 88 for note vectors on a piano) to make this work. However I find that for the capabilities I want, this method is a bit rigid even if it's as fast as other loop&seek methods, some which allow weak matching.<div>
<br></div><div>However I am thinking of instead using R in conjunction with PostGIS geometric queries instead, with the goal of exploiting various features in PostGIS to analyze musical compositions, such as finding similar line segments and so on. <br>
<br>Anyone know of any work on using GIS vector data as a solution for multidimensional time-series analysis of temporal datasets?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Lee Rodgers</div></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>