Esri Indexed 3D Scene Layer (I3S) Writer Parameters
Mesh Parameters
Maximum Number of Faces Per Node
This parameter directly controls the number and size of files in the scene layer package. A smaller value will result in many small files, while a higher value will result in fewer, larger files. The default value is 800.
Point Cloud Parameters

The default is 200000.

Point Cloud Component | Data Type | Notes |
---|---|---|
angle |
Int8 |
|
classification |
UInt8 |
|
classification_flags |
UInt8 |
Indicates special characteristics associated with each point. This is a bit flag with the following values:
|
color_blue |
UInt8 |
|
color_green |
UInt8 |
|
color_red |
UInt8 |
|
flight_line_edge |
UInt8 |
|
gps_time |
Real64 |
|
intensity |
UInt16 |
|
number_of_returns |
UInt8 |
|
point_source_id |
UInt16 |
|
returns |
UInt8 |
|
scan_direction |
UInt8 |
|
user_data |
UInt8 or UInt16 |
|

I3S supports storing additional components (not part of the fixed component set) for each point through an "extra bytes" Variable Length Record. The Components parameter specifies a list of components that should be written for each point.
Note that the String data type is not supported for components.
You can add, remove, or re-order the list to change the order in which the components are stored in the output dataset.