Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Releases: tmontaigu/pylas

0.4.1

09 Mar 15:19
Compare
Choose a tag to compare
  • Try to do something more robust when writting LAZ 1.4 with EVLRs with laszip.exe

0.4.0

09 Mar 13:10
Compare
Choose a tag to compare
  • Add support for compressing & decompressing with laz-rs (supports parallel processing)
  • Add support for compressing using laszip.exe
  • Add Overflow & Underflow checks to the scaled x, y,z setters

v0.3.0

04 Sep 10:53
Compare
Choose a tag to compare
  • 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

13 Jul 16:15
Compare
Choose a tag to compare
  • 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

28 Mar 09:09
Compare
Choose a tag to compare
  • 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