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.
2 parents 2ee5a1d + 2e685d1 commit 616a652Copy full SHA for 616a652
odc/stats/_stac_fetch.py
@@ -1,7 +1,7 @@
1
import json
2
3
from odc.aio import S3Fetcher, s3_find_glob
4
-from odc.stac import stac2ds
+from datacube.metadata import stac2ds
5
from pystac.item import Item
6
7
setup.cfg
@@ -22,14 +22,13 @@ install_requires =
22
botocore
23
click>=8.0.0
24
dask
25
- datacube>=1.9.5
+ datacube>=1.9.6
26
distributed>=2025.4
27
numpy
28
odc-cloud[ASYNC]>=0.2.5
29
odc_algo>=1.0.1
30
odc_dscache>=1.9
31
odc_io
32
- odc_stac>=0.4.0
33
odc-geo>=0.5.0rc1
34
pandas
35
pystac>=1.1.0
0 commit comments