alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
11 stars 4 forks source link

Update GES model to interact with database #250

Open rmward61 opened 6 months ago

rmward61 commented 6 months ago

GES model version that takes data from database, runs calibration, runs simulation and returns simulation results to the database.

Also added in to ingress - scripts to read in data from WeatherWarm.csv and MonitoredSynthetic.csv files.

Note these scripts have paths that need re-writing to more generalisability.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.85%. Comparing base (298e014) to head (8ebb8ba).

:exclamation: Current head 8ebb8ba differs from pull request most recent head d0e3f7b. Consider uploading reports for the commit d0e3f7b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #250 +/- ## ========================================== + Coverage 90.83% 90.85% +0.01% ========================================== Files 78 78 Lines 5674 5674 ========================================== + Hits 5154 5155 +1 + Misses 520 519 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

EdwinB12 commented 5 months ago

This draft PR is to mark this branch. This branch has the code for the GES model. It has been integrated into DTBase but requires reviewing. There is also a question of whether this should be merged into the main because it may not be considered a 'standard' model. However, it could be very useful for others.