navis-org / navis

Python library for analysis of neuroanatomical data.
https://navis.readthedocs.io
GNU General Public License v3.0
80 stars 29 forks source link

NML export #126

Open perlman opened 7 months ago

perlman commented 7 months ago

Support export of the NML format used in WebKnossos.

This is work in progress. This is just a very rough prototype to output a single neuron.

Example:

neuron = navis.read_swc("1.swc")
navis.write_nml(neuron, "1.nml")