Skip to content

Releases: eEcoLiDAR/laserchicken

v0.6.1

05 Jul 12:27
Compare
Choose a tag to compare

v0.6.0

05 Sep 13:23
Compare
Choose a tag to compare

v0.5.0

20 May 10:21
Compare
Choose a tag to compare

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

v0.4.2

17 Sep 23:41
dcc8b5a
Compare
Choose a tag to compare

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.

v0.4.1

20 May 18:49
469870a
Compare
Choose a tag to compare

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

v0.4.0

13 May 15:03
ffbe6d8
Compare
Choose a tag to compare

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

v0.3.2

12 Dec 13:26
2dc2d71
Compare
Choose a tag to compare

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.

v0.3.1

15 Oct 07:36
dee4e9b
Compare
Choose a tag to compare

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

v0.3.0

27 Feb 15:04
0330c91
Compare
Choose a tag to compare

Normalization functionality and faster feature calculations.

v0.2.0

31 Jul 11:01
539c576
Compare
Choose a tag to compare

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.