tmontaigu / pylas

⚠️ pylas was merged into laspy 2.0 https://github.com/laspy/laspy⚠️
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

remove dimension #42

Closed amirshal closed 3 years ago

amirshal commented 3 years ago

Hey,

I am struggling to remove the dimension once it is already on the point_format.dimensions list and in the points array. Is there any method that I miss ? or any trick or advice that can help me?

Thanks

tmontaigu commented 3 years ago

You can't do that, dimensions are tied to the point format used and you cannot remove them.

The only thing close to 'removing' them is to set the values to 0.