Skip to content

Adding checks to zarr append#53

Open
seboceanum wants to merge 2 commits intomainfrom
just_v1
Open

Adding checks to zarr append#53
seboceanum wants to merge 2 commits intomainfrom
just_v1

Conversation

@seboceanum
Copy link
Contributor

Added append-coordinate validation in oceanum-python/src/oceanum/datamesh/zarr.py:

  • Incoming append coordinate must be monotonic non-decreasing.
  • Non-contiguous overlap indices in existing data are rejected.
  • Overlap timestamp mismatch is rejected with an explicit “insertion not supported” style message.
  • Replaced deprecated drop(...) with drop_vars(..., errors="ignore") in oceanum-python/src/oceanum/datamesh/zarr.py
  • Adding deprecation warning when gateway is set to gateway.datamesh.oceanum.io/tech (All v1 logic has already been removed)

@seboceanum seboceanum requested a review from ondave March 11, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant