Skip to content

Releases: halmaia/SL3Reader

v1.0.11-alpha

19 Jun 14:34
Compare
Choose a tag to compare
v1.0.11-alpha Pre-release
Pre-release

There is a bunch of new options. Here is the current list:

To export route:
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -route

To export 3D points with magnetic heading (e.g. measured with devices like Precision–9):
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dm

To export 3D points with magnetic heading (e.g. measured with devices like Precision–9) with unreliable points:
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dm+

To export 3D points with GNSS heading (e.g. in-built GPS):
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dg

To export 3D points with GNSS heading (e.g. in-built GPS) with unreliable points:
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dg+

To export flipped 3D points with magnetic heading (e.g. measured with devices like Precision–9):
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dmf

To export flipped 3D points with magnetic heading (e.g. measured with devices like Precision–9) with unreliable points:
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dmf+

To export flipped 3D points with GNSS heading (e.g. in-built GPS):
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dgf

To export flipped 3D points with GNSS heading (e.g. in-built GPS) with unreliable points:
SL3Reader.exe "C:\input.sl3" "D:\output.csv" -3dgf+

To export side scan imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ss

To export primary scan imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ps

To export secondary scan imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ses

To export down scan imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ds

To export frame type №7 imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -u7

To export georeferenced side scan imagery:
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ssg0

Preserved for future use. Do not use.
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ssg1

Preserved for future use. Do not use.
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -ssg2

For experimental purpose only. Do not use.
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -exp0

For experimental purpose only. Do not use.
SL3Reader.exe "C:\input.sl3" "D:\OutputFolder" -exp1

v1.0.10-alpha

28 Dec 15:53
Compare
Choose a tag to compare
v1.0.10-alpha Pre-release
Pre-release

Minor bug-fixes, perf. enhancements and some typos.

aux.xml support added.

07 Aug 19:54
Compare
Choose a tag to compare
Pre-release
v1.0.9-alpha

aux.xml support added

Frame V13 support added for imagery.

07 Aug 18:40
Compare
Choose a tag to compare
Pre-release
v1.0.8-alpha

Frame V13 support added for imagery.

Frame V13 support added.

07 Aug 14:29
Compare
Choose a tag to compare
Pre-release
v1.0.7-alpha

Frame version 13 added.

Improved file & memory handling

27 Jun 16:43
Compare
Choose a tag to compare
Pre-release

Warning! This version uses .NET 8.0. (https://dotnet.microsoft.com/en-us/download/dotnet/8.0) Install
SL3Reader.zip
the framework before use!

WorldFile support added

19 May 19:16
Compare
Choose a tag to compare
Pre-release
v1.0.5-alpha

WorldFile added

New memory management

23 Mar 21:31
Compare
Choose a tag to compare
New memory management Pre-release
Pre-release
v1.0.4-alpha

Various memory managemnet issues resolved & Depth field.

Improved header

21 Mar 20:54
Compare
Choose a tag to compare
Improved header Pre-release
Pre-release
v1.0.3-alpha

Refactor

Improved 3D export

10 Mar 20:26
Compare
Choose a tag to compare
Improved 3D export Pre-release
Pre-release
v1.0.2-alpha

Angle & Distance  added