Skip to content

Releases: meldig/pdal-parallelizer

V 2.1.0

18 Apr 09:22
f38940d
Compare
Choose a tag to compare
  • Changing the code structure of the project and also the point clouds processing approach.

    A point cloud is represented by a structured numpy array with different fields for each point : X coordinate, Y coordinate, Z coordinate, Blue, Green, Red... The PDAL pipeline written by the user is decomposed in stages and each stage is executed on a numpy array representing a cloud (or a tile in case of single cloud processing).

  • Taking numpy array for each point cloud instead of an entire file.

  • The unmanaged memory generated by a task is now suppressed when the task is finished.

This new approach allows the user to process the number of tasks they want, regardless the number of workers.

V 2.0.3

03 Feb 10:55
13d4723
Compare
Choose a tag to compare
  • New merge_tiles option to merge all your tiles at the end of an execution. It takes into account compression, minor_version and dataformat_id specified in your tiles pipelines
  • New remove_tiles option to delete all your tiles after merged

V 2.0.2

24 Jan 14:18
c9bf1f0
Compare
Choose a tag to compare
  • Create temp and output folders if they don't exist
  • Add a merge_tiles option to merge all the resulting chunks into one file
  • Trigger warnings
    • if the tile_size value is not changed
    • if the number of workers exceed the existing number of CPU avalaible
  • If the tile_size value exceeds the dimensions of the input cloud, it will now be adapted to the actual boundaries of the cloud.

V 2.0.1

12 Jan 11:39
e48ffd2
Compare
Choose a tag to compare

Fix import bug. The API is now functional

V 2.0.0

11 Jan 14:10
6eee555
Compare
Choose a tag to compare

New API for pdal-parallelizer :

  • The process_pipelines function can now be used directly via Python

V 1.10.19

17 Nov 09:51
0591410
Compare
Choose a tag to compare
  • fixing memory leaks

V 1.10.18

19 Oct 10:07
0ec001e
Compare
Choose a tag to compare
  • Fixing a little bug in file_manager

V 1.10.17

18 Oct 11:53
a2cab05
Compare
Choose a tag to compare
  • Fix little bugs in the split function

V 1.10.16

23 Aug 14:16
74020f2
Compare
Choose a tag to compare
  • dependencies : dask[distributed] -> distributed

V 1.10.15

23 Aug 13:25
1f7b12c
Compare
Choose a tag to compare
  • trigger garbage collector at the end of the execution
  • adding the ClassFlags dimension if there is not
  • buffer has now the wittheld flag