CalCOFI.io CalCOFI.io Storage

← all releases

CalCOFI release v2026.06.07

2026-06-07 · 0 tables · 133,015,544 rows · 3.46 GB retired

Data retired 2026-08-25 — the parquet of v2026.06.07 was removed from the archive; read v2026.06.26 (the nearest consolidated release) or latest.txt instead. The catalog, metadata and release notes below remain the record of this version.
tablerowssize
(none)

Sidecars

Machine-readable descriptions of this release.

filesize
RELEASE_NOTES.html13 KB
RELEASE_NOTES.md3 KB
catalog.json3 KB
erd.mmd10 KB
index.html8 KB
metadata.json101 KB
relationships.json5 KB
retired.json1 KB
test_results.json2 KB
Read directly with DuckDB — no download needed. A single-file table:
SELECT * FROM read_parquet('https://storage.googleapis.com/calcofi-db/ducklake/releases/v2026.06.07/parquet/sample.parquet') LIMIT 10;

A partitioned table (note the /**/*.parquet glob and hive_partitioning, which turns the directory names into a real column):
SELECT * FROM read_parquet('https://storage.googleapis.com/calcofi-db/ducklake/releases/v2026.06.07/parquet/obs_ctd_full/**/*.parquet', hive_partitioning = true) LIMIT 10;