Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.38 KB

tile.md

File metadata and controls

31 lines (24 loc) · 1.38 KB

ept tile

Translate an Entwine Point Tile dataset to 3D Tiles on disk. See ept serve for on-the-fly tileset generation.

index.ts tile [input]

Translate EPT to 3D Tiles at rest

Options:
      --version     Show version number                                [boolean]
      --help        Show help                                          [boolean]
  -i, --input       Path to ept.json file                    [string] [required]
  -o, --output      Tileset output path  [string] [default: <input>/ept-tileset]
  -t, --threads     Number of parallel threads             [number] [default: 8]
  -f, --force       Overwrite existing output, if present
                                                      [boolean] [default: false]
  -v, --verbose     Enable verbose logs               [boolean] [default: false]
      --dimensions  Dimensions to be added to the batch table            [array]
      --z-offset    Elevation offset to raise/lower the resulting point cloud
                                                                        [number]
      --truncate    Truncate 16-bit colors to 8-bit   [boolean] [default: false]

Usage

ept tile [path/to/ept.json]

This command creates a 3D Tiles tileset in <ept-root>/ept-tileset/.