My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Zarr interactive map to notebooks index

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+10 -1
+10 -1
site/notebooks/index.mld
··· 1 - @children_order foundations/ oxcaml/ 1 + @children_order foundations/ oxcaml/ interactive_map interactive_map_zarr 2 2 {0 Notebooks} 3 3 4 4 Interactive OCaml notebooks that run code directly in your browser. No installation required. ··· 99 99 <div class="notebook-card-label">&target; GeoTessera</div> 100 100 <div class="notebook-card-title">Interactive Map</div> 101 101 <p class="notebook-card-desc">Geospatial land-cover classification with GeoTessera embeddings. Draw regions, place training points, and run KNN — all in the browser.</p> 102 + </div> 103 + </a> 104 + 105 + <a class="notebook-card" href="/notebooks/interactive_map_zarr.html"> 106 + <img class="notebook-card-thumb" src="/static/assets/notebook-interactive-map.png" alt="Interactive Map (Zarr) notebook preview" loading="lazy"> 107 + <div class="notebook-card-body"> 108 + <div class="notebook-card-label">&target; GeoTessera (Zarr)</div> 109 + <div class="notebook-card-title">Interactive Map (Zarr)</div> 110 + <p class="notebook-card-desc">Same land-cover classification workflow using the GeoTessera Zarr v3 store and a reactive FRP architecture.</p> 102 111 </div> 103 112 </a> 104 113