We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ff66e commit 5957908Copy full SHA for 5957908
bluemath_tk/downloaders/ecmwf/ecmwf_downloader.py
@@ -33,7 +33,7 @@ class ECMWFDownloader(BaseDownloader):
33
check=True,
34
)
35
dataset = ecmwf_downloader.download_data(
36
- load_data=True,
+ load_data=False,
37
param=["msl"],
38
step=[0, 240],
39
type="fc",
bluemath_tk/downloaders/noaa/noaa_downloader.py
@@ -36,7 +36,7 @@ class NOAADownloader(BaseDownloader):
noaa_downloader = NOAADownloader(
base_path_to_download="/path/to/NOAA/", # Will be created if not available
debug=True,
- check=False,
+ check=True,
40
41
42
# Download buoy bulk parameters and load DataFrame
0 commit comments