equinor / witsml-explorer

Witsml Explorer data management tool.
Apache License 2.0
48 stars 50 forks source link

Download log data as a LAS file💡 #2588

Closed eliasbruvik closed 2 days ago

eliasbruvik commented 3 weeks ago

Add the ability to download log data as a LAS file. In the log data download option modal, you should be able to select either CSV or LAS.

As opposed to the csv download, we need to add more metadata when generating the LAS file. Check LAS documentation and other LAS files for examples of what should be added.

The LAS download should at least be applicable for downloading all log data and downloading the selected range. In the initial version, we can disable the option for downloading the selected rows when LAS is chosen.