Skip to content

Commit

Permalink
debugging (sync)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Nov 26, 2023
1 parent d28bcc7 commit bec7497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/Aardvark.Algodat.Tests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2763,10 +2763,16 @@ public static async Task Main(string[] _)
{
//await Task.Delay(0); // avoid warnings if main contains no await

//await CreateStore(
// @"W:\Datasets\Vgm\Data\structured_pointclouds\lowergetikum 20230321.e57",
// @"W:\Datasets\Vgm\Stores\lowergetikum 20230321.e57_0.001",
// minDist: 0.001
// );

await CreateStore(
@"W:\Datasets\Vgm\Data\structured_pointclouds\lowergetikum 20230321.e57",
@"W:\Datasets\Vgm\Stores\lowergetikum 20230321.e57_0.01",
minDist: 0.0
@"W:\Datasets\Vgm\Data\E57\erdgeschoss.e57",
@"W:\Datasets\Vgm\Stores\erdgeschoss.e57_0.0025",
minDist: 0.0025
);

//await Parts_Test_20231006_Merge();
Expand Down
2 changes: 1 addition & 1 deletion src/Apps/Viewer/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let main args =
//view @"C:\Users\sm\Downloads\C_30DN2.LAZ.store" [File.readAllText @"C:\Users\sm\Downloads\C_30DN2.LAZ.key"] (Args.parse [||])
//view @"C:\Users\sm\Downloads\test.store" ["128330b1-8761-4a07-b160-76bcd7e2f70a"; "ab2f6f76-7eae-47c9-82d1-ad28b816abb9"] (Args.parse [||])

let store = @"W:\Datasets\Vgm\Stores\lowergetikum 20230321.e57_0.01_2\data.uds"
let store = @"W:\Datasets\Vgm\Stores\erdgeschoss.e57_0.0025\data.uds"
let key = Path.combine [System.IO.Path.GetDirectoryName store;"key.txt"] |> File.readAllText
view store [key] (Args.parse [||])

Expand Down

0 comments on commit bec7497

Please sign in to comment.