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

Saving file after update_header #13

Closed pmaggiore closed 4 years ago

pmaggiore commented 4 years ago

Hi, I'm trying to write the file with the same name after I apply the update_header(), but I'm getting "Permission Denied". It happens even if I close the file.

I tried to check the documentation but I can't find a way to save the file after the update_header using the same name. Am I forced to write to another file name?

I hope you can help,

pm

pmaggiore commented 4 years ago

Ok, I'm closing this; it is possible to write the file with the same name. I was just having problems not related with pylas.

pm

tmontaigu commented 4 years ago

And update_header is automatically called when you write the file

pmaggiore commented 4 years ago

Ah nice, thank you for the info!

pm