{% extends "base.html" %} {% block title %}Cave Entrances and other locations in UTM{% endblock %} {% block content %}
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.
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 bold if the discrepancy is more than 60m vertically.
Unless otherwise specified data is expressed in UTM in WGS84 datum. Coordinates are expresed in meters.
Click on column headings to sort.
Survex Station | x [m] | y [m] | lat. [deg] | long. [deg] | alt [m] | SRTM alt | SRTM [m] ref | Used on this Entrance | Cave |
---|---|---|---|---|---|---|---|---|---|
{{s.name|safe}} | {{s.x|floatformat:2}} | {{s.y|floatformat:2}} | {% if s.lat %} {{s.lat|floatformat:6}} {% endif %} | {% if s.lat %} {{s.long|floatformat:6}} {% endif %} | {{s.z|floatformat:0}} | {{s.srtm_diff.0|safe}} | {{s.srtm_diff.1|floatformat:0}} | {{s.entrance|safe}} | {% if s.entrance.firstcave.official_name %} {{s.entrance.firstcave.official_name|safe}} {% else %} {{s.entrance.firstcave|safe}} {% endif %} | 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' |
{% endfor %}
Because these are only vague locations identified from aerial photos, they have not been surveyed to.
Cave | Alt | GPS Lat | GPS Long | best Lat | best Long |
---|---|---|---|---|---|
{% for c in ent.cavelist %}
{% if c.official_name %}
{{c.official_name|safe}}
{% else %}
{{c|safe}}
{% endif %} {% endfor %} |
{{ent.alt|floatformat:1}} | {{ent.lat_wgs84|floatformat:6}} | {{ent.long_wgs84|floatformat:6}} | {{ent.lat|floatformat:6}} | {{ent.long|floatformat:6}} |
See also Entrances list.
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.
Coordinate systems in Austria are explained in:
Geographical fixed points on Loser
GPS and coordinate systems
Basic Coordinate Systems.
Troggle UTM and lat./lomg. and altitude report
Troggle entrances