tmontaigu / pylas

⚠️ pylas was merged into laspy 2.0 https://github.com/laspy/laspy⚠️
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

Parse file_version string when creating new file #32

Closed davidcaron closed 3 years ago

davidcaron commented 3 years ago

Like the PointFormat class is created from an int.

tmontaigu commented 3 years ago

Now that I think about it I think it would be better to move those 2 conversions inside the LasHeader.__init__ 🤔

davidcaron commented 3 years ago

I agree, I put it in LasHeader.__init__ first, and then moved it when I saw where was the point_format conversion.