Luca Di Leo
Luca Di Leo
We could add a way (commands?) to edit/sync `sensor_data.sqlite` . It contains a simple table: | id | focal | | -- | -- | | acer ce-5330 | 5.75...
From user request. We should support clipping operations on point clouds: volumes, planes, etc... Currently it is already possible to use potree but there is no export function. It would...
From user request. We should support Collada files (https://it.wikipedia.org/wiki/COLLADA).
Laz files are built in sequence and not in parallel. Today we have machines with many cores, maybe we can run multiple builds in parallel to speed up the process.
It happens that on old databases the `attributes` table does not exist. We should test for existence before querying sqlite tables. At least before we have some kind of DB...
Looking at #96: I think that we should add a metadata table that contains at least the version of the database. By tracking DB version independently from DDB version we...
This sequence of commands should add the entire current directory to the index (like git) ``` C:\Users\Art Director\Documents\temp>ddb init Initialized empty database in .ddb C:\Users\Art Director\Documents\temp>dir Directory di C:\Users\Art Director\Documents\temp...
I found a strange case where `ddb add` fails because there are missing libraries and / or support files (sensor data, proj.db, etc...) without giving any output. It crashes in...
You can now pass `--cuda-device=-3` and it will run on all the available GPUs.
We could improve the upload speed by compressing all the comprimible file types, for example las and ply, before uploading.