Skip to content

Commit 5957908

Browse files
committed
[JTH] little changes in downloaders to create docus
1 parent 99ff66e commit 5957908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bluemath_tk/downloaders/ecmwf/ecmwf_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ECMWFDownloader(BaseDownloader):
3333
check=True,
3434
)
3535
dataset = ecmwf_downloader.download_data(
36-
load_data=True,
36+
load_data=False,
3737
param=["msl"],
3838
step=[0, 240],
3939
type="fc",

bluemath_tk/downloaders/noaa/noaa_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class NOAADownloader(BaseDownloader):
3636
noaa_downloader = NOAADownloader(
3737
base_path_to_download="/path/to/NOAA/", # Will be created if not available
3838
debug=True,
39-
check=False,
39+
check=True,
4040
)
4141
4242
# Download buoy bulk parameters and load DataFrame

0 commit comments

Comments
 (0)