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

Handle pathlib Path objects #21

Closed davidcaron closed 3 years ago

davidcaron commented 3 years ago

Thank you for this library! I really like how clean and effective it is compared to alternatives.

While testing it, I found that it wouldn't handle pathlib's Path objects. I use them quite a bit instead of manipulating raw strings for paths. I thought it would be a simple addition.

tmontaigu commented 3 years ago

Thanks 👍