summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorExpo on server <expo@expo.survex.com>2023-11-08 12:55:55 +0000
committerExpo on server <expo@expo.survex.com>2023-11-08 12:55:55 +0000
commit51cf09ece77bd9b44dfe4f4d7d2beb479cf66adc (patch)
treef7c5807eda611137b63e5d87a50b083a4c44d622
parentdec7acaf1495529215843653fb79679ef3535222 (diff)
downloadtroggle-51cf09ece77bd9b44dfe4f4d7d2beb479cf66adc.tar.gz
troggle-51cf09ece77bd9b44dfe4f4d7d2beb479cf66adc.tar.bz2
troggle-51cf09ece77bd9b44dfe4f4d7d2beb479cf66adc.zip
Add comments about units and datum.
-rw-r--r--templates/stations.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/stations.html b/templates/stations.html
index 18ad2c5..b26aa94 100644
--- a/templates/stations.html
+++ b/templates/stations.html
@@ -11,15 +11,17 @@ th, td {
</style>
<h1>Entrance locations</h1>
-<p>This table is of all the survex stations in troggle: i.e. only those survey stations which have been identified with an Entrance by manually editing the Entrance data.
+<p>This table is of all the survex stations in troggle: i.e. only those survey stations which have been identified with an Entrance by manually editing the Entrance data.</p>
<p>The SRTM altitude is that measured at a nearby reference point.
The horizontal distance between the survey station and the SRTM reference point is shown in the "SRTM ref" column.
It is always less than 35m for our dataset. Differences between the recorded altitude
-and the SRTM altitude are in <b>bold</b> if the discrepancy is more than 60m vertically.
+and the SRTM altitude are in <b>bold</b> if the discrepancy is more than 60m vertically.</p>
+
+<p>Unless otherwise specified data is expressed in UTM in WGS84 datum. Coordinates are expresed in meters.</p>
<table cellpadding="6" cellspacing="8">
-<tr><th>Survex Station</th><th>x</th><th>y</th><th>lat.</th><th>long.</th><th>alt</th><th>SRTM<br> alt</th><th>SRTM<br> ref</th><th>Used on <br />this Entrance</th><th>Cave</th></tr>
+<tr><th>Survex Station</th><th>x [m]</th><th>y [m]</th><th>lat. [deg]</th><th>long. [deg]</th><th>alt [m]</th><th>SRTM<br> alt</th><th>SRTM [m]<br> ref</th><th>Used on <br />this Entrance</th><th>Cave</th></tr>
{% for s in stations %}
<tr>
<td style="text-align:left; " id="{{s.name|safe}}"> <a href="/entrances#{{s.name|safe}}">{{s.name|safe}}</a> </td>
@@ -110,4 +112,4 @@ Coordinate systems in Austria are explained in:<br>
-{% endblock %} \ No newline at end of file
+{% endblock %}