To build a tree, you will first need various data files from the internet. These are not provided by OneZoom directly as they are (a) very large and (b) regularly updated.
All source files are downloaded automatically by DVC pipeline stages:
- Open Tree of Life files, downloaded by the
download_opentreestage intoOpenTree/<version>/(see OpenTree/README.markdown) - EOL provider IDs, downloaded by the
download_eolstage intoEOL/provider_ids.csv.gz - Wikipedia SQL dump, downloaded by the
download_wikipedia_sqlstage intoWiki/wp_SQL/enwiki-page.sql.gz(see Wiki/README.markdown) - Wikidata JSON dump, streamed and filtered by the
download_and_filter_wikidatastage (see Wiki/README.markdown) - Wikipedia pageviews, streamed and filtered by the
download_and_filter_pageviewsstage (see Wiki/README.markdown)