You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Create new convert2xkt option r, to rotate LAS and CityJSON models 90 degrees about the X-axis as they are converted.
Usage
node convert2xkt -h
Usage: convert2xkt [options]
Options:
-v, --version output the version number
-s, --source [file] path to source file
-f, --format [string] source file format (optional); supported formats are gltf, ifc, laz, las, stl and cityjson
-m, --metamodel [file] path to source metamodel JSON file (optional)
-i, --include [types] only convert these types (optional)
-x, --exclude [types] never convert these types (optional)
-r, --rotatex rotate model 90 degrees about X axis (for las and cityjson)
-o, --output [file] path to target .xkt file; creates directories on path automatically if not existing
-l, --log enable logging
-h, --help output usage information
XKT version: 9
xeolabs
changed the title
Expose LAS and CityJSON rotateX option via convert2xkt
Crate -r option for convert2xkt to rotate LAS & CityJSON about X
Dec 14, 2021
xeolabs
changed the title
Crate -r option for convert2xkt to rotate LAS & CityJSON about X
Create -r option for convert2xkt to rotate LAS & CityJSON about X
Dec 14, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create new
convert2xkt
optionr
, to rotate LAS and CityJSON models 90 degrees about the X-axis as they are converted.Usage
To rotate a sample model:
The text was updated successfully, but these errors were encountered: