EncDotNet.S100.Core
0.1.2
See the version list below for details.
dotnet add package EncDotNet.S100.Core --version 0.1.2
NuGet\Install-Package EncDotNet.S100.Core -Version 0.1.2
<PackageReference Include="EncDotNet.S100.Core" Version="0.1.2" />
<PackageVersion Include="EncDotNet.S100.Core" Version="0.1.2" />
<PackageReference Include="EncDotNet.S100.Core" />
paket add EncDotNet.S100.Core --version 0.1.2
#r "nuget: EncDotNet.S100.Core, 0.1.2"
#:package EncDotNet.S100.Core@0.1.2
#addin nuget:?package=EncDotNet.S100.Core&version=0.1.2
#tool nuget:?package=EncDotNet.S100.Core&version=0.1.2
EncDotNet.S100.Core
Core abstractions and pipeline framework for working with S-100 based nautical chart data.
Overview
This library provides the foundational types used across the EncDotNet.S100 libraries, including:
- Asset sources —
IAssetSourceabstraction for reading files from directories (FileSystemAssetSource) or ZIP archives (ZipAssetSource). - HDF5 abstractions —
IHdf5FileandIHdf5Groupinterfaces for reading HDF5 data without binding to a specific HDF5 library. - Lua scripting abstractions —
ILuaEngineandILuaContextinterfaces for running sandboxed Lua portrayal scripts, plus theS100LuaHosthost API. - Coverage pipeline —
ICoverageSource,ICoverageRenderer<T>,CoveragePipeline, and supporting types (GridGeoreferencer,CoverageColorScheme,StyledCoverageLayer) for rendering gridded data. - Vector pipeline —
IVectorSource,IVectorPortrayalCatalogue,VectorPipeline, andDrawingInstructionfor rendering vector features. - Shared types —
IPortrayalCatalogue,ICrsTransform,NavigationContext,Viewport,BoundingBox,RgbaColor,ColorPalette.
Installation
dotnet add package EncDotNet.S100.Core
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on EncDotNet.S100.Core:
| Package | Downloads |
|---|---|
|
EncDotNet.S100.Portrayals
Libraries for manipulating S-100 based nautical charts. |
|
|
EncDotNet.S100.Features
Libraries for manipulating S-100 based nautical charts. |
|
|
EncDotNet.S100.Datasets.S101
Libraries for manipulating S-100 based nautical charts. |
|
|
EncDotNet.S100.Renderers.Skia
Libraries for manipulating S-100 based nautical charts. |
|
|
EncDotNet.S100.Scripting.MoonSharp
Libraries for manipulating S-100 based nautical charts. |
GitHub repositories
This package is not used by any popular GitHub repositories.