diff --git a/Makefile b/Makefile index 857e94c..a61bbbd 100644 --- a/Makefile +++ b/Makefile @@ -34,10 +34,10 @@ index: ## 4. Index some data (Change extents with BBOX=',,, --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 \ diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index e105b1f..10e7955 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -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