py3dtiles.tileset.batch_table module
- class py3dtiles.tileset.batch_table.BatchTable[source]
Bases:
object
Only the JSON header has been implemented for now. According to the batch table documentation, the binary body is useful for storing long arrays of data (better performances)
- static from_array(header: TileContentHeader, array: np.ndarray) BatchTable [source]