Overview
Installation
For CLI
npm install @loaders.gl/tile-converter
For API
npm install @loaders.gl/core
npm install @loaders.gl/tile-converter
Command Line Utilities
tile-converter
- the npx tool for launch conversion
API
A JavaScript API is also available:
I3SConverter
class that converts 3DTiles to I3STiles3DConverter
class that converts I3S to 3DTiles
Note: the command line tools are implemented using this API and offer the same functions.
References
-
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.
Additional build instructions
There are additional ways to perform conversion:
- Tile converter can be run right on a repository branch. It might be helpful if some updates are needed which last release doesn't contain Build instructions.
- An autonomous bundle script can be built. It is entire converter in just 1 file. This file can be destributed directly to interested but not experienced user. See instructions.
Attribution
The tile-converter module represents a major development effort and was funded and contributed to loaders.gl by Esri.
MIT License.