mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
4aa7b01059
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> |
||
---|---|---|
.. | ||
commonTemplates.xsl | ||
csv2xml.xslt | ||
divelogs-export.xslt | ||
divelogs.xslt | ||
DivingLog.xslt | ||
jdivelog2subsurface.xslt | ||
MacDive.xslt | ||
manualcsv2xml.xslt | ||
sensuscsv.xslt | ||
shearwater.xslt | ||
SuuntoDM4.xslt | ||
SuuntoSDM.xslt | ||
udcf.xslt | ||
uddf-export.xslt | ||
uddf.xslt | ||
xml2csv.xslt |