CropGuardian.SoilMetrics
1.0.0
See the version list below for details.
dotnet add package CropGuardian.SoilMetrics --version 1.0.0
NuGet\Install-Package CropGuardian.SoilMetrics -Version 1.0.0
<PackageReference Include="CropGuardian.SoilMetrics" Version="1.0.0" />
paket add CropGuardian.SoilMetrics --version 1.0.0
#r "nuget: CropGuardian.SoilMetrics, 1.0.0"
// Install CropGuardian.SoilMetrics as a Cake Addin #addin nuget:?package=CropGuardian.SoilMetrics&version=1.0.0 // Install CropGuardian.SoilMetrics as a Cake Tool #tool nuget:?package=CropGuardian.SoilMetrics&version=1.0.0
CropGuardian.SoilMetrics
Note: This project is under constant development and updates will be made frequently to improve the quality and features of this library. This class library will also be made available in C# and Python.
CropGuardian.SoilMetrics is a comprehensive .NET library designed for analyzing soil nutrient data and generating fertilization recommendations. It helps farmers, agronomists, and developers create optimized fertilization plans based on soil health and nutrient sufficiency for a variety of crops. The library supports both manual soil data entry and simulated data generation for testing purposes.
Features
- Manual Soil Data Entry: Input soil nutrient levels manually to receive tailored fertilization recommendations based on crop-specific nutrient sufficiency ranges.
- Simulated Soil Data Generation: Generate random soil nutrient data to simulate real-world scenarios or edge cases for testing and development purposes.
- Predefined Crop Data: Includes predefined nutrient sufficiency data for crops like corn, soybeans, wheat, and alfalfa at different growth stages.
- Support for Macronutrients and Micronutrients: Analyze key nutrients such as Nitrogen (N), Phosphorus (P), Potassium (K), and more.
- Configurable Growth Stages: Tailored nutrient recommendations based on crop growth stages.
- Edge Case Handling: Simulate nutrient deficiencies or excesses to test how the library handles extreme conditions.
Getting Started
Installation
To install the CropGuardian.SoilMetrics from NuGet, use the following command in the .NET CLI:
dotnet add package CropGuardian.SoilMetrics
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- FSharp.Core (>= 8.0.400)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes for Version 1.0.0:
Initial Release of SoilHealth Library
The SoilHealth Library provides a robust platform for analyzing soil health and generating optimized fertilization recommendations. It is designed for developers, agronomists, and agricultural software creators, with full support for manual soil data entry and simulated soil condition testing.
Key Features:
Manual Soil Data Entry: Input soil test results and receive tailored recommendations based on predefined crop nutrient sufficiency ranges.
Simulated Data Generation: Generate random soil data within or outside sufficiency ranges for testing purposes, helping developers and agronomists simulate real-world scenarios.
Nutrient Sufficiency Analysis:
Support for major macronutrients (Nitrogen, Phosphorus, Potassium) and micronutrients (Iron, Copper, Zinc, Boron).
Analyze nutrient levels based on crop growth stages for enhanced accuracy.
Predefined Crop Data:
Includes nutrient sufficiency data for key crops such as corn, soybeans, wheat, and alfalfa.
Nutrient sufficiency is determined based on various growth stages, ensuring precise fertilization recommendations.
Edge Case Testing: Test how the library handles extreme soil nutrient conditions by generating data outside normal ranges.
Improvements:
Optimized performance for generating random soil data based on predefined sufficiency ranges.
Enhanced flexibility for handling different crop growth stages and nutrient requirements.
Compatibility:
Fully compatible with .NET 8 and can be easily integrated into modern .NET-based applications.