CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Chose which layers are included in the 3D Tiles output #27

Open lilleyse opened 3 years ago

lilleyse commented 3 years ago

This CLI option would allow a user to choose which layers in the CDB they'd like to include in the 3D Tiles output.

There are a couple use cases for this:

lilleyse commented 3 years ago

Feedback from https://github.com/CesiumGS/cdb-to-3dtiles/pull/33

The converter will process all the datasets even if some of them will not be included in the combined tilesets. I think better behavior would be to only process those datasets that are needed. This will speed up processing time if someone is only concerned about one dataset.