Releases: tmontaigu/pylas
0.4.1
0.4.0
v0.3.0
-
Add some properties to get/set offsets, scales, maxs, mins values of the header using numpy arrays
-
Add
pylas.merge
to merge files -
Add
pylas.supported_versions
-
Fix: Converting between formats won't lose extradimensions
-
Fix: pylas won't output logs if no logging config is made by the user
-
Fix: the date stored in the header is correctly set whe creating new file
0.2.0
-
Try if possible to read a Las file even if its size is smaller than expected for the number of points
described in the header, or fail with a clearer error message. -
Supports lazperf 1.3.0 which gives access to extrabytes compression & decompression
-
EVLRs support
-
WKT VLR added
0.1.0
-
Read / Write LAS Version 1.2 to 1.4
-
Point format 100% supported : 0, 1, 2, 3, 6, 7, 8
-
Able to read LAZ with point format 0, 1, 2, 3 with lazperf
Fallback to calling Laszip on the command line when lazperf fails, or when it is not installed -
Able to write LAz with point format 0, 1, 2, 3 using lazperf
(cannot use laszip command line as a fallback, at least for now)
point format 4,5,9,10 (with waveform) needs more work