diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-08-30 14:54:33 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-08-30 14:57:21 +1000 |
| commit | 0f39be89c3d5620b8187b1d7621b7680800c268b (patch) | |
| tree | 315e4021898f01741924a32525fa4f831ee987f8 /backend/tolData/README.md | |
| parent | e8e58a3bb9dc233dacf573973457c5b48d369503 (diff) | |
Display IUCN status in TileInfoModal
Diffstat (limited to 'backend/tolData/README.md')
| -rw-r--r-- | backend/tolData/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/tolData/README.md b/backend/tolData/README.md index 1248098..ece07b4 100644 --- a/backend/tolData/README.md +++ b/backend/tolData/README.md @@ -74,8 +74,8 @@ Some of the scripts use third-party packages: files in wikidata/, and 'dump-index files' in enwiki/, as specified in their READMEs. 2. Run genMappingData.py, which adds the `eol_ids` and `wiki_ids` tables, - using the files obtained above, and the `nodes` table. It also uses - 'picked mappings' files, if they exist. + as well as `node_iucn`. It uses the files obtained above, the `nodes` table, + and 'picked mappings' files, if they exist. - pickedEolIds.txt contains lines like `3785967|405349`, specifying an otol ID and an eol ID to map it to. The eol ID can be empty, in which case the otol ID won't be mapped. |
