diff --git a/templates/eastings.html b/templates/eastings.html index 32a628ebb..0bc23f09c 100644 --- a/templates/eastings.html +++ b/templates/eastings.html @@ -5,6 +5,33 @@

Entrance locations

+

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. + + +{% for s in stations %} + + + + + + + + + + +{% empty %} + +{% endfor %} +
Survex Stationxylat.long.altSRTM altUsed on ent
{{s.name|safe}} {{s.x|floatformat:2}} {{s.y|floatformat:2}} {{s.lat|floatformat:6}} {{s.long|floatformat:6}} {{s.z|floatformat:0}} {{s.srtm_diff.0|safe}} {{s.entrance|safe}}
NO STATION DATA - This is due to survex (cavern) failing on the entire dataset. +
See DataIssues 'survex' section . +
Resolve the survex errors and do a full databasereset import. +
You should look at the .log and .err files produced by survex in the :loser: repo folder first. +
+
Probably, the generaton of the .3d file has failed, so the .pos file is not generated. +
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' +
+ +

Coordinate systems in Austria are explained in:
@@ -93,28 +120,5 @@ the assemblage of survex files, including fixed point files, and is probably 'co GPS and coordinate systems
Basic Coordinate Systems. -

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. - - -{% for s in stations %} - - - - - - - - -{% empty %} - -{% endfor %} -
Survex Stationxylat.long.Used on ent
{{s.name|safe}} {{s.x|floatformat:2}} {{s.y|floatformat:2}} {{s.lat|floatformat:6}} {{s.long|floatformat:6}} {{s.entrance|safe}}
NO STATION DATA - This is due to survex (cavern) failing on the entire dataset. -
See DataIssues 'survex' section . -
Resolve the survex errors and do a full databasereset import. -
You should look at the .log and .err files produced by survex in the :loser: repo folder first. -
-
Probably, the generaton of the .3d file has failed, so the .pos file is not generated. -
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' -
{% endblock %} \ No newline at end of file