引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
国土地理院のホームページからダウンロードした
基盤地図情報のxmlファイル。
数値標高モデルではなく「基本項目」のファイルの1つを指定する。 An xml file of the basis map information downloaded from the website of GSI; not a digital elevation model but one of the files in “basic items”. |
第2引数 2nd argument |
出力ファイル名。拡張子は何でも良い。 The output file name. The extension is arbitrary. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
output_coordinate | 出力するデータの座標系。 The coordinate system for the output data. |
|
latlon |
refN | 変換後の直交座標系において座標原点とすべき地点(基準点)の緯度(°)。
直交座標で出力する(--coordinate=xy)場合のみ指定する。 The latitude (°) of the point that should be the origin of the cartesian coordinate after the conversion (the reference point). Specify this parameter only if the output is in a cartesian coordinate (--coordinate=xy). |
-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 the output is in a cartesian coordinate and --zone option is not used. |
refE | 変換後の直交座標系において座標原点とすべき地点(基準点)の経度(°)。
直交座標で出力する(--coordinate=xy)場合のみ指定する。 The latitude (°) of the point that should be the origin of the cartesian coordinate after the conversion (the reference point). Specify this parameter only if the output is in a cartesian coordinate (--coordinate=xy). |
-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 the output is in a cartesian coordinate and --zone option is not used. |
zone | 変換後の直交座標系の系番号
(
国土地理院の定義による)。
これを用いることで--refN, --refEオプションに代えることができる。
直交座標で出力する(--coordinate=xy)場合のみ指定する。 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. Specify this parameter only if the output is in a cartesian coordinate (--coordinate=xy). |
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 the output is in a cartesian coordinate and --refN and --refE options are not used. |
ファイル名に含まれる、データの種類を表す文字列 A string that represents the data type, included in the file name |
データの種類 Data type |
AdmArea | 行政区画 Administrative Area |
AdmBdry | 行政区画界線 Administrative Boundary |
AdmPt | 行政区画代表点 Representative point of Administrative Area |
BldA | 建築物 Building Area |
BldL | 建築物の外周線 Building Outline |
Cntr | 等高線 Contour |
ElevPt | 標高点 Elevation Point |
GCP | 測量の基準点 Geodetic Control Point |
RailCL | 軌道の中心線 Railroad Track Centerline |
RdCompt | 道路構成線 Road Component |
RdEdg | 道路縁 Road Edge |
WA | 水域 Water Area |
WL | 水涯線 Water Line |
WStrA | 水部構造物面 Waterside Structure Area |
WStrL | 水部構造物線 Waterside Structure Line |
第1列 Column 1 |
output_coordinate=latlonの場合 In case of output_coordinate=latlon |
緯度(度)。 A latitude (degrees). |
output_coordinate=xyの場合 In case of output_coordinate=xy |
\(x\)座標(基準点から東方向、m)。 An \(x\)-coordinate; east (m) from the reference point. | |
第2列 Column 2 |
output_coordinate=latlonの場合 In case of output_coordinate=latlon |
経度(度)。 A longitude (degrees). |
output_coordinate=xyの場合 In case of output_coordinate=xy |
\(y\)座標(基準点から北方向、m)。 A \(y\)-coordinate; north (m) from the reference point. | |
第3列 Column 3 |
点や線や領域の種別。冒頭に#が入る。 The type of the point, line, or area, beginning with #. |
<AdmBdry gml:id="K5_1234567890_1”> <gml:posList> 35.12345 138.67890 35.23456 138.78901 35.34567 138.89012 35.45678 138.90123 </gml:posList> <type>都道府県界</type> </AdmBdry> <AdmBdry gml:id="K5_1234567891_1”> <gml:posList> 35.98765 138.43210 35.87654 138.32109 35.76543 138.21098 </gml:posList> <type>市区町村界</type> </AdmBdry> <AdmBdry gml:id="K5_1234567892_1”> <gml:posList> 35.00000 138.33333 35.11111 138.44444 35.22222 138.55555 </gml:posList> <type>都道府県界</type> </AdmBdry> |
> #都道府県界 35.12345[TAB]138.67890[TAB]#都道府県界 35.23456[TAB]138.78901[TAB]#都道府県界 35.34567[TAB]138.89012[TAB]#都道府県界 35.45678[TAB]138.90123[TAB]#都道府県界 > #市区町村界 35.98765[TAB]138.43210[TAB]#市区町村界 35.87654[TAB]138.32109[TAB]#市区町村界 35.76543[TAB]138.21098[TAB]#市区町村界 > #都道府県界 35.00000[TAB]138.33333[TAB]#都道府県界 35.11111[TAB]138.44444[TAB]#都道府県界 35.22222[TAB]138.55555[TAB]#都道府県界 |