0.2.3 • Published 4 years ago

sima2geojson v0.2.3

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

sima2geojson

測量データ共通フォーマット(SIMA)の旧版形式で記録されたファイルを GeoJSON ファイルに変換します。

SIMA データが持つ座標は日本の平面直角座標系 I ~ XIX まで対応しています。
世界測地系座標であれば測地成果2000でも測地成果2011でも変換できます。

Usage

npm から取得してください

# npm i -g sima2geojson

コマンドラインから SIMA ファイル名と測地系の EPSG コードを指定して実行します。

Usage: sima2geojson -S <file ...> -E <Code of the EPSG>

Options:

  -V, --version   output the version number
  -S, --sima <s>  Source SIMA file
  -E --epsg <n>   Source EPSG code. Search from http://epsg.io/
  -h, --help      output usage information

EPSG コード

各測地系の EPSG コードは次の通りです。

測地成果2000

座標系EPSG
I2443
XIX2461

測地成果2011

座標系EPSG
I6669
XIX6687

2018-2019 K'z Minor Release - Zoar