[Therion] Importing Compass files

2014-01-18 Thread Olly Betts
On Sat, Jan 18, 2014 at 05:03:20PM -, Graham Mullan wrote:
> Thanks Jonny, I assume that would be by using similar syntax to that
> used to import Survex.3d files.

Therion's support for importing Compass PLT files is provided by the
"img" library from Survex, which primarily provides reading and writing
of .3d files, but can also read Survex .pos files, Compass PLT, and
CMAP XYZ files.  The syntax should be the same except for the filename
extension.

If there are other formats people would find it useful to be able to
read, it's probably not hard to add support for them.

Cheers,
Olly



[Therion] Importing Compass files

2014-01-18 Thread Graham Mullan
 Jonny Prouty wrote:

Hi Graham,

You can import a Compass PLT file directly into Therion, but not a DAT as
far as I know.

Best regards,

Jonny

Thanks Jonny, I assume that would be by using similar syntax to that used to
import Survex.3d files. However, as I would need to firstly write a project
level .dat file in order to include the necessary co-ordinate information
before generating the plt file, that makes it no simpler than my 'quick and
dirty' fix of importing the original .plt file into Survex and then
importing the resultant .3d file into Therion.

This also has the advantage of consistent syntax in my Therion file making
it easier to see errors.

Graham