Skip to content

Commit c1f4d4e

Browse files
committed
Mention file sizes for unwary users
1 parent 56f926e commit c1f4d4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/symptom-survey/survey-files.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ First, the monthly CSV files have filenames in the form
6767

6868
and contain all valid responses for that month. These are produced from the
6969
daily files, by taking the data with the most recent `recorded` date for each
70-
day of the month. They are compressed with gzip; the standard `gunzip` command
71-
on macOS or Linux can decompress them. (macOS can also decompress these files
72-
through Finder automatically; on Windows, free programs like
73-
[7-zip](https://www.7-zip.org/) can decompress gzip files.) Users doing
74-
historical analyses of the survey data should start with these files, since they
75-
provide the easiest way to get all the necessary data, without accidentally
76-
including duplicate results.
70+
day of the month. Because these files are large (typically over 300 MB), they
71+
are compressed with gzip; the standard `gunzip` command on macOS or Linux can
72+
decompress them. (macOS can also decompress these files through Finder
73+
automatically; on Windows, free programs like [7-zip](https://www.7-zip.org/)
74+
can decompress gzip files.) Users doing historical analyses of the survey data
75+
should start with these files, since they provide the easiest way to get all the
76+
necessary data, without accidentally including duplicate results.
7777

7878
Second, we produce monthly tarballs containing the daily `.csv.gz` files for
7979
that month, with names in the form

0 commit comments

Comments
 (0)