<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Dan,<br>
    <br>
    first of all you have to make the decision to use either local or
    global reference system. You can not mix them. <br>
    <br>
    As you are planning to use GIS data I would recommend to use global
    coordinate systems. The advantages are:<br>
    - you can mix coordinates in different coordinate systems<br>
    - you can choose the output coordinate system in therion<br>
    - therion can calculate the magnetic declination (if you specify the
    date whem the readings were done) <br>
    <br>
    What you need to do is:<br>
    - you need a rectangular coordinate system (ie UTM,...) (not good is
    for instance lat-long) <br>
    <br>
    - in your measurement data you have to specify the coordinate system
    (command "cs"):<br>
      survey Fahrstuhlschachthoehle<br>
        centreline<br>
          date 2009.11.07<br>
         cs UTM33<br>
          fix 2.20 0275873 5287674 1833<br>
          ...<br>
    <br>
    <br>
    - you have also to specify the coordinate system in your surface
    definition:<br>
      surface # Deklaration des Geländemodells<br>
      # coordinate system<br>
      cs EPSG:31468<br>
      grid 4500500 5284700 10 10 100 100 #  grid x_Minimum y_Minimum
    x_res y_res n_col n_row<br>
      # calibrated surface texture<br>
      bitmap ./dop.jpg [0 0 4500500 5284700 5000 5000 4501500 5285700] <br>
      #<br>
      # Height matrix<br>
      1255.32    1259.45    1262.32    <br>
      ...<br>
    <br>
    <br>
    you can also find some more information on how to build 3D models
    here: <br>
    <a class="moz-txt-link-freetext" href="http://therion.speleo.sk/wiki/doku.php?id=ifl">http://therion.speleo.sk/wiki/doku.php?id=ifl</a><br>
    <br>
    Best regards<br>
    Wolfgang<br>
    <br>
    PS: you can also use "cs" in your thconfig file (in case to produce
    output in different coordinate systems)<br>
    <br>
    <br>
    Am 16.09.2010 13:16, schrieb dan hedger:
    <blockquote
      cite="mid:AANLkTikdOkA4B6Zwhp=Yrs=LHdLcCYU309TsPJm4Xtac@mail.gmail.com"
      type="cite">Thanks for the input, I'll start with gdalwarp and go
      from there....looks like ive got some work ahead of me...<br>
      <br>
      <div class="gmail_quote">On Thu, Sep 16, 2010 at 3:19 AM, Martin
        Sluka <span dir="ltr"><<a moz-do-not-send="true"
            href="mailto:martinsluka@mac.com">martinsluka@mac.com</a>></span>
        wrote:<br>
        <blockquote style="border-left: 1px solid rgb(204, 204, 204);
          margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"
          class="gmail_quote">
          <div class="im"><br>
            On 16.9.2010, at 7:07, Bruce wrote:<br>
            <br>
            <blockquote style="border-left: 1px solid rgb(204, 204,
              204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"
              class="gmail_quote">After 3 years I am still<br>
              having new insights and have no idea if I am doing it
              well.<br>
            </blockquote>
            <br>
          </div>
          Bruce, when authors of Therion created it nobody nor MartinB
          and Stacho could imagine what they did. Therion means in
          ancient Greek something as big wild beast and they did not
          suspect what they runned out. ;o)<br>
          <br>
          The users as you just explore another unexplored parts of
          therion's den for rest of us. Thanks!<br>
          <font color="#888888"><br>
            m.</font>
          <div>
            <div class="h5"><br>
              _______________________________________________<br>
              Therion mailing list<br>
              <a moz-do-not-send="true" href="mailto:Therion@speleo.sk"
                target="_blank">Therion@speleo.sk</a><br>
              <a moz-do-not-send="true"
                href="http://mailman.speleo.sk/mailman/listinfo/therion"
                target="_blank">http://mailman.speleo.sk/mailman/listinfo/therion</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Therion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Therion@speleo.sk">Therion@speleo.sk</a>
<a class="moz-txt-link-freetext" href="http://mailman.speleo.sk/mailman/listinfo/therion">http://mailman.speleo.sk/mailman/listinfo/therion</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>