diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-04-27 00:29:20 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-04-27 01:38:04 +1000 |
| commit | 6f52cd6b07970010c40270003d63aa74f84f6ae9 (patch) | |
| tree | f23c0a9ebc50db89463621516ab643d5c76c1590 /backend/data/eol/README.md | |
| parent | 55e281a57c2ac9acb18836ea7a48f5a553d924e2 (diff) | |
Use EOL vernacular-names data for searching
Add data/eolNamesToSqlite.py to read EOL vernacular-names data and add
to sqlite db. Adjust server.py to handle search requests, and adjust
SearchModal to make them.
Diffstat (limited to 'backend/data/eol/README.md')
| -rw-r--r-- | backend/data/eol/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/data/eol/README.md b/backend/data/eol/README.md index e69de29..ed970d2 100644 --- a/backend/data/eol/README.md +++ b/backend/data/eol/README.md @@ -0,0 +1,8 @@ +Files +===== +- images\_list.tgz + Obtained from https://opendata.eol.org/dataset/images-list on 24/04/2022 + Listed as being last updated on 05/02/2020 +- vernacular\_names.csv + Obtained from https://opendata.eol.org/dataset/vernacular-names on 24/04/2022 + Listed as being last updated on 27/10/2020 |
