Closed JHP0124 closed 5 months ago
This is currently discussed in a very long-running internal support thread. It does not make sense to open a bunch of duplicate threads and issues like
in addition to the ongoing support thread. While it can be useful to make parts of a discussion public, so that others can chime in, nobody will be able to provide any help here or in these issues without the relevant data, and right now, this is only scattering the discussion into multiple places.
Just in case somebody wonders, here's the input data: isolated.zip This data was extracted from the full data, in a desperate attempt to reprodue the issue, but it is apparently is not sufficient for reproducing the issue reliably.
Maybe there is something wrong with the combine
command. If there is an issue with the combine
command, then it should be described in a form so that others can reproduce it, with test data. I assume that this will be figured out in the support thread. If it turns out that the combine
command is not working as expected, I'll open a new, proper issue for that.
this is example structure picture .
and i attached json file and please check json file tileset.json Tile+000+021.json
so i tried to combine this dataset.
but... 3d-tiles-tools show me this error.
:~/light$ npx 3d-tiles-tools combine -i ./ -o ./combine_test Need to install the following packages: 3d-tiles-tools@0.4.2 Ok to proceed? (y) y
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported [11:47:51.808] ERROR (CLI): No data found for Tile+001+021/Tile+001+021/Tile+001+021_L200uuuu20.b3dm err: { "type": "TilesetError", "message": "No data found for Tile+001+021/Tile+001+021/Tile+001_+021_L200uuuu20.b3dm", "stack": Error: No data found for Tile+001+021/Tile+001+021/Tile+001_+021_L20_0uuuu20.b3dm at TilesetCombiner.combineContentInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:168:19) at TilesetCombiner.combineTileInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:132:24) at /home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:116:24 at Tiles.traverseExplicitInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:111:37) at Tiles.traverseExplicitInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:114:29) at async Tiles.traverseExplicitInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:114:17) at async Tiles.traverseExplicit (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:100:9) at async TilesetCombiner.combineTilesetsInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:114:9) at async TilesetCombiner.combineContentInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:191:13) at async TilesetCombiner.combineTileInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:132:13) at async /home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:116:13 at async Tiles.traverseExplicitInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:111:31) at async Tiles.traverseExplicitInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-toolanjion@LAPTOP-FEEB6E09:~/light$ at async Tiles.traverseExplicit (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tilesets/tilesets/Tiles.js:100:9) at async TilesetCombiner.combineTilesetsInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:114:9) at async TilesetCombiner.combineInternal (/home/anjion/.npm/_npx/e97e2e75cde22e22/node_modules/3d-tiles-tools/build/src/tools/tilesetProcessing/TilesetCombiner.js:85:9) }
i was never repeated the path. but combine command is repeated the path. even other laptop too
i think something is wrong
someone have simillar experience? or someone have solution about this error?