G-Node / G-Node/python-odml

Usage of a odML template files

未关闭
#137 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
25
派生
30
PR 合并指标
30 天内没有已合并 PR

描述

With the separation of more complex odML tree structures from the odML terminology side to a template store side (cf. #136) we could also provide a function that loads an odML file via an url or a local repository as an odML template:

```python
import odml

# returns the template odml file from the template store page (as clone)
doc1 = odml.load_template(url_some_temp_store_file)

# returns some local file (as clone) with the option to empty all values
doc2 = odml.load_template(dir_some_local_file, empty_values=True)
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。