[PATCH] Use bottom temperature on Suunto SDM imports

Miika Turkia miika.turkia at gmail.com
Wed Oct 29 14:16:35 PDT 2014


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 xslt/SuuntoSDM.xslt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt
index 98b3b49..3b41b7d 100644
--- a/xslt/SuuntoSDM.xslt
+++ b/xslt/SuuntoSDM.xslt
@@ -40,7 +40,7 @@
         </xsl:otherwise>
       </xsl:choose>
 
-      <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPATEND, ' C')}"/>
+      <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPMAXDEPTH, ' C')}"/>
       <xsl:if test="SURFACETIME != '0'">
         <surfacetime>
           <xsl:call-template name="timeConvert">
-- 
1.9.1



More information about the subsurface mailing list