We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a2c8c commit 70effeeCopy full SHA for 70effee
docker/docker-compose.yml
@@ -27,4 +27,4 @@ services:
27
# - "8787:8787"
28
volumes:
29
- ${GITHUB_WORKSPACE}/tests:/tmp/tests
30
- - ${GITHUB_WORKSPACE}/odc/stats:/env/lib/python3.10/site-packages/odc/stats
+ - ${GITHUB_WORKSPACE}/odc/stats:/env/lib/python3.10/site-packages/odc/stats
odc/stats/io.py
@@ -47,6 +47,7 @@
47
from odc.aws.s3_client import S3Client
48
from dask.distributed import get_worker
49
from datacube.utils.dask import save_blob_to_file
50
+
51
# from datacube.utils.cog import to_cog
52
from odc.geo.cog import to_cog
53
0 commit comments