Zenmo / HOLON

Model made for HOLON project
MIT License
2 stars 0 forks source link

Little ETM input conversion module #82

Closed noracato closed 1 year ago

noracato commented 2 years ago

Here's the first version of the configurable ETM input conversion module. We can use it for the passive connection to start with, but we can also bend it a bit to be included in the active connection - as an imported module in the Django backend (? I'm not too familiar with Django to know if that's really possible, but I guess so..).

It features:

Retrieving all possible curves from the ETM

Retrieving any gquery

Retrieving any node property

And you can mix them and create conversions!

Right now only a 'divide by' conversion is supported, where you can divide an ETM output curve by the value of a node property or query. All customisable in the config file.

Check out the README for more info on how to use it.

This is a first version, so there's room for improvement:

I hope you can have fun with this and try to make some connections to the ETM when I'm on holidays. Looking forward to bugfixing and feature requests when I'm back 😉

Including @marliekeverweij

noracato commented 2 years ago

Btw we created this branch a while ago, and there's a lot of commits I dont recognise. If you want me to rebase onto main let me know, tomorrow I might have a spare 20 mins for it. Otherwise one of you could fix it, as you know more about what happened in the other part of the model.

noracato commented 1 year ago

This banch has been rebased on feature-parallelAgentProcessing.

noracato commented 1 year ago

Moved in ZEnMo/HOLON-ETM@77d1970