Skip to content

Commit

Permalink
Expand docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Oct 1, 2024
1 parent a50d0fc commit b32c65c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/usage_metrics/raw/zenodo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
"""Extract data from Zenodo logs, where each JSON file has metadata on all records in a version."""
"""Extract data from Zenodo logs from archived JSON files in GCS.
Each JSON file has metadata on all records in a version. These files are saved by
scripts/save_zenodo_metrics.py.
"""

import json
import re
Expand Down

0 comments on commit b32c65c

Please sign in to comment.