Skip to content

Commit

Permalink
refactor: use a submodule for STAC (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Nov 9, 2024
1 parent 0608a1c commit 619f641
Show file tree
Hide file tree
Showing 292 changed files with 8 additions and 142,036 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "stac"]
path = stac
url = https://github.com/gadomski/heystac-catalog
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ yarn lint
uv run ruff check src
uv run ruff format src --check
uv run mypy src
uv run stacrs validate stac/catalog.json
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ build-backend = "hatchling.build"
dev = [
"mypy>=1.13.0",
"ruff>=0.7.3",
"stacrs-cli>=0.4.0",
"types-requests>=2.32.0.20241016",
"types-tqdm>=4.66.0.20240417",
]
Expand Down
1 change: 1 addition & 0 deletions stac
Submodule stac added at da8eba
50 changes: 0 additions & 50 deletions stac/catalog.json

This file was deleted.

136 changes: 0 additions & 136 deletions stac/earth-search-aws/catalog.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit 619f641

Please sign in to comment.