PEMSReportCore 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PEMSReportCore --version 1.0.1
NuGet\Install-Package PEMSReportCore -Version 1.0.1
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="PEMSReportCore" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PEMSReportCore --version 1.0.1
#r "nuget: PEMSReportCore, 1.0.1"
#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 PEMSReportCore as a Cake Addin
#addin nuget:?package=PEMSReportCore&version=1.0.1

// Install PEMSReportCore as a Cake Tool
#tool nuget:?package=PEMSReportCore&version=1.0.1

非道路移动机械便携式排放测试系统(PEMS)数据报告核心库,助力PEMS数据可视化,服务非道路移动机械环境保护。

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

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.2 164 7/13/2023
1.0.1 130 7/7/2023
1.0.0 126 6/19/2023

更新内容:
1. 图像数据点完成NaN和Infinity的数值过滤;
2. 图像涉及的数据类PEMSImageData提供默认构造方法以便Json反序列化操作;
3. 001号、002号与003号图像生成器增加无图像数据点时图像生成调整功能。