Skip to content

Commit 6e8a0a3

Browse files
author
Tom Augspurger
authored
Document stac-geoparquet and sentinel-2-l2a workflow creation (#304)
* Document how stac-geoparquet workflow was created * sentinel-2 too * Bump version * Increase chunk length
1 parent fb2f7de commit 6e8a0a3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

datasets/sentinel-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ az acr build -r {the registry} --subscription {the subscription} -t pctasks-sent
1919
Created with
2020

2121
```
22-
pctasks dataset process-items --is-update-workflow sentinel-2-l2a-update -d datasets/sentinel-2/dataset.yaml
22+
pctasks dataset process-items --is-update-workflow sentinel-2-l2a-update -d datasets/sentinel-2/dataset.yaml -u
2323
```

datasets/sentinel-2/dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ collections:
3636
# But we start at depth=2 thanks to the split, so we use a depth of 5 here.
3737
min_depth: 5
3838
max_depth: 5
39-
chunk_length: 5000
39+
chunk_length: 20000
4040
chunk_storage:
4141
uri: blob://sentinel2l2a01/sentinel2-l2-info/pctasks-chunks/

datasets/stac-geoparquet/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ This requires the following permissions
1919
By default, this workflow will generate geoparquet assets for all collections.
2020
If you want to select a subset of collections, you can use either:
2121
1. `extra_skip`: This will skip certain collections
22-
1. `collections`: This will only generate geoparquet for the specified collection(s).
22+
1. `collections`: This will only generate geoparquet for the specified collection(s).
23+
24+
## Updates
25+
26+
The workflow used for updates was registered with
27+
28+
```
29+
pctasks workflow update datasets/workflows/stac-geoparquet.yaml
30+
```

0 commit comments

Comments
 (0)