datraw 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package datraw --version 1.0.3
NuGet\Install-Package datraw -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="datraw" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add datraw --version 1.0.3
#r "nuget: datraw, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install datraw as a Cake Addin
#addin nuget:?package=datraw&version=1.0.3

// Install datraw as a Cake Tool
#tool nuget:?package=datraw&version=1.0.3

This library allows for reading volumetric data sets stored in the dat/raw format, which consists of a textual description of the data format in the dat file and the raw voxel data in one or more raw files.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 149 1/15/2024
1.0.8 200 10/10/2023
1.0.7 177 10/9/2023
1.0.6 448 10/14/2022
1.0.5 450 5/14/2020
1.0.4 419 5/14/2020
1.0.3 416 5/13/2020
1.0.2 653 5/18/2019
1.0.1 748 10/10/2018
1.0.0 747 10/10/2018

Fix for C++17 compatibility.