Skip to content

Releases: eEcoLiDAR/laserchicken

v0.8.1

03 Mar 11:28
33f4522

Choose a tag to compare

What's Changed

  • Fix broken PyPI install and other small improvements by @fnattino in #201

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Mar 08:01
c81b378

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Mar 16:12
dc880c5

Choose a tag to compare

v0.6.1

05 Jul 12:27

Choose a tag to compare

v0.6.0

05 Sep 13:23

Choose a tag to compare

v0.5.0

20 May 10:21

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

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

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

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

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.