Cloud-Native All the Way Down
Every published artifact includes a manifest with multiple representations:
{
"artifact": "@kedron/malcomb-vulnerability",
"version": 3,
"representations": [
{ "format": "geoparquet", "role": "source", "size": "45MB" },
{ "format": "pmtiles", "role": "tiles", "size": "32MB" },
{ "format": "h3_geoparquet", "role": "index", "size": "8MB" }
],
"provenance": {
"operation": "weighted_overlay",
"params": { "weights": [0.40, 0.20, 0.40], "normalization": "min_max" },
"inputs": ["capacity-index@v2", "sensitivity-index@v1", "exposure-index@v3"]
}
}
One publish. Three formats. Full provenance. No manual conversion.