Skip to content
Snippets Groups Projects

Added NEIC client parameters to FDSNFactory.py

All threads resolved!
Files
5
+ 1
1
@@ -76,7 +76,7 @@ def get_data_query(
" NOTE: when using 'iaga2002' output format, a maximum of 4 elements is allowed",
),
sampling_period: Union[SamplingPeriod, float] = Query(
None,
SamplingPeriod.MINUTE,
title="data rate",
description="Interval in seconds between values.",
),
Loading