CLI Reference
CLI Reference
Section titled “CLI Reference”The spatialpack CLI provides 9 command groups for building, validating,
and managing Spatial Packs.
Installation
Section titled “Installation”pip install -e ".[full]"Commands
Section titled “Commands”| Command | Description | Status |
|---|---|---|
spatialpack pack | Pack creation, build, and publish commands. | Operational |
spatialpack ai | AI-powered data analysis and enrichment. | Early Access |
spatialpack convert | Convert spatial data between formats. | Operational |
spatialpack validate | Validate a Spatial Pack against the JSON Schema. | Operational |
spatialpack hash | Hash computation commands. | Operational |
spatialpack download | Data download commands. | Operational |
spatialpack crs | CRS detection, validation, and normalization commands. | Operational |
spatialpack raster | Raster processing commands. | Operational |
spatialpack tiles | Vector tile generation commands. | Operational |
spatialpack benchmark | Run quality gates against built PMTiles files. | Operational |
Global Options
Section titled “Global Options”| Option | Description |
|---|---|
--version | Show the installed version and exit. |
--help | Show help message and exit. |