日本海洋データセンターの毎時潮高データを変換するためのソフトウェア
- 必ずREADMEを最後まで読んでから、使用してください。
Asset | Note |
---|---|
jtlc.exe | x86_64-pc-windows-gnu |
jtlc | x86_64-unknown-linux-gnu |
jtlc_all_run.ps1 | Only for Windows |
- Pass the path of the directory containing the downloaded txt data to the -d option.
Example 下記のデータを例とします。
コード: HD18
験潮所名: 博多
緯度経度: 33-37.117N 130-24.467E
提供機関: 海上保安庁(HD)
データ提供期間: 1965 - 2021
- データをダウンロードし、HD18.zipを展開
- HD18が存在するディレクトリに実行ファイルを配置
- jtlc.exeの-dオプションにHD18を渡す。
- 変換が行われます。
$ jtlc.exe -d ./HD18
Help
$ jtlc --help
CLI for converting hourly tide height data from Japan Oceanographic Data Center
Usage: jtlc [OPTIONS]
Options:
-d, --dir-path <CONVERT_DIRECTORY_PATH>
Pass the path of the directory where the txt file to be converted is stored
-h, --help
Print help
-V, --version
Print version
jtlc_all_run.ps1は、jtlc.exe -dの範囲を拡張し、
一度にフォルダに存在するすべての観測点のデータを変換することができます。
使用方法は、ファイル内に記載があります。
本ソフトウェアは素人が作成したものであり、重大なバグやエラーが含まれている可能性があります。
私は本ソフトウェアを使用して発生した、いかなる問題にも責任を負いません。
使用者の自己責任で使用してください。
- clap "4.5.4"
This project is licensed under the MIT License.