File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ collections:
2626 ends_with : .nc
2727 chunk_length : 50000
2828 splits :
29- - prefix : GLM-L2-LCFA/
29+ # Prefixing with 2023 is an optimization for update jobs.
30+ - prefix : GLM-L2-LCFA/2023/
3031 depth : 2
3132 # GOES-17 is just parked now.
3233 # - uri: blob://goeseuwest/noaa-goes17/
@@ -46,7 +47,8 @@ collections:
4647 ends_with : .nc
4748 chunk_length : 50000
4849 splits :
49- - prefix : GLM-L2-LCFA/
50+ # Prefixing with 2023 is an optimization for update jobs.
51+ - prefix : GLM-L2-LCFA/2023/
5052 depth : 2
5153
5254 chunk_storage :
Original file line number Diff line number Diff line change 1414 id : create-splits
1515 tasks :
1616 - id : create-splits
17- image : ${{ args.registry }}/pctasks-goes-glm:2023.2.23 .0
17+ image : ${{ args.registry }}/pctasks-goes-glm:2023.4.17 .0
1818 code :
1919 src : datasets/goes/goes-glm/goes_glm.py
2020 task : goes_glm:GoesGlmCollection.create_splits_task
5353 id : create-chunks
5454 tasks :
5555 - id : create-chunks
56- image : ${{ args.registry }}/pctasks-goes-glm:2023.2.23 .0
56+ image : ${{ args.registry }}/pctasks-goes-glm:2023.4.17 .0
5757 code :
5858 src : datasets/goes/goes-glm/goes_glm.py
5959 task : pctasks.dataset.chunks.task:create_chunks_task
7474 id : process-chunk
7575 tasks :
7676 - id : create-items
77- image : ${{ args.registry }}/pctasks-goes-glm:2023.2.23 .0
77+ image : ${{ args.registry }}/pctasks-goes-glm:2023.4.17 .0
7878 code :
7979 src : datasets/goes/goes-glm/goes_glm.py
8080 task : goes_glm:GoesGlmCollection.create_items_task
You can’t perform that action at this time.
0 commit comments