Skip to content
Snippets Groups Projects
Commit 8cd7bddf authored by de Boissieu Florian's avatar de Boissieu Florian
Browse files

update example

parent f133c196
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ import xarray as xr
import zipfile
tmpdir = Path(TemporaryDirectory(prefix="simplestac_").name)
tmpdir = Path("/tmp/simplestac_szlnywhw")
print(tmpdir) # to keep track of the directory to remove
data_dir = tmpdir/'fordead_data-main'
......@@ -37,7 +36,7 @@ coll = build_item_collection(image_dir, collection_format("S2_L2A_THEIA"))
coll
# %%
# save collection
# save collection in json format
coll.save_object(coll_path)
assert coll_path.exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment