パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
N | 変換したい地点の緯度(度単位または度:分:秒表記)。 The latitude (in degrees or degree:minute:second format) of the point to convert. |
-90.0以上+90.0以下の実数またはその度:分:秒表記。 A real number greater than or equal to -90.0 and less than or equal to +90.0, or its degree:minute:second representation. |
1地点の変換の場合は省略不可、
複数地点の一括変換の場合は用いられない。 Cannot be omitted for the conversion of a single point, while this parameter is not used for simultaneous conversions of multiple points. |
E | 変換したい地点の経度(度単位または度:分:秒表記)。 The longitude (in degrees or degree:minute:second format) of the point to convert. |
-180.0以上+180.0以下の実数またはその度:分:秒表記。 A real number greater than or equal to -180.0 and less than or equal to +180.0, or its degree:minute:second representation. |
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列を緯度、第2列を経度、 第3列をその地点の情報を表す任意の文字列(名称や標高など)とする。 緯度経度は度単位の実数または度:分:秒表記とする。 列の区切りにはタブを使用する。 第3列には複数の情報をスペース区切りで書いても良いが、 タブを挿入して4列にしてはならない。 空行や#から後の部分はコメントとして無視される。 In this file, list the coordinates to convert; the 1st column represents the latitudes, 2nd does the longitudes, and 3rd does arbitrary string that represents the information of the point (e.g., name or altitude). Use real numbers in the degree unit or a degree:minute:second representation for the latitudes and longitudes. 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 | 変換後の直交座標系において座標原点とすべき地点(基準点)の緯度
(度単位または度:分:秒表記)。 The latitude (in degrees or degree:minute:second format) of the point that should be the origin of the cartesian coordinate after the conversion (the reference point). |
-90.0以上+90.0以下の実数またはその度:分:秒表記。 A real number greater than or equal to -90.0 and less than or equal to +90.0, or its degree:minute:second representation. |
--zoneオプション未使用時は省略不可。 Cannot be omitted when --zone option is not used. |
refE | 変換後の直交座標系において座標原点とすべき地点(基準点)の経度
(度単位または度:分:秒表記)。 The longitude (in degrees or degree:minute:second format) of the point that should be the origin of the cartesian coordinate after the conversion (the reference point). |
-180.0以上+180.0以下の実数またはその度:分:秒表記。 A real number greater than or equal to -180.0 and less than or equal to +180.0, or its degree:minute:second representation. |
--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 36.12345[TAB]138.23456[TAB]Station 1 (altitude = 1234 m) 36.34567[TAB]138.45678[TAB]Station 2 (altitude = 567 m) 36.56789[TAB]138.67890[TAB]Station 3 (altitude = 890 m) |