coordinate_DegMinSec2degreesコマンド マニュアル

(The documentation of coordinate_DegMinSec2degrees command)

Last Update: 2022/3/25


◆機能・用途(Purpose)

度分秒表記の緯度経度を小数単位の度表記に変換する。
Convert a latitude or longitude, given in degree-minute-second unit, to a decimal number in degrees.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/geography/src/coordinate_DegMinSec2degrees.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
変換したい地点の緯度または経度。 度・分・秒を「:」で区切って与える。
The latitude or longitude of a location to convert, given by degrees, minutes, and seconds, separated by colons (:).


●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”)

「--パラメータ名=パラメータ値」の形式の引数は自由な順番で指定できる。 「-」から始まらない引数の間に挿入しても良い。 相反する指定がなされた場合には後の指定が優先される。 デフォルト値を持つパラメータは省略できる。
Arguments of a form “--Parameter name=Parameter Value” can be placed in an arbitrary order. They can even be inserted between arguments not beginning with “-”. In case of conflicting options being specified, the latter option has a higher priority. Parameters that have default values can be omitted.

パラメータ名
Parameter name
意味
Meaning
可能なパラメータ値
Allowed parameter values
デフォルト値
Default value
Ndigits_decimal 小数点以下の出力桁数。
The number of digits in the decimal part to output.
0以上100未満の整数。
An integer greater than or equal to 0 and less than 100.
6


◆動作(Behaviour)

計算した小数単位の「度」が標準出力に表示される。
The calculated value of the coordinate in degrees, as a decimal number, is displayed in the standard output.


◆使用例(Example)

coordinate_DegMinSec2degrees 35:09:16.56 --Ndigits_decimal=4