aardvark-platform / aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
GNU Affero General Public License v3.0
34 stars 6 forks source link

Cannot open file #29

Closed gktval closed 8 months ago

gktval commented 8 months ago

I am having problems opening an laz file. It opens fine in an older version I have in .net framework 4.7.2, but not with any of the latest versions in .net 7.0; it results in an error: "cannot open file .../03244768.laz". It seems odd that it opens in one .net but not the other. Attached is the file in question. you will have to unzip it.

Here is the code for opening the file:

var lasTools = new laszip();
lasTools.open_reader(lasFile, out isCompressed);

03224768.zip

gktval commented 8 months ago

Error on my part. Closing this issue.