GSIdem2latlonDataコマンド マニュアル

(The documentation of GSIdem2latlonData command)

Last Update: 2022/3/25


◆機能・用途(Purpose)

国土地理院の数値標高モデル(DEM)を緯度経度と標高の一覧表に変換する。
Convert a digital elevation model (DEM), provided by Geospatial Information Authority of Japan (GSI), to a table of longitudes, latitudes, and elevations.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/geography/src/GSIdem2latlonData.c


◆使用方法(Usage)

コマンドライン引数でパラメータを指定する。 パラメータの一覧を下表に示す。
Specify parameters by command-line arguments. The table below shows a list of parameters.


●「-」から始まらない引数 (Arguments not beginning with “-”)

引数
Argument
与える値
Quantity to be given
第1引数
1st argument
国土地理院のホームページからダウンロードした DEMデータのxmlファイル。
An xml file of the DEM data downloaded from the website of GSI.
第2引数
2nd argument
出力ファイル名。拡張子は何でも良い。
The output file name. The extension is arbitrary.


●1つの「-」から始まる引数 (Arguments beginning with a single “-”)

このコマンドでは1つの「-」から始まる引数は存在しない。
This command does not have arguments beginning with a single “-”.


●「--パラメータ名=パラメータ値」の形式の引数 (Arguments of a form “--Parameter name=Parameter Value”)

このコマンドでは「--パラメータ名=パラメータ値」の形式の引数存在しない。
This command does not have arguments of a form “--Parameter name=Parameter Value”.


◆動作(Behaviour)

第1引数で指定したファイルからDEMデータを読み込み、 第2引数で指定したファイルに出力する。 入出力ファイルのフォーマットは以下の通り。
A DEM data is read from the file specified by the 1st argument, and written into the file specified by the 2nd argument. The formats of the input and output files are described below.


●想定する入力ファイルフォーマット (Assumed input file format)

このプログラムでは入力ファイルとして 国土地理院の基盤地図情報(数値標高モデル)からダウンロードした 5A, 5B, 5C, 10A, 10Bのいずれかのファイルを用いることを想定している。 これらのファイルにおいて以下の条件が満たされることを想定している。
This program assumes the input file to be either 5A, 5B, 5C, 10A, or 10B files downloaded from the basis map information (digital elevation model) of GSI. The following requirements are assumed to be satisfied in these files.


●出力ファイルフォーマット (Output file format)

(∗) 基盤地図情報のDEMでは10mメッシュと呼ばれるものが0.4秒刻み、 5mメッシュと呼ばれるものが0.2秒刻みであるので 「秒」は小数点以下1桁で足りるが、 将来より細かいメッシュのデータが登場した場合への拡張性を考えて 小数点以下2桁としている。
(∗) As the mesh intervals of DEMs of the basis map information are 0.4 s for so-called “10-m mesh”, and 0.2 s for so-called “5-m mesh”, only one digit is enough for the decimal part of second. However, the two digits are used for the output to support finer mesh data that may become available in the future.

(∗∗) 標高についても現在は小数点以下2桁で与えられているが、 将来3桁目まで提供されるようになった場合を想定して 小数点以下3桁としている。
(∗∗) The elevation is given with two digits in the decimal part. However, three digits are used for the output to support a case where the three digits are given in the future.


◆使用例(Example)

GSIdem2latlonData FG-GML-5236-57-dem10a-20161001.xml 5236-57-latlon.dat