パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
x | 変換したい地点の\(x\)座標(基準点から東方向、m)。 The \(x\)-coordinate of the location convert; east (m) from the reference point. |
実数。 A real number. |
1地点の変換の場合は省略不可、
複数地点の一括変換の場合は用いられない。 Cannot be omitted for the conversion of a single point, while this parameter is not used for simultaneous conversions of multiple points. |
y | 変換したい地点の\(y\)座標(基準点から北方向、m)。 The \(y\)-coordinate of the location to convert; north (m) from the reference point. |
実数。 A real number. |
1地点の変換の場合は省略不可、
複数地点の一括変換の場合は用いられない。 Cannot be omitted for the conversion of a single point, while this parameter is not used for simultaneous conversions of multiple points. |
inputfile | 入力ファイル名。 The input file name. このファイルには1行につき1地点ずつ、変換したい地点の座標を書く。 第1列を\(x\)座標(基準点から東方向, m)、 第2列を\(y\)座標(基準点から北方向、m)、 第3列をその地点の情報を表す任意の文字列(名称や標高など)とする。 列の区切りにはタブを使用する。 第3列には複数の情報をスペース区切りで書いても良いが、 タブを挿入して4列にしてはならない。 空行や#から後の部分はコメントとして無視される。 In this file, list the coordinates to convert; the 1st column represents the \(x\)-coordinates (east (m) from the reference point), 2nd does \(y\) (north (m) from the reference point), and 3rd does arbitrary string that represents the information of the point (e.g., name or altitude). Use tabs to separate the columns. Multiple information separated by spaces can be written in the 3rd column; however, do not insert a tab that results in 4 columns. Empty lines and parts after # are ignored as comments. また「>」から始まる行を自由な書式で挿入できる。 この行は座標データとは見なされず、そのまま出力ファイルにコピーされる。 Generic Mapping Toolsでのデータ区切りとしての使用を想定している。 Also, lines beginning with “>” can be inserted with arbitrary formats. These lines are not regarded as coordinate data, and copied to the output file without changes. These lines are assumed to be used to separate data sections for Generic Mapping Tools. |
ファイル名。 A file name. |
複数地点の一括変換の場合は省略不可、
1地点の変換の場合は用いられない。 Cannot be omitted for simultaneous conversions of multiple points, while this parameter is not used for the conversion of a single point. |
outputfile | 変換した座標リストの出力先ファイル名。 Name of the output file to which the list of coordinates converted will be written. |
ファイル名。 A file name. |
複数地点の一括変換の場合は省略不可、
1地点の変換の場合は用いられない。 Cannot be omitted for simultaneous conversions of multiple points, while this parameter is not used for the conversion of a single point. |
refN | 変換の基準点の緯度(°)。
\((x,y)\)座標の原点となる。 The latitude (°) of the reference point, used as the origin of the \((x,y)\) coordinates. |
-90.0以上+90.0以下の実数。 A real number greater than or equal to -90.0 and less than or equal to +90.0. |
--zoneオプション未使用時は省略不可。 Cannot be omitted when --zone option is not used. |
refE | 変換の基準点の経度(°)。
\((x,y)\)座標の原点となる。 The longitude (°) of the reference point, used as the origin of the \((x,y)\) coordinates. |
-180.0以上+180.0以下の実数。 A real number greater than or equal to -180.0 and less than or equal to +180.0. |
--zoneオプション未使用時は省略不可。 Cannot be omitted when --zone option is not used. |
zone | 変換後の直交座標系の系番号
(
国土地理院の定義による)。
これを用いることで--refN, --refEオプションに代えることができる。 The zone ID of the cartesian coordinate system to use, based on the definition of Geospatial Information Authority of Japan (GSI). This option can be used instead of --refN and --refE options. |
refN, refEの組合せ番号を表す1-19の間の整数。
番号とrefN, refEの対応関係は
関数JapanCoordinateZone2refNEのマニュアル
参照。 An integer from 1 to 19 that represents an index for a combination of refN and refE. See the documentation of function JapanCoordinateZone2refNE for refN and refE corresponding to each index. |
--refN, --refEオプション未使用時は省略不可。
Cannot be omitted when --refN and --refE options are not used. |
# sample file 1234.5678[TAB]2345.6789[TAB]Station 1 (altitude = 1234 m) -3456.7890[TAB]4567.8901[TAB]Station 2 (altitude = 567 m) 5678.9012[TAB]-6789.0123[TAB]Station 3 (altitude = 890 m) |