You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Once the new image is pushed, run the example [Notebook](operator-tools/submit_stac_items_notebook.ipynb) and verify that workflows are running in [Argo Workflows](https://argo-workflows.hub-eopf-explorer.eox.at/workflows/devseed-staging)
@@ -148,21 +148,27 @@ kubectl get wf -n devseed-staging --watch
1.**convert_v0.py** - Fetch STAC item, extract zarr URL, convert to cloud-optimized GeoZarr, upload to S3
155
-
2.**register.py** - Create STAC item with asset hrefs, add projection metadata and TiTiler links, register to catalog
153
+
**Processing Steps:**
154
+
155
+
**V0 Pipeline (2 steps):**
156
+
1.**Convert** - Fetch STAC item, extract zarr URL, convert to cloud-optimized GeoZarr, upload to S3
157
+
2.**Register** - Create STAC item with asset hrefs, add projection metadata and TiTiler links, register to catalog
158
+
159
+
**V1 Pipeline (3 steps):**
160
+
1.**Convert** - S2-optimized conversion with enhanced performance
161
+
2.**Register** - Enhanced registration with alternate extension and consolidated assets
162
+
3.**Change Storage Tier** - Optimize storage costs by moving data to appropriate S3 storage class (default: `EXPRESS_ONEZONE`)
156
163
157
164
**Runtime:**~15-20 minutes per item
158
165
159
166
**Stack:**
160
-
161
167
- Processing: eopf-geozarr, Dask, Python 3.13
162
168
- Storage: S3 (OVH)
163
169
- Catalog: pgSTAC, TiTiler
164
170
165
-
**Infrastructure:**Deployment configuration and infrastructure details are maintained in [platform-deploy](https://github.com/EOPF-Explorer/platform-deploy/tree/main/workspaces/devseed-staging/data-pipeline)
171
+
**Infrastructure & Workflow Details:**For complete workflow architecture, event flow, and deployment configuration, see [platform-deploy data-pipeline README](https://github.com/EOPF-Explorer/platform-deploy/tree/main/workspaces/devseed-staging/data-pipeline)
0 commit comments