コンテンツにスキップ

CLI リファレンス

plateaukit

Usage:

plateaukit [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
-v, --verbose boolean Enable verbose mode. False
--help boolean Show this message and exit. False

config

Show PlateauKit configuration information.

PlateauKit の設定情報を表示します。

Usage:

plateaukit config [OPTIONS]

Options:

Name Type Description Default
--help boolean Show this message and exit. False

generate-cityjson

Generate CityJSON from PLATEAU datasets.

PLATEAU データセットから CityJSON を生成します。

Usage:

plateaukit generate-cityjson [OPTIONS] [INFILES]... OUTFILE

Options:

Name Type Description Default
--dataset text Dataset ID (e.g. "plateau-tokyo23ku") None
--type, -t choice (bldg | brid | dem | fld | frn | lsld | luse | tran | urf) N/A ['bldg']
--split integer Split the output into specified number of files 1
--ground boolean Shift objects to the ground level False
--seq boolean Generate CityJSONSeq False
--target-epsg text EPSG code for the output CityJSON file None
--help boolean Show this message and exit. False

generate-geojson

Generate GeoJSON from PLATEAU datasets.

PLATEAU データセットから GeoJSON を生成します。

Usage:

plateaukit generate-geojson [OPTIONS] [INFILES]... OUTFILE

Options:

Name Type Description Default
--dataset text Dataset ID (e.g. "plateau-tokyo23ku") None
--type, -t choice (bldg | brid | dem | fld | frn | lsld | luse | tran | urf) N/A ['bldg']
--seq boolean Generate GeoJSONSeq False
--split integer N/A 1
--help boolean Show this message and exit. False

generate-qmesh

Generate Quantized Mesh from PLATEAU datasets. (Requires pip install 'plateaukit[quantized_mesh]')

PLATEAU データセットから Quantized Mesh を生成します。(要 pip install 'plateaukit[quantized_mesh]')

Usage:

plateaukit generate-qmesh [OPTIONS] [INFILES]... OUTFILE

Options:

Name Type Description Default
--help boolean Show this message and exit. False

info

Show PLATEAU dataset information.

PLATEAU データセットの情報を表示します。

Usage:

plateaukit info [OPTIONS] DATASET_ID

Options:

Name Type Description Default
--help boolean Show this message and exit. False

install

Download and install PLATEAU datasets.

PLATEAU データセットをダウンロード・インストールします。

Usage:

plateaukit install [OPTIONS] [DATASET_ID]

Options:

Name Type Description Default
--format choice (citygml | 3dtiles) N/A citygml
--local text Install local file. (without copying) None
--prebuild boolean Prebuild dataset. True
--force boolean Force install. False
--download-only boolean N/A False
-l, --list boolean List all latest available datasets. False
--list-all boolean List all available datasets including old ones. False
-v boolean Verbose mode. False
--help boolean Show this message and exit. False

list

List available and installed PLATEAU datasets.

利用可能およびインストール済みのデータセットを表示します。

Usage:

plateaukit list [OPTIONS]

Options:

Name Type Description Default
--local boolean Show installed datasets only. False
--all boolean Show all versions of datasets including old ones. False
--help boolean Show this message and exit. False

prebuild

Prebuild PLATEAU datasets.

PLATEAU データセットを事前ビルドします。

Usage:

plateaukit prebuild [OPTIONS] DATASET_ID

Options:

Name Type Description Default
--format choice (parquet | gpkg) Internal output format. parquet
--split integer Split the output into specified number of files. 10
-v boolean Verbose False
--help boolean Show this message and exit. False

uninstall

Uninstall PLATEAU datasets.

PLATEAU データセットをアンインストールします。

Usage:

plateaukit uninstall [OPTIONS] [DATASET_ID]

Options:

Name Type Description Default
--format, -f choice (citygml | 3dtiles | gpkg) N/A None
--keep-files boolean N/A False
--help boolean Show this message and exit. False