"Writing output to: ./output_cog/venosta_1718_cog/cog_2017-10-01.tif\n",
"Reading input: temp.tif\n",
"\n",
"Adding overviews...\n",
"Updating dataset tags...\n",
"Writing output to: ./output_cog/venosta_1718_cog/cog_2017-10-01.tif/cog_2017-10-02.tif\n"
"/home/jzvolensky/eurac/projects/swe-maps-stac/swe_maps_stac/utils.py:30: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.\n",
"File \u001b[0;32mrasterio/shutil.pyx:139\u001b[0m, in \u001b[0;36mrasterio.shutil.copy\u001b[0;34m()\u001b[0m\n",
"File \u001b[0;32mrasterio/_err.pyx:221\u001b[0m, in \u001b[0;36mrasterio._err.exc_wrap_pointer\u001b[0;34m()\u001b[0m\n",
"\u001b[0;31mCPLE_OpenFailedError\u001b[0m: Attempt to create new tiff file './output_cog/venosta_1718_cog/cog_2017-10-01.tif/cog_2017-10-02.tif' failed: Not a directory"
File ~/eurac/projects/swe-maps-stac/.venv/lib/python3.10/site-packages/rasterio/env.py:451, in ensure_env_with_credentials.<locals>.wrapper(*args, **kwds)
448 session = DummySession()
450 with env_ctor(session=session):
--> 451 return f(*args, **kwds)
File rasterio/shutil.pyx:139, in rasterio.shutil.copy()
File rasterio/_err.pyx:221, in rasterio._err.exc_wrap_pointer()
CPLE_OpenFailedError: Attempt to create new tiff file './output_cog/venosta_1718_cog/cog_2017-10-01.tif/cog_2017-10-02.tif' failed: Not a directory
%% Cell type:markdown id: tags:
%% Cell type:code id: tags:
``` python
```
%%Celltype:codeid:tags:
/home/jzvolensky/eurac/projects/swe-maps-stac/swe_maps_stac/utils.py:30: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.