VEZY / MultiScaleTreeGraph.jl

Read, analyse, compute, write and convert MTG files
https://vezy.github.io/MultiScaleTreeGraph.jl/stable
MIT License
10 stars 1 forks source link

Add possibility to parse node type at parsing #37

Open VEZY opened 1 year ago

VEZY commented 1 year ago

The node type is often related to the symbol of the node, with potentially a parameter linked to an attribute value or the scale. It would be interesting to be able to parse the node type at parsing when needed, for example using a function that takes the information about the node in input and computes the type, or by passing a Dict of symbols => type or symboles => function.