Complete ESRI ecosystem integration with bidirectional SLPK support. Convert Scene Layer Packages to open 3D Tiles format, or export your data to SLPK for ArcGIS Pro, Online, and Enterprise.
Unlock your ESRI Scene Layer Packages and bring them into open standards. Our SLPK converter extracts geometry, textures, and metadata from .slpk files and converts them to modern GLB-based 3D Tiles format.
Whether you're migrating from ArcGIS or simply need to use your ESRI data in Cesium, Mapbox, or custom viewers, our converter preserves all visual fidelity while enabling broader platform support.
Connect directly to ArcGIS SceneServer endpoints and convert live services to 3D Tiles. Perfect for creating offline caches or migrating from ArcGIS Online to open platforms.
Our SceneServer connector supports authentication tokens for secured services, concurrent downloads for faster processing, and intelligent caching to avoid redundant data transfers.
# Convert from SceneServer
pg2b3dm-glb --data-source SLPK \
--sceneserver-url "https://services.arcgis.com/.../SceneServer" \
--arcgis-token "your_token" \
--concurrent-downloads 8 \
--output-format glb
Now you can create SLPK files from your 3D Tiles data! Export PostgreSQL data, CityGML models, or BIM files to ESRI Scene Layer Package format for use in ArcGIS Pro, ArcGIS Online, and ArcGIS Enterprise.
This bidirectional capability enables seamless workflows between open 3D Tiles ecosystems and the ESRI platform. Your data can flow freely in both directions.
# Export 3D Tiles to SLPK
pg2b3dm-glb --export-to-slpk \
--slpk-from-tileset ./tileset.json \
--i3s-version 1.10 \
--i3s-profile 3DObject \
--output ./buildings.slpk
# FileGDB to SLPK (direct)
pg2b3dm-glb --export-to-slpk \
--slpk-from-filegdb ./data.gdb \
--output ./scene.slpk
Move from ArcGIS to Cesium, Mapbox, or custom 3D Tiles viewers while preserving your existing SLPK assets.
Export CityGML, BIM, or PostgreSQL data to SLPK for use in ArcGIS Pro and ArcGIS Online.
Download and convert SceneServer data for offline use in disconnected environments.
Enable data sharing between teams using different platforms (ESRI and open-source).
| I3S Version | SLPK Import | SLPK Export | Profiles |
|---|---|---|---|
| 1.6 | β | β | 3DObject, IntegratedMesh |
| 1.7 | β | β | 3DObject, IntegratedMesh, Point |
| 1.8 | β | β | 3DObject, IntegratedMesh, Point |
| 1.10 | β | β | 3DObject, IntegratedMesh, Point, PointCloud |
Start converting between ESRI SLPK and open 3D Tiles formats today