Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
319 stars 85 forks source link

What rules are used to divide the size of the geometric data in each node? #63

Closed KeepFaithMe closed 4 years ago

KeepFaithMe commented 4 years ago

I konw the organization form of the i3s is quadtree or octree,so I want to konw What rules are used to divide the size of the geometric data in each node?could you pelease give me some advice! thank you !

SG-Soon commented 4 years ago

I have the same question. There are too many nodes in the scene layer package I generate by ArcGIS Pro 2.4, I want to generate a slpk file in which each node contains more geometric data.

rvargasESRI commented 4 years ago

Thank you for reaching out! I3S is agnostic to the data partitioning scheme used (k-d trees, sparse octrees, quadtrees etc..).

I hope this helps.