1行につき1観測点の情報を書く。
Write the information for one station in each line.
各行とも第1列に観測点名、
第2-4列に観測点の\(x\), \(y\), \(z\)座標[m]を書く。
In each line, write the station name in the 1st column,
and \(x\)-, \(y\)-, and \(z\)-coorinates in the 2nd to 4th columns.
\(z\)座標は標高の値そのものを指定する代わりに
その\((x,y)\)における地表面からの深さを
「surface-数値」の形式で指定することもできる。
The \(z\)-coordinates can be specified as
the depth from the ground surface at that \((x,y)\)
using a “surface-value” format,
instead of the value of the altitude.
列の区切りにはタブを使用する。
Use tabs to separate the columns.
空行、行末の空白、各行の#から後の部分はコメントとして無視されるので
自由に挿入できる。
Empty lines, spaces at the end of each line,
and parts after # in each line
are ignored as comments and thus can be inserted at arbitrary places.
例
(Example)
以下の例において
[TAB]はタブを表す。
観測点STN1については\(z\)座標を「標高300 [m]」として与えているのに対し、
観測点STN2については\(z\)座標を
「位置\(x=-400\) [m], \(y=-500\) [m]における地表面の下10 [m]」
という与え方をしている。
In the example below,
[TAB] represents a tab.
The \(z\)-coordinate of station STN1 is given
directly as “300 [m] above sea level”,
while that of station STN2 is given as
“10 [m] below the ground surface
at \(x=-400\) [m] and \(y=-500\) [m]”.