mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Reefnet Sensus dataloggers report in mbar (CSV import)
Sensus dataloggers report depth in (absolute) millibar. This simple fix corrects the CSV import. The depth is now computed correctly. Signed-off-by: Jan Mulder <jlmulder@planet.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
71afa05b84
commit
141433c3df
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
<xsl:attribute name="depth">
|
||||
<xsl:value-of select="$depth div 1000"/>
|
||||
<xsl:value-of select="($depth - 1000) div 100"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:variable name="temp">
|
||||
|
|
Loading…
Add table
Reference in a new issue