e2nIEE / pandahub

A data hub for pandapower and pandapipes networks based on MongoDB.
Other
12 stars 12 forks source link

Custom element filters for get_subnet #41

Closed jthurner closed 11 months ago

jthurner commented 11 months ago

Introduce "additional_filters" argument to get_subnet functions which allows to filter on element tables not defined in pandahub, based on the net returned from the default elements. The argument is a dict of element table names with functions which recieve the pandapower net and return a mongodb query filter.

WIP - signature and implementation may change