[Therion] Export lists
Bruce Mutton
bruce.mutton at paradise.net.nz
Tue May 19 07:54:14 CEST 2009
>next I would have a list of all station points
>to I have taken export continuation-list ... - I have got a file named
>table.html but without any content - ?????
The continuation-list produces a list of going leads or continuations only
if you have explicitly defined them in your data. If there are none
defined, the file will be empty.
>Please let me know, how I get a list with all station-points. Or if I need
>the name of the deepest point in my survey?
This requires a database export (see below) and then you need to use your
sql expertise to extract station co-ords or other interesting information
from the file produced.
I am not good at this so perhaps someone else can explain.
The syntax I use for textual outputs is similar to that below...
Bruce
#!SURVEY LIST EXPORT
export survey-list -output Output/Late08Series_Surveys.html
#!CONTINUATION LIST EXPORT
export continuation-list -output Output/Late08Series_Continuations.html
#!CAVE LIST EXPORT
export cave-list -output Output/Late08Series_Caves.html \
-location on
#!DATABASE EXPORT
export database -output Output/Late08Series_Database.sql
More information about the Therion
mailing list