Skip to content

Commit 3484a24

Browse files
committed
Debug on GHA
1 parent 546451e commit 3484a24

File tree

4 files changed

+422
-2
lines changed

4 files changed

+422
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,12 @@ jobs:
166166
env:
167167
DATACUBE_DB_URL: postgresql://postgres:postgres@localhost/datacube
168168

169+
- name: Setup tmate session
170+
uses: mxschmitt/action-tmate@v3
169171
- name: Run Tests
170172
shell: bash
171173
run: |
172174
datacube system check
173-
datacube metadata add "https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/product_metadata/eo3_sentinel_ard.odc-type.yaml"
174175
175176
echo "Running Tests"
176177
pytest --cov=. \

apps/dc_tools/odc/apps/dc_tools/cop_dem_to_dc.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,11 @@ def process_uri_tile(
129129
asset_name="elevation",
130130
)
131131

132+
# breakpoint()
133+
f = item.to_dict()
134+
b = stac_transform(f)
132135
index_update_dataset(
133-
stac_transform(item.to_dict()),
136+
b,
134137
uri,
135138
dc,
136139
doc2ds,

ghafreeze

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
affine==2.4.0
2+
aiobotocore==2.15.2
3+
aiohappyeyeballs==2.4.3
4+
aiohttp==3.11.6
5+
aioitertools==0.12.0
6+
aiosignal==1.3.1
7+
alabaster==1.0.0
8+
asttokens==2.4.1
9+
attrs==24.2.0
10+
aws-xray-sdk==2.14.0
11+
azure-core==1.32.0
12+
azure-storage-blob==12.24.0
13+
babel==2.16.0
14+
bcrypt==4.2.1
15+
beautifulsoup4==4.12.3
16+
bleach==6.2.0
17+
blinker==1.9.0
18+
boltons==24.0.0
19+
boto3==1.35.36
20+
botocore==1.35.36
21+
branca==0.7.2
22+
Brotli==1.1.0
23+
cached-property==1.5.2
24+
cachetools==5.5.0
25+
cattrs==24.1.2
26+
certifi==2024.8.30
27+
cffi==1.17.1
28+
cftime==1.6.4
29+
charset-normalizer==3.4.0
30+
ciso8601==2.3.1
31+
click==8.1.7
32+
click-plugins==1.1.1
33+
cligj==0.7.2
34+
cloudpickle==3.1.0
35+
colorama==0.4.6
36+
comm==0.2.2
37+
coverage==7.6.7
38+
cryptography==43.0.3
39+
cytoolz==1.0.0
40+
dask==2024.11.2
41+
datacube==1.8.19
42+
datadog==0.50.1
43+
decorator==5.1.1
44+
deepdiff==8.0.1
45+
defusedxml==0.7.1
46+
deprecat==2.1.3
47+
distributed==2024.11.2
48+
docker==7.1.0
49+
docutils==0.21.2
50+
entrypoints==0.4
51+
eodatasets3==0.29.5
52+
exceptiongroup==1.2.2
53+
executing==2.1.0
54+
fastjsonschema==2.20.0
55+
Flask==3.1.0
56+
Flask-Cors==5.0.0
57+
frozenlist==1.5.0
58+
fsspec==2024.10.0
59+
GeoAlchemy2==0.16.0
60+
greenlet==3.1.1
61+
h2==4.1.0
62+
h5py==3.12.1
63+
hpack==4.0.0
64+
hyperframe==6.0.1
65+
idna==3.10
66+
imagesize==1.4.1
67+
importlib_metadata==8.5.0
68+
importlib_resources==6.4.5
69+
iniconfig==2.0.0
70+
ipyleaflet==0.19.2
71+
ipython==8.29.0
72+
ipywidgets==8.1.5
73+
isodate==0.7.2
74+
itsdangerous==2.2.0
75+
jedi==0.19.2
76+
Jinja2==3.1.4
77+
jmespath==1.0.1
78+
joserfc==1.0.0
79+
jsondiff==2.0.0
80+
jsonschema==4.23.0
81+
jsonschema-path==0.3.3
82+
jsonschema-specifications==2023.12.1
83+
jupyter_client==8.6.3
84+
jupyter_core==5.7.2
85+
jupyter-leaflet==0.19.2
86+
jupyter-ui-poll==1.0.0
87+
jupyterlab_pygments==0.3.0
88+
jupyterlab_widgets==3.0.13
89+
lark==1.2.2
90+
lazy-object-proxy==1.10.0
91+
locket==1.0.0
92+
lxml==5.3.0
93+
MarkupSafe==3.0.2
94+
matplotlib-inline==0.1.7
95+
mistune==3.0.2
96+
moto==5.0.21
97+
msgpack==1.1.0
98+
multidict==6.1.0
99+
nbclient==0.10.0
100+
nbconvert==7.16.4
101+
nbformat==5.10.4
102+
nbsphinx==0.9.5
103+
netCDF4==1.7.1
104+
numpy==2.1.3
105+
odc-apps-cloud==0.2.3
106+
odc-apps-dc-tools==0.2.18
107+
odc-cloud==0.2.5
108+
odc-io==0.2.2
109+
odc-ui==0.2.1
110+
openapi-schema-validator==0.6.2
111+
openapi-spec-validator==0.7.1
112+
orderly-set==5.2.2
113+
packaging==24.2
114+
pandas==2.2.3
115+
pandocfilters==1.5.0
116+
paramiko==3.5.0
117+
parso==0.8.4
118+
partd==1.4.2
119+
pathable==0.4.3
120+
pexpect==4.9.0
121+
pickleshare==0.7.5
122+
pip==23.3.2
123+
pkgutil_resolve_name==1.3.10
124+
platformdirs==4.3.6
125+
pluggy==1.5.0
126+
prompt_toolkit==3.0.48
127+
propcache==0.2.0
128+
psutil==6.1.0
129+
psycopg2==2.9.9
130+
ptyprocess==0.7.0
131+
pure_eval==0.2.3
132+
pycparser==2.22
133+
Pygments==2.18.0
134+
PyNaCl==1.5.0
135+
pyparsing==3.2.0
136+
pyproj==3.7.0
137+
PySocks==1.7.1
138+
pystac==1.11.0
139+
pystac-client==0.8.5
140+
pytest==8.3.3
141+
pytest-cov==6.0.0
142+
pytest_httpserver==1.1.0
143+
pytest-timeout==2.3.1
144+
python-dateutil==2.9.0.post0
145+
python-rapidjson==1.20
146+
pytz==2024.1
147+
PyYAML==6.0.2
148+
pyzmq==26.2.0
149+
rasterio==1.4.2
150+
referencing==0.35.1
151+
requests==2.32.3
152+
responses==0.25.3
153+
rfc3339-validator==0.1.4
154+
rio-stac==0.10.0
155+
rpds-py==0.21.0
156+
ruamel.yaml==0.18.6
157+
ruamel.yaml.clib==0.2.8
158+
s3transfer==0.10.4
159+
scipy==1.14.1
160+
setuptools==75.5.0
161+
shapely==2.0.6
162+
six==1.16.0
163+
snowballstemmer==2.2.0
164+
snuggs==1.4.7
165+
sortedcontainers==2.4.0
166+
soupsieve==2.5
167+
Sphinx==8.1.3
168+
sphinx-autodoc-typehints==2.5.0
169+
sphinx_rtd_theme==3.0.1
170+
sphinxcontrib-applehelp==2.0.0
171+
sphinxcontrib-devhelp==2.0.0
172+
sphinxcontrib-htmlhelp==2.1.0
173+
sphinxcontrib-jquery==4.1
174+
sphinxcontrib-jsmath==1.0.1
175+
sphinxcontrib-qthelp==2.0.0
176+
sphinxcontrib-serializinghtml==1.1.10
177+
SQLAlchemy==1.4.54
178+
stack-data==0.6.2
179+
structlog==24.4.0
180+
tblib==3.0.0
181+
thredds-crawler==1.5.4
182+
tinycss2==1.4.0
183+
toml==0.10.2
184+
tomli==2.1.0
185+
toolz==1.0.0
186+
tornado==6.4.1
187+
tqdm==4.67.0
188+
traitlets==5.14.3
189+
traittypes==0.2.1
190+
types-PyYAML==6.0.12.20240917
191+
typing_extensions==4.12.2
192+
tzdata==2024.2
193+
urllib3==2.2.3
194+
urlpath==1.2.0
195+
wcwidth==0.2.13
196+
webencodings==0.5.1
197+
websocket-client==1.8.0
198+
Werkzeug==3.1.3
199+
wheel==0.45.0
200+
widgetsnbextension==4.0.13
201+
wrapt==1.16.0
202+
xarray==2024.10.0
203+
xmltodict==0.14.2
204+
xyzservices==2024.9.0
205+
yarl==1.17.2
206+
zict==3.0.0
207+
zipp==3.21.0
208+
zstandard==0.23.0

0 commit comments

Comments
 (0)