diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-23 18:00:43 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-23 18:01:13 +1100 |
| commit | 94a8ad9b067e5a2c442ce47ce72d1a53eb444160 (patch) | |
| tree | 2056373ee56b8b2f8269ac3e94d40f8f0e6eec0d /backend/tol_data/README.md | |
| parent | 796c4e5660b1006575b8f2af9d99e2ce592c767a (diff) | |
Clean up some docs and naming inconsistencies
Diffstat (limited to 'backend/tol_data/README.md')
| -rw-r--r-- | backend/tol_data/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/backend/tol_data/README.md b/backend/tol_data/README.md index a21418b..f1bbf6b 100644 --- a/backend/tol_data/README.md +++ b/backend/tol_data/README.md @@ -3,7 +3,7 @@ This directory holds files used to generate the tree-of-life database data.db. # Database Tables ## Tree Structure - `nodes` <br> - Format : `name TEXT PRIMARY KEY, id TEXT UNIQUE, tips INT` <br> + Format: `name TEXT PRIMARY KEY, id TEXT UNIQUE, tips INT` <br> Represents a tree-of-life node. `tips` holds the number of no-child descendants - `edges` <br> Format: `parent TEXT, child TEXT, p_support INT, PRIMARY KEY (parent, child)` <br> @@ -59,10 +59,8 @@ takes several days, and occupies over 200 GB. ## Environment Some of the scripts use third-party packages: - `indexed_bzip2`: For parallelised bzip2 processing. -- `jsonpickle`: For encoding class objects as JSON. - `requests`: For downloading data. -- `PIL`: For image processing. -- `tkinter`: For providing a basic GUI to review images. +- `Pillow`: For image processing. - `mwxml`, `mwparserfromhell`: For parsing Wikipedia dumps. ## Generate Tree Structure Data |
