diff --git a/Cargo.lock b/Cargo.lock index 88c0a095..37f8ac75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6638,7 +6638,6 @@ dependencies = [ name = "ndarray" version = "0.17.2" dependencies = [ - "blake3", "fractal", "matrixmultiply", "num-complex", diff --git a/crates/lance-graph-contract/src/ogar_codebook.rs b/crates/lance-graph-contract/src/ogar_codebook.rs index f9f5b18c..353ebefd 100644 --- a/crates/lance-graph-contract/src/ogar_codebook.rs +++ b/crates/lance-graph-contract/src/ogar_codebook.rs @@ -575,6 +575,12 @@ pub const CODEBOOK: &[(&str, u16)] = &[ ("osm_note", 0x0F08), ("osm_gpx_trace", 0x0F09), ("osm_user", 0x0F0A), + // SYNTHESIZED — no Rails source. OSM has no junction element; the bake + // derives it from the routable-way graph. It is a distinct concept because + // its value slots carry per-edge names, adjacency, bearing and a turn + // matrix, and nothing on disk otherwise separates that reading from an + // ordinary `osm_node`'s tag slots. + ("osm_street_node", 0x0F0B), ]; /// Resolve a **canonical-concept** string to its stable `u16` codebook id via