summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
Commit message (Collapse)AuthorAgeFilesLines
* Make things more compatiable with newer pythonSam Wenham2019-02-241-44/+54
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Add ref as a valid survex command to prevent errorsSam Wenham2018-04-141-1/+1
|
* Survex parser fix to avoid allocation on error (by martin).expo2015-06-241-4/+4
|
* A little more verbositySam Wenham2015-01-191-0/+6
|
* Allow comma in starcommands (*,fix) (comma is default valid *set blank)Wookey2014-07-011-1/+1
|
* Fix survex parser to allow whitespace between * and command (as survexWookey2014-07-011-1/+1
| | | | does).
* Replace assert on unrecognised commands with print, so that a minorexpoonserver2014-06-261-1/+7
| | | | | parsing issue doesn't completely kill a parsing update. Add parsing for requires and alias commands.
* Add checking for compass tooWookey2013-05-221-5/+13
| | | | Only print filenames on error by default
* Add error check in place where parser diedWookey2013-05-221-1/+7
|
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-1/+1
| | | | parsing of underground descriptions to wikis.
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-5/+14
| | | | change survex reader to cope better with equates/tags.
* Added parsing of all.svx, along side parsing individual caves.Martin Green2011-07-111-7/+65
| | | | | | Added the making and parsing of all.pos to determine the location of stations. Mare work is required so the caves are parsed and stored only once. Survex parsing appears to include bugs, that print out errors.
* tunnelfiles scheme addedgoatchurch2009-09-111-2/+4
|
* modelviz addedgoatchurch2009-09-111-1/+2
|
* survey scans features addedgoatchurch2009-09-101-3/+8
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-59/+139
|
* [svn] now with ability to make new svx filegoatchurch2009-08-011-148/+97
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-1/+4
|
* [svn] Added cavedescription and new subcave.martin speleo2009-07-041-1/+5
| | | | Changed parsers/survex to read *title into subcave
* [svn] Fixed the following of *includes by adding white space to the end of ↵martin speleo2009-07-031-5/+5
| | | | the regex.
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-1/+1
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] make worksubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8236 by julian @ 1/30/2009 5:40 PM
* [svn] another import statement that caused errors on framos.lawoftheland. ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | does work find on my machine though. Wonder what the difference is. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8206 by aaron @ 1/19/2009 5:59 PM
* [svn] fixed broken import statementsubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8205 by aaron @ 1/19/2009 5:51 PM
* [svn] survey block objectsubstantialnoninfringinguser2009-05-131-13/+38
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM
* [svn] new person expeditionsubstantialnoninfringinguser2009-05-131-1/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8189 by julian @ 1/18/2009 7:50 PM
* [svn] Converted screen output display to ASCII, so that I could run the scriptsubstantialnoninfringinguser2009-05-131-3/+5
| | | | | | via SSH on a server Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8171 by julian @ 1/17/2009 8:36 PM
* [svn] *teams and *date identified and scrappedsubstantialnoninfringinguser2009-05-131-19/+76
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8077 by julian @ 11/8/2008 11:23 PM
* [svn] convert unfound files to lower case and try againsubstantialnoninfringinguser2009-05-131-2/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8071 by julian @ 11/7/2008 8:55 AM
* [svn] Removed last of the sqlite save hacksubstantialnoninfringinguser2009-05-131-14/+9
| | | | | | Started to add reading of dates Changed character encoding code so it works Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8054 by julian @ 11/2/2008 11:17 PM
* [svn] we can parse one 2004 logbook in here. corrections made to folk.csvsubstantialnoninfringinguser2009-05-131-68/+69
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8036 by julian @ 10/26/2008 11:27 PM
* [svn]substantialnoninfringinguser2009-05-131-11/+48
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8035 by julian @ 10/26/2008 9:46 PM
* [svn] Initial troggle checkinsubstantialnoninfringinguser2009-05-131-0/+31
This is a development site using Django 1.0 Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8034 by julian @ 10/26/2008 9:04 PM