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
318 stars 85 forks source link

An enhancement request for improving the efficiency of the i3s_converter tool #80

Closed zssai closed 4 years ago

zssai commented 4 years ago

According to my testing, the i3s_converter.exe tool only occupy a cpu core to do the conversion job, and It takes about 1.5 hours for the conversion of a slpk file about 8G. However, the slpk files in our projects are often tens or hundreds of GB, and then it will take a very very time if we want to do the conversion. Could you please improve the performance of the tool?For example, using more than one cpu core for the conversion.

rvargasESRI commented 4 years ago

Hello @zssai . Thank you for your suggestion. In the next spec update, we plan to release multi-threaded i3s_converter. Hope this will suite your needs.

Best, Richard

zssai commented 4 years ago

Thank you for your quick response. To supplement this, it takes 16 hours for the conversion of a slpk of 51 GB.