Skip to content
#

python-library

Here are 2,020 public repositories matching this topic...

aucampia
aucampia commented Feb 1, 2022

The use of the property built-in as a function does not allow for
the same type annotations as using property as a decorator.

This change should not affect runtime behaviour, but I added tests to
cover all properties that were changed to decorators explicitly just to
make sure they work as they should.

There are still other places where the property built-in is used as a
function b

darkclip
darkclip commented Jan 21, 2020

In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.

Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw

Improve this page

Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-library topic, visit your repo's landing page and select "manage topics."

Learn more