simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

Polish tools module #786

Closed kysrpex closed 2 years ago

kysrpex commented 2 years ago

Note that find is meant to replace the CUDS selection mechanism. For example, imagine that you need to move individual freiburg and all the "contained" individuals (inhabitants, buildings, etc) in the mereotopological sense. Then first you get the list of individuals to move using individuals = find(freiburg, rel=city.encloses). After that, you add them to the new session using session.add(individuals).

grafik

kysrpex commented 2 years ago

@pablo-de-andres @yoavnash Just fixed the branch for proper readability during review.