Skip to content

Commit 998c472

Browse files
Update README.md
1 parent 87bd464 commit 998c472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function copernicus_marine_catalog(product_id,dataset_id,
2525
asset = "timeChunked")
2626

2727
cat = STAC.Catalog(stac_url);
28-
item_canditates = filter(startswith(dataset_id),keys(cat[product_id].items))
28+
item_canditates = filter(startswith(dataset_id),collect(keys(cat[product_id].items)))
2929
# use last version per default
3030
dataset_version_id = sort(item_canditates)[end]
3131
item = cat[product_id].items[dataset_version_id]

0 commit comments

Comments
 (0)