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
315 stars 84 forks source link

Extract Voxel slpk? #151

Open oolongbubble opened 2 years ago

oolongbubble commented 2 years ago

Is it possible to extract a slpk created from voxel content to eslpk? I've tried to run the -e command on a voxel slpk, but received error as below: "code" : "IDS_SLL_DEBUG_MSG", "message" : "Information : Time to complete 00:00:00"

Ivonne-S commented 2 years ago

The conversion of slpk to eslpk or I3SREST has not been implemented yet. Could you please give more details about the workflow you are trying to accomplish.

oolongbubble commented 2 years ago

Basically we are following the guidelines here https://www.esri.com/arcgis-blog/products/arcgis-enterprise/3d-gis/publishing-large-scene-layers-in-a-snap/, to Download the i3sconverter.exe from GitHub, and extract the i3s content from an slpk (created from Voxel layer by running "Create Voxel Scene Layer Content" gp tool in ArcGIS Pro) to create ready-to-serve scene layer content using version 1.7 of the i3s specification.

We were able to extract a slpk (creating from Revit model by running Create Voxel Scene Layer Content gp tool in ArcGIS Pro) using the i3sconverter.exe, but it failed when running the script against the voxel slpk.

oolongbubble commented 2 years ago

The conversion of slpk to eslpk or I3SREST has not been implemented yet. Could you please give more details about the workflow you are trying to accomplish.

Please let me know if you need further information.