For CLI
npm install @loaders.gl/tile-converter
For API
npm install @loaders.gl/core
npm install @loaders.gl/tile-converter
tile-converter
- the npx tool for launch conversion
A JavaScript API is also available:
I3SConverter
class that converts 3DTiles to I3STiles3DConverter
class that converts I3S to 3DTilesNote: the command line tools are implemented using this API and offer the same functions.
The @loaders.gl/i3s
module supports loading and traversing Indexed 3d Scene Layer (I3S).
The @loaders.gl/3d-tiles
module supports loading and traversing 3D Tiles.
I3S Indexed Scene Layer Specification - The living specification.
3D Tiles Specification - The living specification.
OGC I3S Indexed Scene Layer Standard - The official standard from OGC, the Open Geospatial Consortium.
OGC 3D Tiles Standard - The official standard from OGC, the Open Geospatial Consortium.
There are additional ways to perform conversion:
The tile-converter module represents a major development effort and was funded and contributed to loaders.gl by Esri.
MIT License.