📄️ Prerequisites
This guide provides a comprehensive walkthrough on how to create a farm using fdm-core, the core library of the Farm Data Model (FDM). It covers the necessary steps, code examples, and explanations to help you get started.
📄️ Setup the FDM instance
In the previous step, we made sure that all the prerequisites for fdm-core are met. In this step, we will set up an FDM instance.
📄️ Basic Usage (fdm-core)
After setting up your database connection as described in the previous step, you can start interacting with the FDM using functions exported by @svenvw/fdm-core. This section provides basic examples of common operations using direct function calls.
📄️ Using Catalogues (fdm-data & fdm-core)
Standardized catalogues simplify data entry and ensure consistency. You can access catalogue data in two main ways:
📄️ Running Calculations (fdm-calculator)
The @svenvw/fdm-calculator package provides functions to perform various agronomic calculations based on data stored within the FDM structure. This allows for deriving insights and recommendations from the recorded farm data.