G-Node / G-Node/python-odml

Usage of a odML template files

オープン
#137 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。