mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 16:51:54 +00:00
116 lines
4.9 KiB
HTML
116 lines
4.9 KiB
HTML
{% extends "base.html" %}
|
|
{% block title %}Cave Entrances and other locations in UTM{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<style>
|
|
th, td {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
</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>
|
|
|
|
<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.</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 [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>
|
|
<td style="text-align:right; width:10"> {{s.x|floatformat:2}} </td>
|
|
<td style="text-align:right; width:10"> {{s.y|floatformat:2}} </td>
|
|
<!--
|
|
<td style="text-align:right; width:10"> <em>{{s.lat|floatformat:6}} </em></td>
|
|
<td style="text-align:right; width:10"> <em>{{s.long|floatformat:6}} </em></td>
|
|
-->
|
|
|
|
<td>{% if s.lat %}
|
|
<a href="https://www.openstreetmap.org/?mlat={{ s.lat|floatformat:7}}&mlon={{s.long|floatformat:7}}"><em>{{s.lat|floatformat:6}} </em>{% endif %}</td>
|
|
|
|
<td>{% if s.lat %}
|
|
<a href="https://www.openstreetmap.org/?mlat={{ s.lat|floatformat:7}}&mlon={{s.long|floatformat:7}}"><em>{{s.long|floatformat:6}} </em>{% endif %}</td>
|
|
|
|
|
|
<td style="text-align:right; "> {{s.z|floatformat:0}} </td>
|
|
<td style="text-align:right; "> {{s.srtm_diff.0|safe}} </td>
|
|
<td style="text-align:right; "> {{s.srtm_diff.1|floatformat:0}} </td>
|
|
<td style="text-align:right;" > <small><a href="/cave/{{s.entrance.firstcave|safe}}">{{s.entrance|safe}}</a></small> </td>
|
|
<td style="text-align:right;" > <small>
|
|
{% if s.entrance.firstcave.official_name %}
|
|
{{s.entrance.firstcave.official_name|safe}}
|
|
{% else %}
|
|
<em>{{s.entrance.firstcave|safe}}</em>
|
|
{% endif %}</small>
|
|
</td>
|
|
</tr>
|
|
{% empty %}
|
|
<td colspan="3"> NO STATION DATA - This is due to survex (cavern) failing on the entire dataset.
|
|
<br>See <a href="/dataissues">DataIssues</a> 'survex' section .
|
|
<br>Resolve the survex errors and do a full databasereset import.
|
|
<br>You should look at the .log and .err files produced by survex in the :loser: repo folder first.
|
|
<br>
|
|
<br>Probably, the generaton of the .3d file has failed, so the .pos file is not generated.
|
|
<br> Look for a message like this 'Failed to find /mnt/d/EXPO/loser/1623-and-1626-no-schoenberg-hs.3d so aborting generation of new .pos, using old one if present'
|
|
</td>
|
|
{% endfor %}
|
|
</table>
|
|
|
|
|
|
|
|
<h3>These caves have GPS data directly on them, not via survex survey stations</h3>
|
|
<p>Because these are only vague locations identified from aerial photos, they have not
|
|
been surveyed to.
|
|
<table>
|
|
<tr><th>Cave</th>
|
|
<th>Alt</th>
|
|
<th>GPS Lat</th><th>GPS Long</th>
|
|
<th>best Lat</th><th>best Long</th>
|
|
</tr>
|
|
{% for ent in gpsents %}
|
|
<tr>
|
|
<td style="text-align:left">
|
|
{% for c in ent.cavelist %}
|
|
<a href="/{{c.url}}">
|
|
{% if c.official_name %}
|
|
{{c.official_name|safe}}
|
|
{% else %}
|
|
<em>{{c|safe}}</em>
|
|
{% endif %}</a><br>
|
|
{% endfor %}</td>
|
|
|
|
<td style="text-align:right">{{ent.alt|floatformat:1}}</td>
|
|
<td style="text-align:right">{{ent.lat_wgs84|floatformat:6}}</td>
|
|
<td style="text-align:right">{{ent.long_wgs84|floatformat:6}}</td>
|
|
<td style="text-align:right">{{ent.lat|floatformat:6}}</td>
|
|
<td style="text-align:right">{{ent.long|floatformat:6}}</td>
|
|
|
|
</tr>
|
|
{% endfor %}
|
|
</table>
|
|
|
|
<h3>All entrances in Trogggle</h3>
|
|
<p> See also <a href="/entrances">Entrances list</a>.
|
|
<p>But the Entrances - the objects in the troggle system - are not identical to the dataset Survey Stations which is the combined set of survex data. They are only linked - and only implicitly - by the station name, e.g. '1623.gps00.p78' which refers to a *fix line in one of the survex files (in the fixedpts/ folder). Each Entrance can have two stations associated with it: the tag station and the other station.
|
|
|
|
<p>
|
|
Coordinate systems in Austria are explained in:<br>
|
|
<a href="/handbook/survey/lasers.htm">Geographical fixed points on Loser</a><br>
|
|
<a href="/handbook/survey/coord2.html">GPS and coordinate systems</a><br>
|
|
<a href="/handbook/survey/coord.htm">Basic Coordinate Systems</a>.
|
|
<br>
|
|
|
|
<a href="/stations">Troggle UTM and lat./lomg. and altitude report</a><br>
|
|
<a href="/entrances">Troggle entrances</a><br>
|
|
|
|
|
|
|
|
{% endblock %}
|