The Soil Sample Importer module of FarmBuild's JavaScript library is available through the GITHUB repository.
The Soil Sample Importer has been designed as a stand alone sample that can be integrated into new or existing platforms. The sample include the ability to:
- load a farmdatablock.json file (can be generated from the FarmBuild Web Mapping module sample)
- load a soil sample .csv file
- auto link or related samples to farm paddocks
- link predefined lab sample elements to standardised elements (custom list in a JSON file)
- export soil sample elements with paddock relationships to JSON file
- view the soil element classifications (custom list in JSON file)
The Soil Sample Importer has been designed to write the soil samples and farm paddock data into a specified JSON structure called the Farm Data Block.
Through the JSON structure, the JSON exports are interoperable with the other FarmBuild modules.
The Soil Sample Importer can be customised to suit schema and classification preferences.
Back to FarmBuild