Zarr v3 + GeoTessera Zarr: interfaces and stubs
Layered architecture:
- zarr-v3: pure OCaml Zarr v3 reader (pluggable fetch + codecs, Lwt async)
- tessera-zarr: GeoTessera-specific client (bbox→UTM→shards→dequantize→reproject)
- zarr-v3-unix: curl-based fetch for testing
- tessera-zarr-jsoo: browser XHR fetch
All interfaces documented, all implementations stubbed. Compiles clean.
Expose reproject_tile from geotessera.mli for tessera-zarr.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>