We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddcf7a commit 533fccdCopy full SHA for 533fccd
.github/workflows/convert.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
CATALOG: ${{ inputs.catalog }}
26
run: |
27
- pixi run stac2geojson --catalog $CATALOG --centroids
+ pixi run convert $CATALOG --centroids
28
29
- name: Upload to GitHub Artifact
30
uses: actions/upload-artifact@v4
0 commit comments