We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874cd59 commit 23615f4Copy full SHA for 23615f4
scripts/fix_dois_202512.py
@@ -3,6 +3,11 @@
3
On Dec. 11, 2025, we realized that the DOI for these products was wrong (used
4
the previous version). This script updates existing nc files to have the correct
5
DOI in order to avoid data reprocessing.
6
+
7
+NOTE/WARNING: if this is ever re-used in the future, remember to update the
8
+output file checksums (`.mnf` files) after. This script does NOT update the
9
+associated checksum file - it just updates the DOI metadata. See the
10
+`regenerate_checksums.py` script.
11
"""
12
13
from pathlib import Path
0 commit comments