Conversation
|
I had AI do a full review of the branches, it flagged the following:
pair = [node.sector_label, Atlas::SectorMapping.normalize(node.use)]Atlas's |
|
Also here, I think this finding should not block the merging of the PR. I'll discuss this point with @louispt1 next week. |
The ETSource spec will catch drift between the normalised labels so there is no need to normalise in both locations. It's not a coincidence that every sector_label is written as a slug now, that's a style and code choice and the spec will fail if there's a mistake in that respect |
Context
Adds multi-year emissions support with 1990 baseline tracking and aggregation capabilities.
Also covers multi-line group handling
Implemented changes
yearcolumn to emissions CSV schemaQernel::Emissions#sum()for subsector aggregationEMISSIONS()GQL function to aggregate across subsectorsScopedSectorwith year-aware scopingRelated
Goes with pull requests:
Checklist