Table of Contents | ||
---|---|---|
|
...
Sample Files
A sample of 100 extracted feature files is available for download through your browser: sample-EF202003.zip
Also, thematic collections are available to download: DocSouth (82 volumes), EEBO (234 volumes), ECCO (412 volumes).
Filepaths
The dataset is stored in a directory specification created by HTRC called stubbytree. (Note: This is a change from previous versions of the Extracted Features dataset that used the pairtree directory specification.) Stubbytree places files in a directory structure based on the file name, with the highest level directory being the HathiTrust source code (i.e. volume ID prefix), and then using every third character of the cleaned volume ID, starting with the first, to create a sub-directory. For example the Extracted Features file for the volume with HathiTrust ID nyp.33433070251792 would be located at:
...
Code Block |
---|
rsync -azv data.analytics.hathitrust.org::features-2018.01/listing/htrc-ef-all-filesfile_listing.txt |
In order to rsync a file or set of files, you must know their directory path on HTRC’s servers. It is possible to sync any single Extracted Features file in the following manner:
...
Code Block |
---|
rsync -azv data.analytics.hathitrust.org::features-2015.02/listing/htrc-ef-all-filesfile_listing.txt |
Users hoping for a more flexible file listing can use rsync's --list-only flag.
...