Recent Releases of laserchicken

laserchicken - v0.7.0

See CHANGELOG

- Python
Published by fnattino 11 months ago

laserchicken - v0.6.1

See CHANGELOG

- Python
Published by fnattino over 2 years ago

laserchicken - v0.6.0

see CHANGELOG

- Python
Published by fnattino over 3 years ago

laserchicken - v0.5.0

LAS/LAZ files are now read/written using laspy instead of the (deprecated) plyas package - for all fixes check CHAGELOG.md

- Python
Published by fnattino almost 4 years ago

laserchicken - v0.4.2

This release includes: * an improvement in the performance of spatial filtering; * some changes in how multipolygons are dealt with in spatial filtering; * a bug fix in the copy_point_cloud function.

- Python
Published by fnattino over 5 years ago

laserchicken - v0.4.1

This release introduces two minor improvements to the filter module and fixes a bug in the log-parsing in the PLY reader.

- Python
Published by fnattino almost 6 years ago

laserchicken - v0.4.0

This releases introduces several improvements and functionalities, among which: - a simplified structure for the computed neighborhood list; - additional IO tools, which make laserchicken able to read and write LAZ and binary PLY files; - utility functions to merge point clouds, update point-cloud features and classify points on the basis of polygons.

Some refactoring has also been performed to improve the code organization. For the complete list of changes, have a look at the CHANGELOG

- Python
Published by fnattino almost 6 years ago

laserchicken - v0.3.2

This release introduces feature extractors that work on the intensity attribute of points. Many feature extractors have been restructured and are now parameterized meaning that they can do their computation on an arbitrary input attribute. Because of this restructuring, and for consistency purposes, many features have been renamed. See the CHANGELOG for a list of these.

- Python
Published by cwmeijer about 6 years ago

laserchicken - v0.3.1

This release has much-improved documentation, added feature extractors with the support of parameterized feature extractors and miscellaneous bugfixes.

- Python
Published by cwmeijer over 6 years ago

laserchicken - v0.3.0

Normalization functionality and faster feature calculations.

- Python
Published by cwmeijer almost 7 years ago

laserchicken - v0.2.0

New cell and cube (or voxel) volumes added. Available volumes types are now: - Infinite cylinder - Sphere - Cell - Cube

Read me now comes with description of test procedure for all features.

- Python
Published by cwmeijer over 7 years ago

laserchicken - laserchicken v0.1.1

Added tests and many bug fixes. These are mostly fixes for corner cases in feature extractors. For instance some feature extractor used to crash when they were processing a point cloud with zero points. This has been solved for every feature extractor.

- Python
Published by cwmeijer over 7 years ago

laserchicken - laserchicken v0.1.0

Toolkit for handling point clouds created using airborne laser scanning (ALS). Find neighboring points in your point cloud and describe them as feature values. Included features:

point_density
echo_ratio
eigenv_1
eigenv_2
eigenv_3
z_entropy
max_z
min_z
mean_z
median_z
std_z
var_z
range
coeff_var_z
skew_z
kurto_z
normal_vector_1
normal_vector_2
normal_vector_3
slope
perc_10
perc_20
perc_30
perc_40
perc_50
perc_60
perc_70
perc_80
perc_90
perc_100
pulse_penetration_ratio
density_absolute_mean
sigma_z

- Python
Published by cwmeijer almost 8 years ago