Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Access via **EOxHub workspace** (single sign-on): [workspace.devseed.hub-eopf-ex
**Flow:** STAC item URL → Extract zarr → Convert to GeoZarr → Upload S3 → Register STAC item → Add visualization links

**Processing:**
1. **convert.py** - Fetch STAC item, extract zarr URL, convert to cloud-optimized GeoZarr, upload to S3
1. **convert_v0.py** - Fetch STAC item, extract zarr URL, convert to cloud-optimized GeoZarr, upload to S3
2. **register.py** - Create STAC item with asset hrefs, add projection metadata and TiTiler links, register to catalog

**Runtime:** ~15-20 minutes per item
Expand Down Expand Up @@ -186,7 +186,7 @@ kubectl get wf -n devseed-staging --sort-by=.metadata.creationTimestamp \

```
scripts/
├── convert.py # Zarr → GeoZarr conversion and S3 upload
├── convert_v0.py # Zarr → GeoZarr conversion for V0 and S3 upload
└── register.py # STAC item creation and catalog registration

workflows/ # Kubernetes manifests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"tenacity>=8.0.0",
"morecantile>=5.0.0",
"cf-xarray>=0.9.0",
"eopf-geozarr @ git+https://github.com/EOPF-Explorer/data-model.git@v0.4.0",
"eopf-geozarr @ git+https://github.com/EOPF-Explorer/data-model.git@main",
]

[dependency-groups]
Expand Down
Loading
Loading