subsurface/xslt
Miika Turkia 4aa7b01059 Properly identify siblings on UDDF export
UDDF export used all samples in the export when detecting previous
sample. This resulted in a very slow processing as we had to go through
massive amount of data for each event that's time was to be
approximated. The detection of previous sample was also erroneous
resulting in incorrect depth samples for the events in some occasions.
This patch should address these issues. And along with patch that
included pressure data on import this will fix the bug #499.

Well, the performance after the patch is still not stellar, but still
quite a difference with such a small change. The sample set of 8 dives
(with one event each) takes now less than 5 seconds instead of the
original 36 seconds (measured by doing the conversion with xsltproc).

Fixes #499

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-04-29 22:02:50 -07:00
..
commonTemplates.xsl Add support for Shearwater Desktop XML logs 2014-02-08 07:12:18 -08:00
csv2xml.xslt Add unit support for CSV import 2014-02-15 06:33:33 -08:00
divelogs-export.xslt No negative depth on divelogs.de export 2014-04-10 09:11:00 -07:00
divelogs.xslt Do not add unnecessary / at end of location on divelogs import 2013-05-17 06:50:50 -07:00
DivingLog.xslt Include O2 percentage in DivingLog import 2013-12-24 08:52:38 -08:00
jdivelog2subsurface.xslt Identify converted files as imported 2013-03-08 10:17:33 -08:00
MacDive.xslt Identify converted files as imported 2013-03-08 10:17:33 -08:00
manualcsv2xml.xslt XSLT for importing manually kept CSV dives 2014-01-25 06:52:04 -08:00
sensuscsv.xslt Reefnet Sensus dataloggers report in mbar (CSV import) 2014-04-03 10:26:38 -07:00
shearwater.xslt Add support for Shearwater Desktop XML logs 2014-02-08 07:12:18 -08:00
SuuntoDM4.xslt We need to use include statement on XSLT nowadays 2013-12-24 07:16:30 -08:00
SuuntoSDM.xslt Correct spelling of "weight" throughout the code. 2013-10-04 09:40:56 -07:00
udcf.xslt Identify converted files as imported 2013-03-08 10:17:33 -08:00
uddf-export.xslt Properly identify siblings on UDDF export 2014-04-29 22:02:50 -07:00
uddf.xslt Include pressure data on UDDF import 2014-04-27 09:27:19 -07:00
xml2csv.xslt Quote header line properly on CSV export 2014-04-26 17:17:02 -07:00