data fixes

This commit is contained in:
Philip Sargent
2021-04-14 22:54:41 +01:00
parent 00bb549356
commit 90cc5e5884
11 changed files with 254 additions and 58 deletions

View File

@@ -1,32 +1,32 @@
<!DOCTYPE html><!-- THIS IS INFO FOR ONE CAVE-->
<!-- Only put one cave in this file (it may have multiple entrances) -->
<!-- If you edit this file, make sure it is uploaded (pushed) to the expoweb repository (cave folder) and that you have added one or more entrance files to the entrances folder-->
<!DOCTYPE html>
<!-- This file is generated using the form documented at /handbook/survey/caveentry.html -->
<!-- Only put one cave in this file -->
<!-- If you edit this file by hand, make sure you update the database by doing a full data import -->
<!-- ALTERNATIVELY you can download an example template from expoweb/templates/cave_data.html -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" /></head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<cave>
<non_public>False</non_public>
<caveslug>1623-287</caveslug>
<official_name>Nach Osten Gefahren H&ouml;hle</official_name><!-- Use &ouml; for umlaut eg H&ouml;hle for Hohle --><!-- Use &uuml; for u+Umlaut and &ouml; for o+umlaut eg H&ouml;hle for Hohle and Gl&uuml;ck for Gluck-->
<official_name>Nach Osten Gefahren H&ouml;hle</official_name><!-- Use &uuml; for u+Umlaut and &ouml; for o+umlaut eg H&ouml;hle for Hohle and Gl&uuml;ck for Gluck-->
<area>1623</area>
<area></area>
<kataster_code></kataster_code>
<kataster_number>287</kataster_number>
<unofficial_number>2014-ms-14</unofficial_number>
<!-- Add one entrance stanza for each entrance-->
<entrance>
<entranceslug>1623-287</entranceslug> <!-- Internal ID to refer to each entrance instance in the entrance files (typically the same as that filename (e.g. 1623-161c). Matches the 'slug' field in the entrance file -->
<letter></letter> <!--Leave blank for single-entrance cave. If there is more than one entrace then the letter needs to be given. Generally matches the entranceslug ID. -->
<entranceslug>1623-287</entranceslug>
<letter></letter>
</entrance>
<explorers><p>CUCC 2018</p></explorers> <!-- 'CUCC Expo' and year(s) of exploration. To distinguish from caves explored by foreign groups. Individual names can be given too if it was a small cave. -->
<underground_description>Phreatic tube, large at entrance, up 2m climb which leads to crawling passage with choss floor. Turns sandy, very draughty. After constriction draught is weaker. Passage opens into downward sloping phreatic tube ending in a choke on the left and sand filled passage on right. No apparent leads.</underground_description><!-- Underground description. (description of approach and entrance goes in entrance file). For a small cave this will be the entire description. For larger caves it will be the front page of the description, or a short intro, containing links to other pages with the cave description in, or even nothing but a link. -->
<explorers><p>CUCC 2018</p></explorers>
<underground_description>Phreatic tube, large at entrance, up 2m climb which leads to crawling passage with choss floor. Turns sandy, very draughty. After constriction draught is weaker. Passage opens into downward sloping phreatic tube ending in a choke on the left and sand filled passage on right. No apparent leads.</underground_description>
<equipment><p></p></equipment>
<references><p></references></p><!-- References to documentation. Could be Journal articles or Logbook entries. Can be links if the docs are online. -->
<references><p></references><!-- References to documentation. Could be Journal articles or Logbook entries. Can be links if the docs are online. -->
<survey><p>Notes in 2018#24</p></survey><!-- Drawn-up surveys. Scans of paper surveys or images/PDFs of electronic surveys. Should include HTML to display current plan and elevation, with links to larger versions (See section on URLs and files). Could list links to multiple years of survey, or even a separate survey page if it's complicated enough. -->
<kataster_status></kataster_status>
<underground_centre_line></underground_centre_line>
@@ -34,13 +34,9 @@
<length></length>
<depth></depth>
<extent></extent>
<survex_file>caves-1623/287/287.svx</survex_file> <!-- Name of top-level survey file for this cave. Relative to the 'loser' survex repository. So for most caves that's "caves/cavenum/cavnum.svx". (e.g. caves/204/204.svx -->
<description_file></description_file><!-- Path of top-level description file for this cave, when a separate file is used. Otherwise blank. -->
<url>1623/287/287.html</url><!-- (Required). Relative URL of this cave. i.e the URL this cave appears at on the website, not including 'https://expo.survex.com/. Normally area/cavenum.html, e.g ('1623/165.html')-->
<survex_file>caves-1623/2014-ms-14/driveneast.svx</survex_file>
<description_file></description_file><!-- Leave BLANK if this is the only description is in this form -->
<url>1623/287/287.html</url>
</cave>
</body>
</html>