You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project whereby I'm loading a GML file which includes node meta data, roughly in the following format;
node
[
id 0
type "Person"
age "67"
gender "Female"
]
I've adapted the function _gml_read_one_graph(gs, dir) function to return a MetaGraph object which has the properties from the GML file stored as properties with the vertices. Would an implementation be of interest for GraphIO.jl (or MetaGraphs.jl)?
The text was updated successfully, but these errors were encountered:
Hi!
I'm working on a project whereby I'm loading a GML file which includes node meta data, roughly in the following format;
I've adapted the
function _gml_read_one_graph(gs, dir)
function to return aMetaGraph
object which has the properties from the GML file stored as properties with the vertices. Would an implementation be of interest for GraphIO.jl (or MetaGraphs.jl)?The text was updated successfully, but these errors were encountered: