Skip to content
Yuji Sode edited this page Nov 11, 2017 · 5 revisions

Welcome to the gCS wiki!

gCS

Interpreter that reads source code and outputs geological columnar section as HTML file in the current directory.
It requires Tcl/Tk 8.6+.
GitHub: https://github.com/YujiSODE/gCS
Wiki: https://github.com/YujiSODE/gCS/wiki

Copyright (c) 2017 Yuji SODE <yuji.sode@gmail.com>
This software is released under the MIT License.
See LICENSE or http://opensource.org/licenses/mit-license.php


Synopsis

Tcl
::gCS::_Run filePath ?encoding?;
Shell
tclsh gCS.tcl filePath ?encoding?;
Parameters

  • $filePath: file path of a file to load
  • $encoding: encoding name

Script

  • gCS.tcl: Interpreter
  • source code of geological columnar section as a tcl file

Contents

Clone this wiki locally