File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ az acr build -r {the registry} --subscription {the subscription} -t pctasks-sent
19
19
Created with
20
20
21
21
```
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
23
23
```
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ collections:
36
36
# But we start at depth=2 thanks to the split, so we use a depth of 5 here.
37
37
min_depth : 5
38
38
max_depth : 5
39
- chunk_length : 5000
39
+ chunk_length : 20000
40
40
chunk_storage :
41
41
uri : blob://sentinel2l2a01/sentinel2-l2-info/pctasks-chunks/
Original file line number Diff line number Diff line change @@ -19,4 +19,12 @@ This requires the following permissions
19
19
By default, this workflow will generate geoparquet assets for all collections.
20
20
If you want to select a subset of collections, you can use either:
21
21
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
+ ```
You can’t perform that action at this time.
0 commit comments