Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion builders/bbh_michigan_monthly.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

Network cost: the deposit is a single 189 MiB zip. This builder HTTP-range-reads
the zip's central directory and then only the three compressed members it needs
(~310 KiB), falling back to a full download if the host stops honouring Range.
(824,944 bytes transferred in total, measured -- each member is read through a
256 KiB buffer, so reads overshoot the ~310 KiB of compressed member bytes),
falling back to a full download if the host stops honouring Range.

Stages: fetch -> pre-process -> validate -> write.

Expand Down
Loading