mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-02-18 05:00:13 +00:00
add SRTM alts
This commit is contained in:
parent
97bb1a3ad1
commit
f706bd814e
@ -5,6 +5,33 @@
|
|||||||
|
|
||||||
<h1>Entrance locations</h1>
|
<h1>Entrance locations</h1>
|
||||||
|
|
||||||
|
<p>This next 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.
|
||||||
|
<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 alt</th><th>Used on ent</th></tr>
|
||||||
|
{% for s in stations %}
|
||||||
|
<tr>
|
||||||
|
<td style="text-align:left; width:240px"> {{s.name|safe}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.x|floatformat:2}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.y|floatformat:2}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.lat|floatformat:6}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.long|floatformat:6}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.z|floatformat:0}} </td>
|
||||||
|
<td style="text-align:right; width:90px"> {{s.srtm_diff.0|safe}} </td>
|
||||||
|
<td style="text-align:right;" > {{s.entrance|safe}} </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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Coordinate systems in Austria are explained in:<br>
|
Coordinate systems in Austria are explained in:<br>
|
||||||
@ -93,28 +120,5 @@ the assemblage of survex files, including fixed point files, and is probably 'co
|
|||||||
<a href="/handbook/survey/coord2.html">GPS and coordinate systems</a><br>
|
<a href="/handbook/survey/coord2.html">GPS and coordinate systems</a><br>
|
||||||
<a href="/handbook/survey/coord.htm">Basic Coordinate Systems</a>.
|
<a href="/handbook/survey/coord.htm">Basic Coordinate Systems</a>.
|
||||||
|
|
||||||
<p>This next 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.
|
|
||||||
<table cellpadding="6" cellspacing="8">
|
|
||||||
<tr><th>Survex Station</th><th>x</th><th>y</th><th>lat.</th><th>long.</th><th>Used on ent</th></tr>
|
|
||||||
{% for s in stations %}
|
|
||||||
<tr>
|
|
||||||
<td style="text-align:left; width:240px"> {{s.name|safe}} </td>
|
|
||||||
<td style="text-align:right; width:90px"> {{s.x|floatformat:2}} </td>
|
|
||||||
<td style="text-align:right; width:90px"> {{s.y|floatformat:2}} </td>
|
|
||||||
<td style="text-align:right; width:90px"> {{s.lat|floatformat:6}} </td>
|
|
||||||
<td style="text-align:right; width:90px"> {{s.long|floatformat:6}} </td>
|
|
||||||
<td style="text-align:right;" > {{s.entrance|safe}} </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>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user