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 |
export-cityjson¶
Export CityJSON from PLATEAU datasets.
PLATEAU データセットから CityJSON を出力します。
Usage:
plateaukit export-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 |
--lod-mode |
choice (highest | all ) |
LOD filtering mode: 'highest' (default), 'all' | highest |
--seq |
boolean | Export CityJSONSeq | False |
--target-epsg |
text | EPSG code for the output CityJSON file | None |
--help |
boolean | Show this message and exit. | False |
export-geojson¶
Export GeoJSON from PLATEAU datasets.
PLATEAU データセットから GeoJSON を出力します。
Usage:
plateaukit export-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 | Export GeoJSONSeq | False |
--split |
integer | N/A | 1 |
--altitude |
boolean | Include altitude | True |
--target-epsg |
text | EPSG code for the output GeoJSON file | None |
-v |
integer range (0 and above) |
Verbose | 0 |
--help |
boolean | Show this message and exit. | False |
export-qmesh¶
Export Quantized Mesh from PLATEAU datasets. (Requires pip install 'plateaukit[quantized_mesh]'
)
PLATEAU データセットから Quantized Mesh を出力します。(要 pip install 'plateaukit[quantized_mesh]'
)
Usage:
plateaukit export-qmesh [OPTIONS] [INFILES]... OUTFILE
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
generate-cityjson¶
Alias for 'export-cityjson'.
Export 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 |
--lod-mode |
choice (highest | all ) |
LOD filtering mode: 'highest' (default), 'all' | highest |
--seq |
boolean | Export CityJSONSeq | False |
--target-epsg |
text | EPSG code for the output CityJSON file | None |
--help |
boolean | Show this message and exit. | False |
generate-geojson¶
Alias for 'export-geojson'.
Export 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 | Export GeoJSONSeq | False |
--split |
integer | N/A | 1 |
--altitude |
boolean | Include altitude | True |
--target-epsg |
text | EPSG code for the output GeoJSON file | None |
-v |
integer range (0 and above) |
Verbose | 0 |
--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 |
--type , -t |
choice (bldg | brid | tran | dem ) |
N/A | ['bldg'] |
--split |
integer | Split the output into specified number of files. | 10 |
-v |
integer range (0 and above) |
Verbose | 0 |
--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 |
-y , --yes |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |