{
  "title": "Net transfer capacities",
  "description": "Electricity border transmission net transfer capacities according to ENTSO-E TYNDP",
  "long_description": "Electricity border transmission net transfer capacities for future years according to ENTSO-E TYNDP in MW per border and flow direction.",
  "category": "Resources",
  "version": "2020-04-06",
  "image": "",
  "contributors": [{
    "title": "Ingmar Schlecht",
    "email": "ingmar.schlecht@unibas.ch"
  }],
  "resources": [
    {
      "name": "net_transfer_capacities.xlsx",
      "path": "net_transfer_capacities.xlsx",
      "schema": {
        "fields": [
          {
            "name": "tyndp_scenario",
            "description": "TYNDP Scenario",
            "type": "string"
          },
          {
            "name": "from",
            "description": "Flow orgigination country",
            "type": "string"
          },
          {
            "name": "to",
            "description": "Flow traget country",
            "type": "string"
          },
          {
            "name": "year",
            "description": "Target year (note that for 2030 the 2027 grid data was used)",
            "type": "number"
          },
          {
            "name": "ntc",
            "description": "Net transfer capacity in MW",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "net_transfer_capacities.csv",
      "path": "net_transfer_capacities.csv",
      "schema": {
        "fields": [
          {
            "name": "tyndp_scenario",
            "description": "TYNDP Scenario",
            "type": "string"
          },
          {
            "name": "from",
            "description": "Flow orgigination country",
            "type": "string"
          },
          {
            "name": "to",
            "description": "Flow traget country",
            "type": "string"
          },
          {
            "name": "year",
            "description": "Target year (note that for 2030 the 2027 grid data was used)",
            "type": "number"
          },
          {
            "name": "ntc",
            "description": "Net transfer capacity in MW",
            "type": "number"
          }
        ]
      }
    }
  ],
  "sources": [
    {
      "name": "Schlecht I. and Weigt H., Swissmod - A model of the Swiss electricity market, WWZ Discussion Paper, 2014/04",
      "web": "https://wwz.unibas.ch/uploads/tx_x4epublication/Swissmod_Schlecht_Weigt_2014.04.pdf"
    },
    {
      "name": "ENTSO-E (2018), TYNDP 2018 Scenario Report: Main Report, 2018",
      "web": "https://tyndp.entsoe.eu/tyndp2018/"
    }
  ]
}