feat: add agf ID pathways - #695
Conversation
jacobvjk
commented
Dec 12, 2025
- Adds UN SDSN, CW AGF Indonesia pathways
Expected version change and release notes:1.16.0-dev.1 (v1.15.1-dev.5...add-agf-id-metadata ) (2026-07-27T09:02 UTC) |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-695.westus2.2.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This pull request adds four new pathway metadata files for Indonesia from the UN SDSN and ClimateWorks Centre's ASEAN Green Future Project Phase 2. The pathways model different scenarios for Indonesia's power sector decarbonization through 2060.
- Adds four distinct pathway scenarios for Indonesia: Existing Policy (EXP), Optimized Existing Policy (OEXP), More Ambitious (MAP), and Optimized More Ambitious Policy (OMAP)
- Includes comprehensive metadata for each pathway covering publication details, sector coverage, technology mix, and expert analysis
- Provides detailed descriptions of policy assumptions, technology deployment, and transition assessment applications for each scenario
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 11 comments.
| File | Description |
|---|---|
| src/data/un-sdsn-cw/SDSN-CW-OMAP-ID-2025.json | Optimized More Ambitious Pathway - least-cost high ambition scenario achieving near-zero power system by 2060 |
| src/data/un-sdsn-cw/SDSN-CW-OEXP-ID-2025.json | Optimized Existing Policy Pathway - least-cost scenario within current policy constraints with early coal retirements |
| src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json | More Ambitious Pathway - high ambition scenario with accelerated electrification and strengthened policy targets |
| src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json | Existing Policy Pathway - baseline scenario reflecting continuation of current policies and slow decarbonization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-695.westus2.2.azurestaticapps.net |
|
converted to draft as we are waiting for some data clarification from UN SDSN/AGF ID |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (8)
src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json:37
sspis not a supported top-level field insrc/schema/pathwayMetadata.v1.json(root hasadditionalProperties: false), so this will fail schema validation.
"modelYearStart": 2019,
"modelYearEnd": 2060,
"ssp": "SSP2",
"sectors": [
src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json:65
keyFeaturescontains unsupported fields (technologyDeploymentTrend,supplyChain,infrastructureRequirements) andpolicyAmbitionuses a value not in the schema enum. This will fail schema validation (src/schema/pathwayMetadata.v1.json).
"keyFeatures": {
"emissionsTrajectory": "Significant decrease",
"energyEfficiency": "No information",
"energyDemand": "No information",
"electrification": "No information",
src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json:37
sspis not a supported top-level field insrc/schema/pathwayMetadata.v1.json(root hasadditionalProperties: false), so this will fail schema validation.
"modelYearStart": 2019,
"modelYearEnd": 2060,
"ssp": "SSP2",
"sectors": [
src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json:64
keyFeaturescontains unsupported fields (technologyDeploymentTrend,supplyChain,infrastructureRequirements). This will fail schema validation (src/schema/pathwayMetadata.v1.json).
"keyFeatures": {
"emissionsTrajectory": "Moderate decrease",
"energyEfficiency": "No information",
"energyDemand": "No information",
"electrification": "No information",
src/data/un-sdsn-cw/SDSN-CW-OEXP-ID-2025.json:37
sspis not a supported top-level field insrc/schema/pathwayMetadata.v1.json(root hasadditionalProperties: false), so this will fail schema validation.
"modelYearStart": 2019,
"modelYearEnd": 2060,
"ssp": "SSP2",
"sectors": [
src/data/un-sdsn-cw/SDSN-CW-OEXP-ID-2025.json:65
keyFeaturescontains unsupported fields (technologyDeploymentTrend,supplyChain,infrastructureRequirements). This will fail schema validation (src/schema/pathwayMetadata.v1.json).
"keyFeatures": {
"emissionsTrajectory": "Significant decrease",
"energyEfficiency": "No information",
"energyDemand": "No information",
"electrification": "No information",
src/data/un-sdsn-cw/SDSN-CW-OMAP-ID-2025.json:37
sspis not a supported top-level field insrc/schema/pathwayMetadata.v1.json(root hasadditionalProperties: false), so this will fail schema validation.
"modelYearStart": 2019,
"modelYearEnd": 2060,
"ssp": "SSP2",
"sectors": [
src/data/un-sdsn-cw/SDSN-CW-OMAP-ID-2025.json:65
keyFeaturescontains unsupported fields (technologyDeploymentTrend,supplyChain,infrastructureRequirements) andpolicyAmbitionuses a value not in the schema enum. This will fail schema validation (src/schema/pathwayMetadata.v1.json).
"keyFeatures": {
"emissionsTrajectory": "Significant decrease",
"energyEfficiency": "No information",
"energyDemand": "No information",
"electrification": "No information",
| "short": "MAP ID" | ||
| }, | ||
| "description": "Indonesia-specific high-ambition pathway that achieves a near-zero emissions power system by 2060.", | ||
| "geography": ["ID"], |
| "short": "EXP ID" | ||
| }, | ||
| "description": "Indonesia-specific current policies pathway. Slow decarbonization and fossil reliance through 2060.", | ||
| "geography": ["ID"], |
| "short": "OEXP ID" | ||
| }, | ||
| "description": "Indonesia least-cost current policies pathway. Early coal retirements but slow decarbonization.", | ||
| "geography": ["ID"], |
| "short": "OMAP ID" | ||
| }, | ||
| "description": "Indonesia-specific least-cost high ambition pathway that delivers a near-zero power system by 2060.", | ||
| "geography": ["ID"], |
|
@jacobvjk is this something we can either wrap up or close out? |