Skip to content

Commit

Permalink
fix test for indexing more notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed Dec 18, 2022
1 parent 0d9e6d8 commit 7057940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ index: ## 4. Index some data (Change extents with BBOX='<left>,<bottom>,<right>,
--catalog-href='https://earth-search.aws.element84.com/v0/' \
--collections='sentinel-s2-l2a-cogs' \
--datetime='2021-06-01/2021-07-01'"
# docker-compose exec -T jupyter bash -c \
# "stac-to-dc \
# --catalog-href=https://planetarycomputer.microsoft.com/api/stac/v1/ \
# --collections='io-lulc'"
docker-compose exec -T jupyter bash -c \
"stac-to-dc \
--catalog-href=https://planetarycomputer.microsoft.com/api/stac/v1/ \
--collections='io-lulc'" || true
# doesnt support multipoligon https://github.com/opendatacube/odc-tools/issues/538
docker-compose exec -T jupyter bash -c \
"stac-to-dc \
Expand Down
2 changes: 0 additions & 2 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
def test_indexing_more_data(tb):
assert True # ok

@pytest.mark.skip()
@pytest.mark.skip(reason="https://github.com/opendatacube/odc-tools/issues/538")
@testbook(f'{NB_DIR}/notebooks/ESRI_Land_Cover.ipynb', execute=True, timeout=180)
def test_esri_land_cover(tb):
assert True # ok
Expand Down

0 comments on commit 7057940

Please sign in to comment.