spine-tools / Spine-Toolbox

Spine Toolbox is an open source Python package to manage data, scenarios and workflows for modelling and simulation. You can have your local workflow, but work as a team through version control and SQL databases.
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
67 stars 17 forks source link

Importer to support groups #589

Closed spine-o-bot closed 3 years ago

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 2, 2020, 16:34

We currently can define groups in the database, through the entity_group table. We may wanna update the Importer so the user can also map columns or rows to groups and members. I don't have a clear picture yet, maybe I can elaborate soon.

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 2, 2020, 16:34

assigned to @manuelma

spine-o-bot commented 3 years ago

In GitLab by @jkiviluo on Jul 3, 2020, 17:19

That would be nice. That could be used also for passing subsets to GAMS models.

The importer really needs some improvements for it's GUI. There is this from Per: https://gitlab.vtt.fi/spine/toolbox/-/issues/454

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 6, 2020, 16:55

mentioned in merge request model!27

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 16, 2020, 04:09

mentioned in commit 9e2fb1348f43ef19c47da7da8f44f24cff9602f8

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 16, 2020, 04:41

mentioned in commit data@0fa9c0e6b65e3778b2196d7596d3d8d82602a747

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 16, 2020, 04:43

mentioned in commit 4d136d8f76ea1596ede2bad2830b76b4c7d40fa9

spine-o-bot commented 3 years ago

In GitLab by @soininen on Jul 16, 2020, 13:22

Can we wait for !51 to be merged before continuing on this to avoid difficult to solve merge conflicts? The scenarios_and_alternatives branch contains a bit different implementation than what we have in dev. Also, json_mapping in spinedb_api is going to change quite a bit when data!25 is merged.

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 16, 2020, 16:11

Sure, this is mostly done anyways. I'm very sorry about introducing all those conflicts, I should have checked before but I just assumed this part of the code wasn't affected. Anyways, I won't be touching toolbox or spinedb_api in what's left of this week...

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 23, 2020, 22:30

This is working.

spine-o-bot commented 3 years ago

In GitLab by @manuelma on Jul 23, 2020, 22:30

closed