From e8e58a3bb9dc233dacf573973457c5b48d369503 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 30 Aug 2022 12:27:42 +1000 Subject: Add scripts for generating eol/enwiki mappings - New data sources: OTOL taxonomy, EOL provider-ids, Wikidata dump - Add 'node_iucn' table - Remove 'redirected' field from 'wiki_ids' table - Make 'eol_ids' table have 'name' as the primary key - Combine name-generation scripts into genNameData.py - Combine description-generation scripts into genDescData.py --- backend/tolData/reviewImgsToGen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/tolData/reviewImgsToGen.py') diff --git a/backend/tolData/reviewImgsToGen.py b/backend/tolData/reviewImgsToGen.py index 88822c5..dcf18bc 100755 --- a/backend/tolData/reviewImgsToGen.py +++ b/backend/tolData/reviewImgsToGen.py @@ -66,6 +66,7 @@ if os.path.exists(enwikiImgDir): print(f"WARNING: No node found for {enwikiImgDir}{filename}") print(f"Result: {len(nodeToImgs)} nodes with images") print("Filtering out already-made image choices") + oldSz = len(nodeToImgs) if os.path.exists(outFile): with open(outFile) as file: -- cgit v1.2.3