"This is provisional data. Any data secured from the USGS database that are identified as provisional have not received Director's approval and are subject to revision. Source and Authority: U.S. Geological Survey Manual, Section 500.24",
]
fortraceintimeseries:
if"comments"intrace.stats:
trace.stats.comments.extend(
[
"DISCLAIMER",
"This is provisional data. Any data secured from the USGS database that are identified as provisional have not received Director's approval and are subject to revision. Source and Authority: U.S. Geological Survey Manual, Section 500.24",
"DISCLAIMER",
]
)# input string
else:
trace.stats.comments=[
"DISCLAIMER",
"This is provisional data. Any data secured from the USGS database that are identified as provisional have not received Director's approval and are subject to revision. Source and Authority: U.S. Geological Survey Manual, Section 500.24",
"DISCLAIMER",
]
if"comments"notintrace.stats:
trace.stats.comments=[]
# Check if the disclaimer is already in the comments to avoid duplication