NCALM-UH/CODEM

Multiple 2D things being computed but never used

chambbj opened this issue · 2 comments

Simply holdovers from early experimentation and can be removed. tree2d and everything derived from it.

tree2d = cKDTree(before[["X", "Y"]])

hobu commented

the bits about colors for plotting can be ditched too.

description=f"Ground clusters greater than {gh:.2f} height",

the bits about colors for plotting can be ditched too.

description=f"Ground clusters greater than {gh:.2f} height",

What about the intermediate products here?

https://github.com/NCALM-UH/CODEM/blob/main/src/vcd/preprocessing/preprocess.py#L241-L271