diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-04-30 13:24:26 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-04-30 13:24:26 +1000 |
| commit | d87bb9bc0991d7ce4eeb895da61c63a204edaa4d (patch) | |
| tree | 8a5e51817aba00f4d1a281749764805e2aee618a /backend/data/eol/README.md | |
| parent | 565495b1153c87cbf907de31d116c5f89bcffc2a (diff) | |
Add scripts for downloading/reviewing/cropping_and_resizing images
Also adjust client code to handle new format, and add
backend/data/README.md explaining image production process.
Diffstat (limited to 'backend/data/eol/README.md')
| -rw-r--r-- | backend/data/eol/README.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/backend/data/eol/README.md b/backend/data/eol/README.md index ed970d2..3ce9799 100644 --- a/backend/data/eol/README.md +++ b/backend/data/eol/README.md @@ -1,8 +1,15 @@ -Files -===== -- images\_list.tgz +Downloaded Files +================ +- imagesList.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 +- vernacularNames.csv Obtained from https://opendata.eol.org/dataset/vernacular-names on 24/04/2022 Listed as being last updated on 27/10/2020 + +Generated Files +=============== +- imagesList/ + Obtained by extracting imagesList.tgz +- imagesList.db + Represents data from eol/imagesList/*, and is created by genImagesListDb.sh |
