data.UFSObsConv¶
Global
Import path: earth2studio.data.UFSObsConv
Documentation¶
Bases: _UFSObsBase
NOAA UFS GEFS-v13 replay observations in-situ data
Parameters:
-
time_tolerance(TimeTolerance, default:timedelta64(10, 'm')) –Time tolerance window for filtering observations. Accepts a single value (symmetric ± window) or a tuple (lower, upper) for asymmetric windows, by default, np.timedelta64(10, 'm').
-
max_workers(int, default:24) –Max workers in async IO thread pool for concurrent downloads, by default 24.
-
cache(bool, default:True) –Cache data source in local filesystem cache, by default True.
-
async_timeout(int, default:600) –Time in seconds after which the async fetch will be cancelled if not finished, by default 600.
-
verbose(bool, default:True) –Log basic progress information, by default True.
Warning
This is a remote data source and can potentially download a large amount of data to your local machine for large requests.
Note
Additional resources: