Skip to content

feat: add agf ID pathways - #695

Draft
jacobvjk wants to merge 3 commits into
mainfrom
add-agf-id-metadata
Draft

feat: add agf ID pathways#695
jacobvjk wants to merge 3 commits into
mainfrom
add-agf-id-metadata

Conversation

@jacobvjk

Copy link
Copy Markdown
Collaborator
  • Adds UN SDSN, CW AGF Indonesia pathways

Copilot AI review requested due to automatic review settings December 12, 2025 11:44
@github-actions

github-actions Bot commented Dec 12, 2025

Copy link
Copy Markdown

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)

@github-actions

Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-695.westus2.2.azurestaticapps.net

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-OEXP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-EXP-ID-2025.json Outdated
Comment thread src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-MAP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-OMAP-ID-2025.json
Comment thread src/data/un-sdsn-cw/SDSN-CW-OMAP-ID-2025.json
@github-actions

Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-695.westus2.2.azurestaticapps.net

@jacobvjk
jacobvjk marked this pull request as draft December 12, 2025 15:15
@jacobvjk

Copy link
Copy Markdown
Collaborator Author

converted to draft as we are waiting for some data clarification from UN SDSN/AGF ID

Copilot AI review requested due to automatic review settings July 27, 2026 09:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

  • ssp is not a supported top-level field in src/schema/pathwayMetadata.v1.json (root has additionalProperties: 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

  • keyFeatures contains unsupported fields (technologyDeploymentTrend, supplyChain, infrastructureRequirements) and policyAmbition uses 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

  • ssp is not a supported top-level field in src/schema/pathwayMetadata.v1.json (root has additionalProperties: 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

  • keyFeatures contains 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

  • ssp is not a supported top-level field in src/schema/pathwayMetadata.v1.json (root has additionalProperties: 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

  • keyFeatures contains 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

  • ssp is not a supported top-level field in src/schema/pathwayMetadata.v1.json (root has additionalProperties: 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

  • keyFeatures contains unsupported fields (technologyDeploymentTrend, supplyChain, infrastructureRequirements) and policyAmbition uses 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"],
@AlexAxthelm

Copy link
Copy Markdown
Collaborator

@jacobvjk is this something we can either wrap up or close out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants