Skip to content

Within the EU program Ploutos we explored the use of machine for affordable monitoring of C-storage by farmers. We looked at defining parameters to feed the Roth-C model for carbon storage modeling, and we explored recording of on-field measures that promote C-storage (an automated log or record of farming activities).

Notifications You must be signed in to change notification settings

FarmHackNL/Ploutos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ploutos: SIP8

In this Docker Compose project, there are 2 services:

  • pie: This is the PIE, which coordinates data exchange between the other services.
  • machine-data-km: This service maps the data from trekkerdata.nl.
    • It needs to be configured with an API key, which is read from .env (see instructions below)
  • asking-kb: This service simply asks for the same data that machine-data-km provides every few seconds, and prints the results.

How to run it

First, create the .env file.

cp .env.default .env

Then edit the .env file to your liking (add your API key).

Then, run it!

# start the services
docker compose up -d

# look at the `asking-kb` logs
docker compose logs -f asking-kb

You should see some data in the logs. That means it works!

About

Within the EU program Ploutos we explored the use of machine for affordable monitoring of C-storage by farmers. We looked at defining parameters to feed the Roth-C model for carbon storage modeling, and we explored recording of on-field measures that promote C-storage (an automated log or record of farming activities).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published