Stelios Vitalis

Results 17 comments of Stelios Vitalis

According to the latest posts from the original discussion, just a few days a go someone managed to set the correct parameters for the driver in order to make WiFi...

Indeed, most metrics (at least the "complex" ones) are computed in [shape_index.py](https://github.com/tudelft3d/3d-building-metrics/blob/main/shape_index.py). Just to add a bit to the discussion: - I suppose you are only interested in the 2D...

> Not necessarily, I'd be happy to include 3D as well. I am aware that `pyvista` and `pymesh` may cause installation troubles but if we keep them as optional dependencies,...

I like the issue, to give it more support!

Isn't it possible that it's loaded with an assumed classification value of `0`? Right now, we already do this: convert to a fake point-cloud with no classification at all.

I am sorry for the late response. I have python 3.9 installed via homebrew, actually.

FYI, I got the same issue on macOS. Had to manually `pip install cython` to fix it.

I had a similar issue and here is what i did: 1. Construct the terrain of level 18 from the original tiff: `ctb-tile --output-dir ./whatever --start-level 18 --end-level 18 original.tif`...

That's true. I already did that, but it's kind of a mess to try and find an appropriate projection for the dataset.

One thing to add here, from a developer's perspective, is that adding a lineage item falls under the responsibility of the individual commands and might require different implementation per operation....