Skip to content

Commit

Permalink
Download log data as a LAS file💡 #2588
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Nov 15, 2024
1 parent f091129 commit 23f53f3
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Src/WitsmlExplorer.Api/Jobs/DownloadLogDataJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ public record DownloadLogDataJob : Job
/// </summary>
public bool StartIndexIsInclusive { get; init; }

/// <summary>
/// If to export to LAS format (default is CVS)
/// </summary>
public bool ExportToLas { get; init; }

/// <summary>
/// Start index for range selection
/// </summary>
Expand Down
Loading

0 comments on commit 23f53f3

Please sign in to comment.