Skip to content

Commit a724481

Browse files
authored
Merge pull request #112 from GeoOcean/new-tests-and-docs
New tests and docs
2 parents 99ff66e + 4674a95 commit a724481

26 files changed

+2
-860
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

docs/source/bluemath_tk.core.data.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/source/bluemath_tk.core.plotting.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/source/bluemath_tk.core.rst

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/source/bluemath_tk.datamining.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/source/bluemath_tk.distributions.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/source/bluemath_tk.downloaders.copernicus.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/source/bluemath_tk.downloaders.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/source/bluemath_tk.interpolation.rst

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)