{

"tables": {
  "regional_fuel_use": {
    "data_type": "table",
    "notes": "This is a list of the fuel sources for all NECB system types by province. Mike Lubun compiled these very high level assumptions.",
    "refs": [
      "Survey",
      "Mike.lubun@canada.ca",
      "Kamel.Haddad@canada.ca",
      "Phylroy.lopez@Canada.ca"
    ],
    "table": [
      {
        "state_province_regions": [
          "AB",
          "NB",
          "NS",
          "ON",
          "SK"
        ],
        "fueltype_set": "NaturalGas"
      },
      {
        "state_province_regions": [
          "BC",
          "MB",
          "PE",
          "PQ",
          "QC",
          "NF",
          "NL"
        ],
        "fueltype_set": "Electricity"
      },
      {
        "state_province_regions": [
          "NT",
          "NU",
          "YT"
        ],
        "fueltype_set": "FuelOilNo2"
      }
    ]
  }
}

}