Skip to content

Commit 47e184c

Browse files
committed
Add explanation of GEXF-export.py
1 parent cdca598 commit 47e184c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,17 @@ They are designed for headless environments (such as dev containers). The graph
4141
```bash
4242
$BROWSER graph.png
4343
$BROWSER graph2.png
44-
```
44+
```
45+
46+
### GEXF-Export Script
47+
48+
- **Purpose:**
49+
Exports the constructed network graph to a GEXF (Graph Exchange XML Format) file, enabling further visualization and analysis in graph tools such as Gephi.
50+
51+
- **Key Steps:**
52+
1. Extracts nodes and edges from the source dataset or graph object.
53+
2. Structures the network data according to the GEXF specification.
54+
3. Writes the resulting graph to a `.gexf` file (e.g., `all_workgroups_graph_sanitized.gexf`).
55+
4. The exported file can be opened in Gephi or other compatible tools for interactive exploration.
56+
57+
The GEXF-export script generates a network graph in the GEXF (Graph Exchange XML Format) file format. It extracts data about nodes (such as workgroups, users, or other entities) and their relationships (edges) from the source dataset, then structures this information according to the GEXF specification. The resulting .gexf file can be visualized and analyzed using graph analysis tools like Gephi. This allows users to explore the connections and structure of the network represented in

0 commit comments

Comments
 (0)