Skip to content

Commit d8cd9d6

Browse files
authored
Download depth fix (#138)
* download argo fix * back to ship datasets
1 parent 5cd2f07 commit d8cd9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtualship/cli/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def fetch(path: str | Path, username: str | None, password: str | None) -> None:
284284
maximum_latitude=spatial_range.maximum_latitude + 3.0,
285285
start_datetime=start_datetime,
286286
end_datetime=end_datetime,
287-
minimum_depth=abs(0),
287+
minimum_depth=abs(1),
288288
maximum_depth=abs(spatial_range.maximum_depth),
289289
output_filename=dataset["output_filename"],
290290
output_directory=download_folder,

0 commit comments

Comments
 (0)