diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-03 11:01:47 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-03 11:01:47 +1000 |
| commit | 515e02b9453f7740d7429ad7e11d913e32e5ffdb (patch) | |
| tree | 563a484ab310bea9024199871f738dc10cefb58b /backend/data/README.md | |
| parent | 115a5cfd201a15477323f207585ae12e81f070fb (diff) | |
Rename some scripts to be eol-specific indicative
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index 8ee6e41..ece8efb 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -10,12 +10,12 @@ File Generation Process 2 Run genEolNameData.py, which adds 'names' and 'eol\_ids' tables to data.db, using data in eol/vernacularNames.csv and the 'nodes' table. 3 Image Data - 1 Run downloadImgsForReview.py to download EOL images into imgsForReview/. + 1 Run downloadEolImgs.py to download EOL images into eolImgsForReview/. It uses data in eol/imagesList.db, and the 'eol\_ids' table. - 2 Run reviewImgs.py to filter images in imgsForReview/ into EOL-id-unique - images in imgsReviewed/ (uses 'names' and 'eol\_ids' to display extra info). + 2 Run reviewEolImgs.py to filter images in eolImgsForReview/ into EOL-id-unique + images in eolImgsReviewed/ (uses 'names' and 'eol\_ids' to display extra info). 3 Run genImgsForWeb.py to create cropped/resized images in img/, using - images in imgsReviewed, and also to add an 'images' table to data.db. + images in eolImgsReviewed/, and also to add an 'images' table to data.db. 4 Run genLinkedImgs.py to add a 'linked_imgs' table to data.db, which uses 'nodes', 'edges', 'eol_ids', and 'images', to associate nodes without images to child images. |
