From 2b79509f28360796b22e57b9ea67e37512b5ab7e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Mon, 23 Apr 2018 19:21:59 +0300 Subject: [PATCH 1/8] initial commit --- .gitattributes | 4 + .gitignore | 297 + CS/Dashboard_WebDesigner_2010.sln | 19 + .../App_Data/DashboardEnergyStatictics.xml | 11577 ++++++++++++++++ .../App_Data/Dashboards/dashboard1.xml | 113 + .../Dashboard_WebDesigner_2010.csproj | 137 + CS/Dashboard_WebDesigner_2010/Global.asax | 1 + CS/Dashboard_WebDesigner_2010/Global.asax.cs | 75 + .../Properties/AssemblyInfo.cs | 35 + .../Properties/Settings.Designer.cs | 35 + .../Properties/Settings.settings | 6 + .../Web.Debug.config | 30 + .../Web.Release.config | 31 + CS/Dashboard_WebDesigner_2010/Web.config | 69 + CS/Dashboard_WebDesigner_2010/WebForm1.aspx | 44 + .../WebForm1.aspx.cs | 8 + .../WebForm1.aspx.designer.cs | 42 + LICENSE | 5 + Readme.md | 10 + VB/Dashboard_WebDesigner_2010.sln | 19 + .../App_Data/DashboardEnergyStatictics.xml | 11577 ++++++++++++++++ .../App_Data/Dashboards/dashboard1.xml | 111 + .../Dashboard_WebDesigner_2010.vbproj | 152 + VB/Dashboard_WebDesigner_2010/Global.asax | 1 + VB/Dashboard_WebDesigner_2010/Global.asax.vb | 79 + .../My Project/AssemblyInfo.vb | 35 + .../Web.Debug.config | 30 + .../Web.Release.config | 31 + VB/Dashboard_WebDesigner_2010/Web.config | 69 + VB/Dashboard_WebDesigner_2010/WebForm1.aspx | 44 + .../WebForm1.aspx.designer.vb | 44 + .../WebForm1.aspx.vb | 10 + config.json | 4 + 33 files changed, 24744 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 CS/Dashboard_WebDesigner_2010.sln create mode 100644 CS/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml create mode 100644 CS/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml create mode 100644 CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj create mode 100644 CS/Dashboard_WebDesigner_2010/Global.asax create mode 100644 CS/Dashboard_WebDesigner_2010/Global.asax.cs create mode 100644 CS/Dashboard_WebDesigner_2010/Properties/AssemblyInfo.cs create mode 100644 CS/Dashboard_WebDesigner_2010/Properties/Settings.Designer.cs create mode 100644 CS/Dashboard_WebDesigner_2010/Properties/Settings.settings create mode 100644 CS/Dashboard_WebDesigner_2010/Web.Debug.config create mode 100644 CS/Dashboard_WebDesigner_2010/Web.Release.config create mode 100644 CS/Dashboard_WebDesigner_2010/Web.config create mode 100644 CS/Dashboard_WebDesigner_2010/WebForm1.aspx create mode 100644 CS/Dashboard_WebDesigner_2010/WebForm1.aspx.cs create mode 100644 CS/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.cs create mode 100644 LICENSE create mode 100644 Readme.md create mode 100644 VB/Dashboard_WebDesigner_2010.sln create mode 100644 VB/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml create mode 100644 VB/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml create mode 100644 VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj create mode 100644 VB/Dashboard_WebDesigner_2010/Global.asax create mode 100644 VB/Dashboard_WebDesigner_2010/Global.asax.vb create mode 100644 VB/Dashboard_WebDesigner_2010/My Project/AssemblyInfo.vb create mode 100644 VB/Dashboard_WebDesigner_2010/Web.Debug.config create mode 100644 VB/Dashboard_WebDesigner_2010/Web.Release.config create mode 100644 VB/Dashboard_WebDesigner_2010/Web.config create mode 100644 VB/Dashboard_WebDesigner_2010/WebForm1.aspx create mode 100644 VB/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.vb create mode 100644 VB/Dashboard_WebDesigner_2010/WebForm1.aspx.vb create mode 100644 config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c72e869 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +VB/* linguist-vendored +scripts linguist-vendored +*.css linguist-detectable=false +*.aff linguist-detectable=false \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..456cdfa --- /dev/null +++ b/.gitignore @@ -0,0 +1,297 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +#*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +#*.mdf +#*.ldf +#*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Typescript v1 declaration files +typings/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010.sln b/CS/Dashboard_WebDesigner_2010.sln new file mode 100644 index 0000000..acb919f --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dashboard_WebDesigner_2010", "Dashboard_WebDesigner_2010\Dashboard_WebDesigner_2010.csproj", "{5D847D89-AC59-44FF-9D1D-8126588D1E11}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/CS/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml b/CS/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml new file mode 100644 index 0000000..423b9a6 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml @@ -0,0 +1,11577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 8.3 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 9.1 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.8 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.4 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.7 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 5.9 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 5.4 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 5.1 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 5.5 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.4 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3.8 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 52.9 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 51.6 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 52.2 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 55.8 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 57.5 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 58.3 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 56.3 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 55.7 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.9 + 59.6 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 53.9 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 56.2 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 13.3 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Gases + 13.1 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Gases + 13.7 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Gases + 14.2 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Gases + 14.6 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Gases + 14.8 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Gases + 15 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Gases + 14.9 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Gases + 14.9 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Gases + 15 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Gases + 16.8 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Nuclear + 12 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Nuclear + 12.3 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Nuclear + 12 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Nuclear + 11.8 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Renewables + 2 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 4.3 + 2.4 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + 2.6 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 4.4 + 2.5 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 4.6 + 2.6 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + 3 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + 2.6 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 4.3 + 2.5 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 4.8 + 3.1 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.9 + 3.2 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 4.6 + 1.8 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 4.9 + 1.7 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.1 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.4 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.1 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.3 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.8 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 7.9 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 9 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 8.9 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 8.8 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 7.8 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 7.8 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 2.5 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 2.4 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 0.3 + 2.4 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 0.4 + 2.5 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 0.4 + 2.6 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 0.2 + 2.8 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 0.2 + 2.8 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 2.1 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 2.1 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + 5.1 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + 5.2 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + 4.5 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + 4.8 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + 5 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + 4.1 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + 4 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + 4 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 25 + 1 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 25.3 + 1.1 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 24.3 + 1.4 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 24.4 + 1.6 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 24.9 + 1.8 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 23.6 + 1.4 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 23.9 + 2.1 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 23.8 + 2.3 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 22.8 + 2.1 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 20.9 + 1.9 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 20.7 + 2.2 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 8.7 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 9.6 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 9.4 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 9.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.6 + 10 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.6 + 11.1 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 10.8 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 10.7 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 11.2 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 10.4 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 10.6 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Gases + 0.2 + 7.5 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Gases + 0.1 + 7.7 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Gases + 0.1 + 7.9 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Gases + 0.1 + 7.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Gases + 0.2 + 7.2 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Gases + 0.2 + 7.6 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Gases + 0.1 + 8 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Gases + 0.2 + 7 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Gases + 0.2 + 7.8 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 7.9 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Gases + 0.2 + 7 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Nuclear + 3.5 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Nuclear + 4.8 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Nuclear + 6.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Nuclear + 6.8 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Nuclear + 6.4 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Nuclear + 6.7 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Nuclear + 6.8 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Nuclear + 6.9 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Nuclear + 7 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Nuclear + 7.2 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Renewables + 2 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Renewables + 2.2 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Renewables + 2.6 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Renewables + 2.9 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 3.9 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 3.8 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 5.7 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.6 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 5.2 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 4.8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.4 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 4 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 18.2 + 9.9 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + 9.1 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 18.6 + 8.5 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 18.6 + 8.4 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 19.8 + 8.8 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 19 + 8.8 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + 8.4 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 15.6 + 8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 14.4 + 9.5 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 13.3 + 8.7 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 12.5 + 9.3 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Gases + 7.4 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Gases + 7.6 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Gases + 7.6 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Gases + 7.2 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Gases + 8.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Gases + 9.4 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Gases + 9.3 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Gases + 8.3 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Gases + 9 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Gases + 7.5 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Gases + 7.4 + 0.1 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Renewables + 2 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Renewables + 2.3 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Renewables + 2.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Renewables + 2.5 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Renewables + 2.6 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Renewables + 3.1 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 60.6 + 22.2 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 58.2 + 26.3 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 58.4 + 25.1 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 57.7 + 25.7 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 58.3 + 28.3 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 56.5 + 26.3 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 53.4 + 29.8 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 54.6 + 32.8 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 50 + 32.1 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 45.7 + 26.7 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 45.1 + 32.8 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 4.5 + 149 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 4.4 + 152 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 4.7 + 144.2 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 4.9 + 145.6 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.1 + 146.8 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 150 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 149.2 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 137.7 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 5.3 + 142.3 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 5 + 132.9 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 4.3 + 130.7 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Gases + 15.8 + 61.1 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Gases + 16 + 63.4 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Gases + 16 + 65.9 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Gases + 15.9 + 68.5 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Gases + 14.7 + 72.9 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Gases + 14.2 + 73.5 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Gases + 14.1 + 75.6 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Gases + 13.1 + 71.4 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Gases + 11.3 + 74.8 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Gases + 11.1 + 76.3 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Gases + 9.7 + 74.3 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Nuclear + 43.8 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Nuclear + 44.2 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Nuclear + 42.5 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Nuclear + 42.6 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Nuclear + 43.1 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Nuclear + 42.1 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Nuclear + 43.1 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Nuclear + 36.3 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Nuclear + 38.3 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Nuclear + 34.8 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Nuclear + 36.3 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Renewables + 9.1 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Renewables + 9.7 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Renewables + 10.9 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Renewables + 13 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Renewables + 15.8 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Renewables + 17.5 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Renewables + 21.7 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Renewables + 28 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Renewables + 28 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Renewables + 27.8 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Renewables + 32.7 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 0.3 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 2.6 + 0.3 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.8 + 0.2 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 0.3 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 3 + 0.3 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 0.1 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.1 + 0.1 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 3.7 + 0.1 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + 0.1 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.3 + 0 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3.9 + 0 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 0.9 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1.1 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1.1 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.1 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.2 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.4 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.2 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 1.2 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 1.1 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Gases + 0.6 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Gases + 0.5 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Gases + 0.6 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Renewables + 1 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1 + 1.7 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 1.9 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.8 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 1.8 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 2 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 2 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 1.8 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.5 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.7 + 1.7 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.4 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1 + 1.1 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 9.3 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 10.2 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 10.3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 10.2 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 10.1 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.9 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.9 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.8 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.7 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 8.7 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 8.9 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Gases + 1 + 2.5 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + 2.9 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Gases + 0.7 + 3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Gases + 0.5 + 3.1 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Gases + 0.7 + 3 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Gases + 0.5 + 3 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Gases + 0.4 + 3.6 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Gases + 0.4 + 3.9 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Gases + 0.4 + 4.1 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Gases + 0.3 + 4 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Gases + 0.3 + 4.4 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Renewables + 0.3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Renewables + 0.3 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Renewables + 0.4 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Renewables + 0.4 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.8 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 8.4 + 0.9 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 8.6 + 0.6 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.5 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 8.5 + 0.5 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 8.5 + 0.4 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.2 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 8.4 + 0.4 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 8.1 + 0.4 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.2 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 7.3 + 0.4 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 23.7 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 23.6 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 24.9 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.6 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26.4 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.7 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.2 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.6 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.9 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.1 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 1.7 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 1.7 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 1.8 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 2 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 2.2 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 2.3 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 3.3 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 3.5 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 3 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 3.2 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Renewables + 2 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 8 + 13.3 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 7.8 + 11.6 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 7.4 + 14.8 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 7 + 13.3 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 14.8 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 6.3 + 14.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 6 + 14.3 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 5.5 + 14.6 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + 12.5 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.6 + 9.9 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3 + 7.8 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 78.3 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 78.9 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 80.3 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 81.9 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 84.8 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 87.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 89.1 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 89.6 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 87.1 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 81.9 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 80.4 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Gases + 0.2 + 15.5 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Gases + 0.5 + 15.8 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Gases + 0.5 + 18.9 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Gases + 0.2 + 21.2 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Gases + 0.3 + 24.6 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Gases + 0.2 + 30.2 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Gases + 0.1 + 31.6 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Gases + 0.1 + 31.5 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Gases + 0.1 + 35.3 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 31.8 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Gases + 0.1 + 32 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Nuclear + 16.4 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Nuclear + 16.3 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Nuclear + 16.4 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Nuclear + 14.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Nuclear + 15.5 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Nuclear + 14.2 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Nuclear + 15.2 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Nuclear + 13.6 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Renewables + 6.9 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Renewables + 8.2 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Renewables + 7 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Renewables + 9.2 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Renewables + 8.9 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Renewables + 8.4 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Renewables + 9.2 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Renewables + 10 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Renewables + 10.3 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Renewables + 12.2 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Renewables + 14.7 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.5 + 13.6 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 11.6 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 1.3 + 12.9 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.4 + 12.1 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.5 + 13.8 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.4 + 14.1 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 14.4 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 13.3 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 15 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 10.8 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 12.3 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2 + 114.3 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 115.9 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 114 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 117.8 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 119.3 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + 123 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.4 + 122 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 119 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + 121.2 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 112.5 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 106.5 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Gases + 1.5 + 36.5 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Gases + 1.5 + 35.8 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Gases + 1.4 + 37.5 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Gases + 1.3 + 38.4 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Gases + 1.1 + 39.9 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Gases + 0.9 + 41.6 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Gases + 1.1 + 40.1 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Gases + 0.9 + 37.9 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Gases + 0.8 + 40.1 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Gases + 0.8 + 40.7 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Gases + 0.6 + 42.1 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Nuclear + 107.1 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Nuclear + 108.6 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Nuclear + 112.7 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Nuclear + 113.8 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Nuclear + 115.6 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Nuclear + 116.5 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Nuclear + 116.1 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Nuclear + 113.4 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Nuclear + 113.4 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Nuclear + 105.7 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Nuclear + 110.5 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Renewables + 15.9 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Renewables + 16.7 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Renewables + 15.1 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Renewables + 15.6 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Renewables + 15.9 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Renewables + 15.6 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Renewables + 15.7 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Renewables + 16.4 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Renewables + 18.5 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Renewables + 19 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Renewables + 20.8 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.2 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 13.6 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 13.2 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 14.6 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.9 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.5 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 16.8 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.8 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.7 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.6 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 14.5 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 4.8 + 110.9 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 4.3 + 107.9 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 5.9 + 108.8 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 6 + 109.8 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.9 + 109.2 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 109.6 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 108.3 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 6.8 + 109.4 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 103.2 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 95.5 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 6.7 + 98.2 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Gases + 13.6 + 47 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Gases + 12.5 + 44.9 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Gases + 12 + 48.6 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Gases + 11.4 + 51.4 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Gases + 10.6 + 55.6 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Gases + 9.9 + 60.2 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Gases + 9 + 63.4 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Gases + 7.9 + 60.6 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Gases + 7.6 + 63 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Gases + 6.6 + 56.7 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Gases + 6.9 + 61.7 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Renewables + 9.6 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Renewables + 9.8 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Renewables + 9.4 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Renewables + 10.1 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Renewables + 11.4 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Renewables + 11 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Renewables + 11.6 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Renewables + 11.2 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Renewables + 12.9 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Renewables + 14.7 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Renewables + 16.3 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2.2 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.9 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.9 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.8 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.7 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 1.7 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 1.5 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 1.3 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 0.9 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.3 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 5.5 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 7.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 6.7 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.6 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 9.5 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 9.7 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 9.2 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 6.6 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 10.2 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 9.3 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 10.2 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Gases + 2.1 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Gases + 2.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Gases + 2.2 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Gases + 2.4 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Gases + 2.3 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Gases + 3 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Gases + 2.2 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Nuclear + 2.2 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Nuclear + 3 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Nuclear + 4 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Nuclear + 3.9 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Nuclear + 2.7 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Nuclear + 2.3 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Nuclear + 2.6 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Nuclear + 2.6 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Nuclear + 2.8 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Renewables + 1 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 2.5 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 2.9 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 2.8 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 2.9 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Gases + 0.7 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.9 + 1.2 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 1.1 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 0.9 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 1 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 1.2 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 1.5 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 1.6 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 1.7 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 1.7 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 1.1 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 1.4 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.1 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 7.1 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.4 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.4 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 7.7 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.4 + 8.9 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 9.2 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 9.4 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 9.2 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 7.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 8.5 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Gases + 2.5 + 7.3 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Gases + 2.5 + 7.8 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Gases + 2.4 + 8.7 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Gases + 2.3 + 9.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Gases + 2.4 + 9.3 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Gases + 2.3 + 9.8 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Gases + 2.4 + 9.4 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Gases + 2 + 8.6 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Gases + 2 + 9.3 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Gases + 2.3 + 7.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Gases + 2.2 + 7.9 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Nuclear + 3.6 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Nuclear + 2.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Nuclear + 3.1 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Nuclear + 3.6 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Nuclear + 3.5 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Nuclear + 4 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Nuclear + 4.1 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.1 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 18.9 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.8 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.9 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.3 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.8 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 16.3 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.2 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.2 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.8 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + 107.3 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 109.7 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + 108.3 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + 109.8 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 3 + 118 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 127 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 2.1 + 132.5 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 3.1 + 128.3 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + 132.3 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 139.7 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + 150 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Gases + 52.2 + 12.5 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Gases + 56.1 + 15.3 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Gases + 54.2 + 19.2 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Gases + 52.2 + 18.3 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Gases + 61.6 + 13.5 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Gases + 56.3 + 16.4 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Gases + 55.4 + 18 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Gases + 54.5 + 18.7 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Gases + 60 + 19 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Gases + 56.5 + 18.4 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Gases + 63.5 + 18.5 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Nuclear + 0.9 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Renewables + 2 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Renewables + 2.9 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.1 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.4 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.5 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.5 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 4 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 4 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3.8 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 4.1 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3.9 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 2.8 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 12.5 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1 + 13.3 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 14 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.7 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 15.2 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1 + 15.5 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1 + 15.3 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.8 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.9 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 13.8 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 13.9 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Gases + 1.5 + 5.3 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Gases + 1.5 + 5.3 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Gases + 1.6 + 5.6 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Gases + 1.8 + 6.9 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Gases + 1.7 + 7.2 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Gases + 1.4 + 8 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Gases + 1.6 + 8.8 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Gases + 1.6 + 8.2 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Gases + 1.3 + 8.3 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Gases + 1.4 + 9.5 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Gases + 1.5 + 10.2 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Renewables + 6.6 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Renewables + 6.7 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Renewables + 6.5 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Renewables + 6.1 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Renewables + 6.6 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Renewables + 7.1 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Renewables + 7.1 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Renewables + 7.8 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Renewables + 8.3 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Renewables + 8.4 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Renewables + 8.6 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 71.3 + 1 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 71.4 + 1.3 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 71.2 + 1.8 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 70.8 + 1.6 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 69.2 + 1.6 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 68.9 + 2.2 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 67.6 + 3.4 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 62.5 + 3.9 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 60.9 + 6.5 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 56.4 + 6.5 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 55.4 + 8.3 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.9 + 21.8 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1 + 21.9 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1 + 22.6 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1 + 22.4 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 23.6 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 24.9 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 27.2 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1 + 29.2 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 28 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 27.5 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 29.2 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Gases + 3.3 + 6.6 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Gases + 3.5 + 7.2 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Gases + 3.6 + 6.7 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Gases + 3.6 + 7.5 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Gases + 3.9 + 8.2 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Gases + 3.9 + 8.6 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Gases + 3.9 + 8.9 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Gases + 3.9 + 8.3 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Gases + 3.7 + 9.2 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Gases + 3.7 + 8.2 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Gases + 3.7 + 8.9 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Renewables + 4.1 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Renewables + 4.1 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Renewables + 4.3 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Renewables + 4.5 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Renewables + 4.9 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Renewables + 5.4 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Renewables + 6 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Renewables + 6.8 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 4 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 3 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 3.3 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 2.9 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 2.3 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.1 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 18 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 17.5 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 17.9 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 17.9 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 19.5 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 17.6 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 17.2 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 16.6 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 15.2 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 15.5 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 2 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 2.3 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Gases + 2.7 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Gases + 2.6 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Gases + 3.3 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Gases + 3.9 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Gases + 3.7 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Gases + 3.8 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Gases + 4.1 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Gases + 4.3 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Gases + 4.5 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Renewables + 4 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Renewables + 3.6 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Renewables + 3.5 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Renewables + 4.5 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Renewables + 4.4 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Renewables + 5.4 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 5.6 + 1.9 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 5.7 + 2.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 6.1 + 2.8 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 2.6 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 6.3 + 3.1 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 5.8 + 3 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 2.7 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 6.9 + 3.5 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 7 + 2.6 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 6.6 + 1 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 5.9 + 1.3 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 6.4 + 6.4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 6.4 + 8.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 7.5 + 8.2 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 7.3 + 7.2 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 9.2 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 6.2 + 9.9 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 10.2 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 5.1 + 10 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 5 + 10.5 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 4.8 + 9 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 4.5 + 8.4 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 11 + 2.7 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 10.8 + 2.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 10.6 + 3.1 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 10.4 + 4.2 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 10.4 + 4.1 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 9.7 + 4.2 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 9.6 + 4.8 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 9.2 + 3.9 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 9 + 3.5 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 8.9 + 1.6 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 8.6 + 1.8 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + 1.3 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + 2 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + 2.9 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + 3 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + 3 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 3.4 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 3.7 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 4 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 4.6 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 5 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 4.7 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 5.3 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 5.3 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 5.7 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 0.2 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1 + 0.3 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.4 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.4 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2.7 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.6 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 2.5 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 2.6 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 2.8 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.7 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.1 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.3 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Nuclear + 1.2 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Nuclear + 1.3 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Nuclear + 1.6 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1 + 3.5 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1 + 3.6 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 3.4 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 3.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.9 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 4 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.6 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.7 + 3.4 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.2 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.2 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 7.4 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.3 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.2 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.2 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 6.9 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 6.8 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Gases + 0.1 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Gases + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Gases + 0.1 + 5.9 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Gases + 0.2 + 5.5 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Gases + 0.1 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Gases + 0.1 + 6 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Gases + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Gases + 0.1 + 5.1 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Gases + 0.1 + 5.1 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 4.8 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Gases + 0.1 + 5 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Nuclear + 4.3 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Nuclear + 4.5 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Nuclear + 4.6 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Nuclear + 4 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 3.5 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 4.2 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 4 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 6.6 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 5.5 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 2.1 + 3.4 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 4.5 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 4.6 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 3.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 3.9 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.7 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.2 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.7 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 17 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 16.8 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 16.1 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.2 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.4 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 17 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 16.4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Gases + 3.4 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Gases + 4.1 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Gases + 4 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Gases + 3.6 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Gases + 3.9 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Gases + 3.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Gases + 3.5 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Gases + 3.8 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Nuclear + 5.8 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Nuclear + 5.8 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Nuclear + 6 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Nuclear + 6 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Nuclear + 6.1 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Renewables + 7.7 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Renewables + 7.5 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Renewables + 7.8 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Renewables + 7.9 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Renewables + 8.7 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Renewables + 8.2 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Renewables + 8.8 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Renewables + 8.7 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Renewables + 9.1 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Renewables + 7.9 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Renewables + 9 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.5 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 2.7 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.5 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.3 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 1.5 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 26.6 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0 + 26.5 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0 + 25.5 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28.1 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 27.3 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26.1 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 29.2 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.2 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Gases + 0.1 + 0.9 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 1.1 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 1.3 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Nuclear + 14.8 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Nuclear + 18.6 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Nuclear + 17.6 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Nuclear + 17.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Nuclear + 20 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Nuclear + 18.7 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Nuclear + 17.3 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Nuclear + 17.3 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Nuclear + 16.5 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Nuclear + 13.5 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Nuclear + 14.9 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Renewables + 14.7 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Renewables + 14.2 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Renewables + 13.1 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Renewables + 12.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Renewables + 13.1 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Renewables + 14.8 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Renewables + 14.4 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Renewables + 15.3 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Renewables + 15.6 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Renewables + 15.8 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Renewables + 17.4 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 18.7 + 15.2 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 19 + 22.3 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 17.7 + 18 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 16.6 + 20.3 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 14.7 + 23 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 11.9 + 27.7 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 10.7 + 31.7 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 10.1 + 27.5 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 10.6 + 27.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 10.4 + 23.6 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 10.8 + 16.6 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 129.5 + 69.7 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 119.8 + 71.7 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 119.3 + 73.2 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 109.1 + 71.9 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 98.5 + 82.9 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 87.5 + 83.2 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 79.1 + 88.3 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 79 + 84.3 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 73.9 + 86.1 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 70.3 + 78.7 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 64.1 + 80.8 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Gases + 97.6 + 2 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Gases + 95.3 + 2.4 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Gases + 93.4 + 4.7 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Gases + 92.6 + 6.7 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Gases + 86.8 + 10.3 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Gases + 79.4 + 13.4 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Gases + 72 + 18.9 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Gases + 64.9 + 26.2 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Gases + 62.7 + 31.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Gases + 53.7 + 35.3 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Gases + 51.5 + 45.6 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Nuclear + 21.9 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Nuclear + 23.2 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Nuclear + 22.7 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Nuclear + 22.9 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Nuclear + 20.6 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Nuclear + 21.1 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Nuclear + 19.5 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Nuclear + 16.3 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Nuclear + 13.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Nuclear + 17.8 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Nuclear + 16 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Renewables + 2.3 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Renewables + 2.3 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Renewables + 2.6 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Renewables + 2.6 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Renewables + 2.9 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Renewables + 3.5 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Renewables + 3.9 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Renewables + 4.4 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Renewables + 4.6 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Renewables + 5.1 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Renewables + 5.3 + + \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml b/CS/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml new file mode 100644 index 0000000..c45298a --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml @@ -0,0 +1,113 @@ + + + + <DataSources> + <SqlDataSource ComponentName="sqlDataSource1"> + <Name>XML Data Source</Name> + <Connection Name="connection" ProviderKey="InMemorySetFull"> + <Parameters> + <Parameter Name="database" Value="D:\Projects\Code Central\15.2\Web Designer\Dashboard_WebDesigner\Dashboard_WebDesigner\App_Data\DashboardEnergyStatictics.xml" /> + <Parameter Name="read only" Value="1" /> + <Parameter Name="generateConnectionHelper" Value="false" /> + </Parameters> + </Connection> + <Query Type="SelectQuery" Name="Countries"> + <Tables> + <Table Name="Countries" /> + </Tables> + <Columns> + <Column Table="Countries" Name="Country" /> + <Column Table="Countries" Name="Latitude" /> + <Column Table="Countries" Name="Longitude" /> + <Column Table="Countries" Name="Year" /> + <Column Table="Countries" Name="EnergyType" /> + <Column Table="Countries" Name="Production" /> + <Column Table="Countries" Name="Import" /> + </Columns> + </Query> + <ConnectionOptions CloseConnection="true" CommandTimeout="0" /> + </SqlDataSource> + </DataSources> + <Items> + <PieMap ComponentName="pieMapDashboardItem1" Name="Energy Statistics by Country" DataSource="sqlDataSource1" DataMember="Countries" ShapefileArea="Europe" ShapeTitleAttributeName="NAME"> + <InteractivityOptions MasterFilterMode="Multiple" /> + <DataItems> + <Dimension DataMember="Latitude" UniqueName="DataItem0" /> + <Dimension DataMember="Longitude" UniqueName="DataItem1" /> + <Measure DataMember="Production" UniqueName="DataItem2" /> + <Dimension DataMember="EnergyType" UniqueName="DataItem3" /> + <Measure DataMember="Import" UniqueName="DataItem4" /> + <Dimension DataMember="Country" UniqueName="DataItem5" /> + </DataItems> + <ViewArea TopLatitude="70.75215006928579" BottomLatitude="29.72603040307084" LeftLongitude="-37.5292795647808" RightLongitude="52.4952030286303" CenterPointLatitude="55.161216434780705" CenterPointLongitude="7.4829617319247506" /> + <MapLegend Visible="true" /> + <WeightedLegend Visible="true" Position="BottomLeft" /> + <Latitude UniqueName="DataItem0" /> + <Longitude UniqueName="DataItem1" /> + <TooltipDimensions> + <TooltipDimension UniqueName="DataItem5" /> + </TooltipDimensions> + <Argument UniqueName="DataItem3" /> + <Values> + <Value UniqueName="DataItem2" /> + <Value UniqueName="DataItem4" /> + </Values> + </PieMap> + <Grid ComponentName="gridDashboardItem1" Name="Energy Statistics by Country" DataSource="sqlDataSource1" DataMember="Countries"> + <DataItems> + <Dimension DataMember="Country" UniqueName="DataItem0" /> + <Measure DataMember="Production" UniqueName="DataItem1" /> + <Measure DataMember="Import" UniqueName="DataItem2" /> + <Dimension DataMember="Year" UniqueName="DataItem3" /> + <Measure DataMember="Production" UniqueName="DataItem4" /> + </DataItems> + <GridColumns> + <GridDimensionColumn> + <Dimension UniqueName="DataItem0" /> + </GridDimensionColumn> + <GridMeasureColumn> + <Measure UniqueName="DataItem1" /> + </GridMeasureColumn> + <GridMeasureColumn> + <Measure UniqueName="DataItem2" /> + </GridMeasureColumn> + <GridSparklineColumn Name="Trend"> + <SparklineValue UniqueName="DataItem4" /> + </GridSparklineColumn> + </GridColumns> + <SparklineArgument UniqueName="DataItem3" /> + <GridOptions /> + </Grid> + <Card ComponentName="cardDashboardItem1" Name="Energy Statistics by Type - Production vs Import" DataSource="sqlDataSource1" DataMember="Countries"> + <DataItems> + <Measure DataMember="Production" UniqueName="DataItem0" /> + <Dimension DataMember="EnergyType" TopNEnabled="true" TopNCount="3" TopNMeasure="DataItem0" UniqueName="DataItem1" /> + <Measure DataMember="Import" UniqueName="DataItem2" /> + <Measure DataMember="Import" UniqueName="DataItem3" /> + </DataItems> + <SeriesDimensions> + <SeriesDimension UniqueName="DataItem1" /> + </SeriesDimensions> + <Card> + <ActualValue UniqueName="DataItem0" /> + <TargetValue UniqueName="DataItem3" /> + <DeltaOptions ValueType="ActualValue" ResultIndicationMode="WarningIfLess" /> + </Card> + </Card> + </Items> + <LayoutTree> + <LayoutGroup Orientation="Vertical"> + <LayoutGroup> + <LayoutGroup> + <LayoutGroup Orientation="Vertical" Weight="115.16325401217488"> + <LayoutItem DashboardItem="pieMapDashboardItem1" /> + </LayoutGroup> + <LayoutGroup Orientation="Vertical" Weight="84.836745987825125"> + <LayoutItem DashboardItem="cardDashboardItem1" Weight="95.428571428571431" /> + <LayoutItem DashboardItem="gridDashboardItem1" Weight="104.57142857142857" /> + </LayoutGroup> + </LayoutGroup> + </LayoutGroup> + </LayoutGroup> + </LayoutTree> +</Dashboard> \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj b/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj new file mode 100644 index 0000000..34c2914 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion></ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{5D847D89-AC59-44FF-9D1D-8126588D1E11}</ProjectGuid> + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Dashboard_WebDesigner_2010</RootNamespace> + <AssemblyName>Dashboard_WebDesigner_2010</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <UseIISExpress>false</UseIISExpress> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> + <RestorePackages>true</RestorePackages> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="DevExpress.Charts.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Dashboard.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Dashboard.v16.1.Web, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + </Reference> + <Reference Include="DevExpress.Data.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.DataAccess.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Map.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Office.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.PivotGrid.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Printing.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.RichEdit.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Sparkline.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Utils.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Web.ASPxThemes.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Web.Resources.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Xpo.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraCharts.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Presets, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraPrinting.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Win, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraMap.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.CodeParser.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraReports.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="System.ComponentModel.DataAnnotations" /> + <Reference Include="System.Web.DynamicData" /> + <Reference Include="System.Web.Entity" /> + <Reference Include="System.Web.ApplicationServices" /> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Core" /> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Web.Extensions" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Web" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Configuration" /> + <Reference Include="System.Web.Services" /> + <Reference Include="System.EnterpriseServices" /> + </ItemGroup> + <ItemGroup> + <Content Include="App_Data\DashboardEnergyStatictics.xml" /> + <Content Include="Global.asax" /> + <Content Include="Web.config"> + <SubType>Designer</SubType> + </Content> + <Content Include="Web.Debug.config"> + <DependentUpon>Web.config</DependentUpon> + </Content> + <Content Include="Web.Release.config"> + <DependentUpon>Web.config</DependentUpon> + </Content> + <Content Include="WebForm1.aspx" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Global.asax.cs"> + <DependentUpon>Global.asax</DependentUpon> + </Compile> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="WebForm1.aspx.cs"> + <DependentUpon>WebForm1.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="WebForm1.aspx.designer.cs"> + <DependentUpon>WebForm1.aspx</DependentUpon> + </Compile> + </ItemGroup> + <ItemGroup> + <Folder Include="App_Data\Dashboards\" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> + <ProjectExtensions> + <VisualStudio> + <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> + <WebProjectProperties> + <UseIIS>False</UseIIS> + <AutoAssignPort>True</AutoAssignPort> + <DevelopmentServerPort>50157</DevelopmentServerPort> + <DevelopmentServerVPath>/</DevelopmentServerVPath> + <IISUrl></IISUrl> + <NTLMAuthentication>False</NTLMAuthentication> + <UseCustomServer>False</UseCustomServer> + <CustomServerUrl></CustomServerUrl> + <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> + </WebProjectProperties> + </FlavorProperties> + </VisualStudio> + </ProjectExtensions> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/Global.asax b/CS/Dashboard_WebDesigner_2010/Global.asax new file mode 100644 index 0000000..a7a0cac --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="Dashboard_WebDesigner_2010.Global" Language="C#" %> diff --git a/CS/Dashboard_WebDesigner_2010/Global.asax.cs b/CS/Dashboard_WebDesigner_2010/Global.asax.cs new file mode 100644 index 0000000..be62716 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Global.asax.cs @@ -0,0 +1,75 @@ +using System; +using System.Web.Hosting; +using DevExpress.DashboardCommon; +using DevExpress.DashboardWeb; +using DevExpress.DataAccess.ConnectionParameters; +using DevExpress.DataAccess.Sql; + +namespace Dashboard_WebDesigner_2010 { + public class Global : System.Web.HttpApplication { + + protected void Application_Start(object sender, EventArgs e) { + #region #DashboardStorage + DashboardFileStorage dashboardFileStorage = new DashboardFileStorage("~/App_Data/Dashboards"); + DashboardService.SetDashboardStorage(dashboardFileStorage); + #endregion #DashboardStorage + + #region #DataSourceStorage + XmlFileConnectionParameters xmlParams = new XmlFileConnectionParameters(); + xmlParams.FileName = Server.MapPath("App_Data/DashboardEnergyStatictics.xml"); + DashboardSqlDataSource xmlDataSource = new DashboardSqlDataSource("XML Data Source", xmlParams); + SelectQuery countriesQuery = SelectQueryFluentBuilder + .AddTable("Countries") + .SelectColumns("Country", "Latitude", "Longitude", "Year", "EnergyType", "Production", "Import") + .Build("Countries"); + xmlDataSource.Queries.Add(countriesQuery); + + OlapConnectionParameters olapParams = new OlapConnectionParameters(); + olapParams.ConnectionString = @"provider=MSOLAP; + data source=http://demos.devexpress.com/Services/OLAP/msmdpump.dll; + initial catalog=Adventure Works DW Standard Edition; + cube name=Adventure Works;"; + DashboardOlapDataSource olapDataSource = new DashboardOlapDataSource("OLAP Data Source", olapParams); + + DataSourceInMemoryStorage dataSourceStorage = new DataSourceInMemoryStorage(); + dataSourceStorage.RegisterDataSource("xmlDataSource1", xmlDataSource.SaveToXml()); + dataSourceStorage.RegisterDataSource("olapDataSource1", olapDataSource.SaveToXml()); + DashboardService.SetDataSourceStorage(dataSourceStorage); + #endregion #DataSourceStorage + + DashboardService.DataApi.ConfigureDataConnection += DataApi_ConfigureDataConnection; + } + + void DataApi_ConfigureDataConnection(object sender, ServiceConfigureDataConnectionEventArgs e) { + if (e.DataSourceName == "XML Data Source") { + XmlFileConnectionParameters parameters = (XmlFileConnectionParameters)e.ConnectionParameters; + string databasePath = HostingEnvironment.MapPath("~/App_Data/DashboardEnergyStatictics.xml"); + parameters.FileName = databasePath; + } + } + + protected void Session_Start(object sender, EventArgs e) { + + } + + protected void Application_BeginRequest(object sender, EventArgs e) { + + } + + protected void Application_AuthenticateRequest(object sender, EventArgs e) { + + } + + protected void Application_Error(object sender, EventArgs e) { + + } + + protected void Session_End(object sender, EventArgs e) { + + } + + protected void Application_End(object sender, EventArgs e) { + + } + } +} \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/Properties/AssemblyInfo.cs b/CS/Dashboard_WebDesigner_2010/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..dedddf0 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Dashboard_WebDesigner_2010")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Dashboard_WebDesigner_2010")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("afaa75ef-617a-494f-8285-f182470b1f8a")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CS/Dashboard_WebDesigner_2010/Properties/Settings.Designer.cs b/CS/Dashboard_WebDesigner_2010/Properties/Settings.Designer.cs new file mode 100644 index 0000000..5c67340 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Properties/Settings.Designer.cs @@ -0,0 +1,35 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace Dashboard_WebDesigner_2010.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] + public string Setting { + get { + return ((string)(this["Setting"])); + } + } + } +} diff --git a/CS/Dashboard_WebDesigner_2010/Properties/Settings.settings b/CS/Dashboard_WebDesigner_2010/Properties/Settings.settings new file mode 100644 index 0000000..049245f --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Properties/Settings.settings @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='utf-8'?> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> + <Profiles> + <Profile Name="(Default)" /> + </Profiles> +</SettingsFile> diff --git a/CS/Dashboard_WebDesigner_2010/Web.Debug.config b/CS/Dashboard_WebDesigner_2010/Web.Debug.config new file mode 100644 index 0000000..2c6dd51 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Web.Debug.config @@ -0,0 +1,30 @@ +<?xml version="1.0"?> + +<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> + +<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> + <!-- + In the example below, the "SetAttributes" transform will change the value of + "connectionString" to use "ReleaseSQLServer" only when the "Match" locator + finds an atrribute "name" that has a value of "MyDB". + + <connectionStrings> + <add name="MyDB" + connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" + xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/> + </connectionStrings> + --> + <system.web> + <!-- + In the example below, the "Replace" transform will replace the entire + <customErrors> section of your web.config file. + Note that because there is only one customErrors section under the + <system.web> node, there is no need to use the "xdt:Locator" attribute. + + <customErrors defaultRedirect="GenericError.htm" + mode="RemoteOnly" xdt:Transform="Replace"> + <error statusCode="500" redirect="InternalError.htm"/> + </customErrors> + --> + </system.web> +</configuration> \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/Web.Release.config b/CS/Dashboard_WebDesigner_2010/Web.Release.config new file mode 100644 index 0000000..4122d79 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Web.Release.config @@ -0,0 +1,31 @@ +<?xml version="1.0"?> + +<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> + +<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> + <!-- + In the example below, the "SetAttributes" transform will change the value of + "connectionString" to use "ReleaseSQLServer" only when the "Match" locator + finds an atrribute "name" that has a value of "MyDB". + + <connectionStrings> + <add name="MyDB" + connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" + xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/> + </connectionStrings> + --> + <system.web> + <compilation xdt:Transform="RemoveAttributes(debug)" /> + <!-- + In the example below, the "Replace" transform will replace the entire + <customErrors> section of your web.config file. + Note that because there is only one customErrors section under the + <system.web> node, there is no need to use the "xdt:Locator" attribute. + + <customErrors defaultRedirect="GenericError.htm" + mode="RemoteOnly" xdt:Transform="Replace"> + <error statusCode="500" redirect="InternalError.htm"/> + </customErrors> + --> + </system.web> +</configuration> \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/Web.config b/CS/Dashboard_WebDesigner_2010/Web.config new file mode 100644 index 0000000..8423ee0 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/Web.config @@ -0,0 +1,69 @@ +<?xml version="1.0"?> +<!-- + For more information on how to configure your ASP.NET application, please visit + http://go.microsoft.com/fwlink/?LinkId=169433 + --> +<configuration> + <configSections> + <sectionGroup name="devExpress"> + <section name="themes" type="DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="compression" type="DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="settings" type="DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="errors" type="DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + </sectionGroup> + <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + </configSections> + <system.web> + <compilation debug="true" targetFramework="4.0"> + <assemblies> + <add assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Dashboard.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Data.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.DataAccess.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Office.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Printing.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Charts.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Xpo.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.RichEdit.v16.1.Core, Version=16.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Web.ASPxThemes.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> + </assemblies> + </compilation> + <httpModules> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" /> + </httpModules> + <httpHandlers> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" validate="false" /> + <add verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate="false" /> + </httpHandlers> + </system.web> + <system.webServer> + <modules> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" /> + </modules> + <validation validateIntegratedModeConfiguration="false" /> + <handlers> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" name="ASPxHttpHandlerModule" preCondition="integratedMode" /> + <add name="ASPxUploadProgressHandler" preCondition="integratedMode" verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> + </handlers> + <defaultDocument> + <files> + <clear /> + <add value="WebForm1.aspx" /> + </files> + </defaultDocument> + </system.webServer> + <devExpress> + <themes enableThemesAssembly="true" styleSheetTheme="" theme="" customThemeAssemblies="" /> + <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" /> + <settings doctypeMode="Html5" rightToLeft="false" embedRequiredClientLibraries="true" ieCompatibilityVersion="edge" accessibilityCompliant="false" checkReferencesToExternalScripts="false" /> + <errors callbackErrorRedirectUrl="" /> + </devExpress> + <entityFramework> + <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> + <providers> + <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> + <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> + </providers> + </entityFramework> +</configuration> \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/WebForm1.aspx b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx new file mode 100644 index 0000000..0738e3d --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx @@ -0,0 +1,44 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" + Inherits="Dashboard_WebDesigner_2010.WebForm1" %> + +<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" + Namespace="DevExpress.Web" TagPrefix="dx" %> + +<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" + Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head runat="server"> + <title> + + +
+ +
+ + + +
+
+ + +
+ +
+ + diff --git a/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.cs b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.cs new file mode 100644 index 0000000..cf631b4 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.cs @@ -0,0 +1,8 @@ +using System; + +namespace Dashboard_WebDesigner_2010 { + public partial class WebForm1 : System.Web.UI.Page { + protected void Page_Load(object sender, EventArgs e) { + } + } +} \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.cs b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.cs new file mode 100644 index 0000000..02de694 --- /dev/null +++ b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.cs @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Dashboard_WebDesigner_2010 { + + + public partial class WebForm1 { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// ASPxButton1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::DevExpress.Web.ASPxButton ASPxButton1; + + /// + /// ASPxDashboardDesigner1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::DevExpress.DashboardWeb.ASPxDashboardDesigner ASPxDashboardDesigner1; + } +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f1900ef --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +This code example is provided "as is" without warranty of any kind. Developer Express Inc ("DevExpress") disclaims all warranties, +either express or implied, including the warranties of merchantability and fitness for a particular purpose. + +For licensing terms and conditions of DevExpress product(s) required for, or associated with the use of this code example, +please refer to the applicable End-User License Agreement at https://www.devexpress.com/Support/licensingfaq.xml \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..755f44a --- /dev/null +++ b/Readme.md @@ -0,0 +1,10 @@ +# How to create a Web Dashboard Designer application + + +

This example shows how to create a Web Dashboard Designer application and provide data for dashboards.

+The project contains a simple dashboard and two available data sources: the XML and OLAP data sources. You can use these data sources to create a new dashboard. To learn how to create a Web Designer application from scratch, see the following topic: Creating an ASP.NET Designer and Using It to Create a Dashboard.
+

Note that the OLAP data source requires the ADOMD.NET data provider installed on the web server. You can get the latest version of this provider here: https://www.microsoft.com/en-us/download/details.aspx?id=42295.

+ +
+ + diff --git a/VB/Dashboard_WebDesigner_2010.sln b/VB/Dashboard_WebDesigner_2010.sln new file mode 100644 index 0000000..396e4f8 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Dashboard_WebDesigner_2010", "Dashboard_WebDesigner_2010\Dashboard_WebDesigner_2010.vbproj", "{5D847D89-AC59-44FF-9D1D-8126588D1E11}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D847D89-AC59-44FF-9D1D-8126588D1E11}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/VB/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml b/VB/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml new file mode 100644 index 0000000..423b9a6 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/App_Data/DashboardEnergyStatictics.xml @@ -0,0 +1,11577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 8.3 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 9.1 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.8 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.4 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 6.7 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 5.9 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 5.4 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 5.1 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 5.5 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.4 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3.8 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 52.9 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 51.6 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 52.2 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 55.8 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 57.5 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 58.3 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 56.3 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 55.7 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.9 + 59.6 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 53.9 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 56.2 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 13.3 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Gases + 13.1 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Gases + 13.7 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Gases + 14.2 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Gases + 14.6 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Gases + 14.8 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Gases + 15 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Gases + 14.9 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Gases + 14.9 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Gases + 15 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Gases + 16.8 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Nuclear + 12 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Nuclear + 12.3 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Nuclear + 12 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Nuclear + 11.8 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Nuclear + 12.2 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Nuclear + 12.4 + + + Belgium + 50.8333 + 4 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Belgium + 50.8333 + 4 + 2001-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Belgium + 50.8333 + 4 + 2002-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Belgium + 50.8333 + 4 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Belgium + 50.8333 + 4 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Belgium + 50.8333 + 4 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Belgium + 50.8333 + 4 + 2006-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Belgium + 50.8333 + 4 + 2007-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Belgium + 50.8333 + 4 + 2008-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Belgium + 50.8333 + 4 + 2009-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Belgium + 50.8333 + 4 + 2010-01-01T00:00:00+04:00 + Renewables + 2 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 4.3 + 2.4 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + 2.6 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 4.4 + 2.5 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 4.6 + 2.6 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + 3 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + 2.6 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 4.3 + 2.5 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 4.8 + 3.1 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.9 + 3.2 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 4.6 + 1.8 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 4.9 + 1.7 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.1 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.4 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.1 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.3 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 6.8 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 7.9 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 9 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 8.9 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 8.8 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 7.8 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 7.8 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 2.5 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 2.4 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 0.3 + 2.4 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 0.4 + 2.5 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 0.4 + 2.6 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 0.2 + 2.8 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 0.2 + 2.8 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 2.1 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 2.1 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + 5.1 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + 5.2 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + 4.5 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + 4.8 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + 5 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + 4.1 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + 4 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + 4 + + + Bulgaria + 43 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Bulgaria + 43 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Bulgaria + 43 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Bulgaria + 43 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Bulgaria + 43 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Bulgaria + 43 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 1 + + + Bulgaria + 43 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Bulgaria + 43 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 25 + 1 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 25.3 + 1.1 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 24.3 + 1.4 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 24.4 + 1.6 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 24.9 + 1.8 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 23.6 + 1.4 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 23.9 + 2.1 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 23.8 + 2.3 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 22.8 + 2.1 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 20.9 + 1.9 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 20.7 + 2.2 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 8.7 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 9.6 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 9.4 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 9.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.6 + 10 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.6 + 11.1 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 10.8 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 10.7 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 11.2 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 10.4 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 10.6 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Gases + 0.2 + 7.5 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Gases + 0.1 + 7.7 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Gases + 0.1 + 7.9 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Gases + 0.1 + 7.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Gases + 0.2 + 7.2 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Gases + 0.2 + 7.6 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Gases + 0.1 + 8 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Gases + 0.2 + 7 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Gases + 0.2 + 7.8 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 7.9 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Gases + 0.2 + 7 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Nuclear + 3.5 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Nuclear + 4.8 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Nuclear + 6.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Nuclear + 6.8 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Nuclear + 6.4 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Nuclear + 6.7 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Nuclear + 6.8 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Nuclear + 6.9 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Nuclear + 7 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Nuclear + 7.2 + + + Czech Republic + 49.75 + 15.5 + 2000-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Czech Republic + 49.75 + 15.5 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Czech Republic + 49.75 + 15.5 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Czech Republic + 49.75 + 15.5 + 2003-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Czech Republic + 49.75 + 15.5 + 2004-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Czech Republic + 49.75 + 15.5 + 2005-01-01T00:00:00+04:00 + Renewables + 2 + + + Czech Republic + 49.75 + 15.5 + 2006-01-01T00:00:00+04:00 + Renewables + 2.2 + + + Czech Republic + 49.75 + 15.5 + 2007-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Czech Republic + 49.75 + 15.5 + 2008-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Czech Republic + 49.75 + 15.5 + 2009-01-01T00:00:00+04:00 + Renewables + 2.6 + + + Czech Republic + 49.75 + 15.5 + 2010-01-01T00:00:00+04:00 + Renewables + 2.9 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 3.9 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 3.8 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 5.7 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 4.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.6 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 5.2 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 4.8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.4 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 4 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 18.2 + 9.9 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + 9.1 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 18.6 + 8.5 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 18.6 + 8.4 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 19.8 + 8.8 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 19 + 8.8 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + 8.4 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 15.6 + 8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 14.4 + 9.5 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 13.3 + 8.7 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 12.5 + 9.3 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Gases + 7.4 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Gases + 7.6 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Gases + 7.6 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Gases + 7.2 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Gases + 8.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Gases + 9.4 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Gases + 9.3 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Gases + 8.3 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Gases + 9 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Gases + 7.5 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Gases + 7.4 + 0.1 + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Denmark + 56 + 10 + 2000-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Denmark + 56 + 10 + 2001-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Denmark + 56 + 10 + 2002-01-01T00:00:00+04:00 + Renewables + 2 + + + Denmark + 56 + 10 + 2003-01-01T00:00:00+04:00 + Renewables + 2.3 + + + Denmark + 56 + 10 + 2004-01-01T00:00:00+04:00 + Renewables + 2.5 + + + Denmark + 56 + 10 + 2005-01-01T00:00:00+04:00 + Renewables + 2.5 + + + Denmark + 56 + 10 + 2006-01-01T00:00:00+04:00 + Renewables + 2.6 + + + Denmark + 56 + 10 + 2007-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2008-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2009-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Denmark + 56 + 10 + 2010-01-01T00:00:00+04:00 + Renewables + 3.1 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 60.6 + 22.2 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 58.2 + 26.3 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 58.4 + 25.1 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 57.7 + 25.7 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 58.3 + 28.3 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 56.5 + 26.3 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 53.4 + 29.8 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 54.6 + 32.8 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 50 + 32.1 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 45.7 + 26.7 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 45.1 + 32.8 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 4.5 + 149 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 4.4 + 152 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 4.7 + 144.2 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 4.9 + 145.6 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.1 + 146.8 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 150 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 149.2 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 5.5 + 137.7 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 5.3 + 142.3 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 5 + 132.9 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 4.3 + 130.7 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Gases + 15.8 + 61.1 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Gases + 16 + 63.4 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Gases + 16 + 65.9 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Gases + 15.9 + 68.5 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Gases + 14.7 + 72.9 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Gases + 14.2 + 73.5 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Gases + 14.1 + 75.6 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Gases + 13.1 + 71.4 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Gases + 11.3 + 74.8 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Gases + 11.1 + 76.3 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Gases + 9.7 + 74.3 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Nuclear + 43.8 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Nuclear + 44.2 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Nuclear + 42.5 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Nuclear + 42.6 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Nuclear + 43.1 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Nuclear + 42.1 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Nuclear + 43.1 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Nuclear + 36.3 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Nuclear + 38.3 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Nuclear + 34.8 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Nuclear + 36.3 + + + Germany + 51 + 9 + 2000-01-01T00:00:00+04:00 + Renewables + 9.1 + + + Germany + 51 + 9 + 2001-01-01T00:00:00+04:00 + Renewables + 9.7 + + + Germany + 51 + 9 + 2002-01-01T00:00:00+04:00 + Renewables + 10.9 + + + Germany + 51 + 9 + 2003-01-01T00:00:00+04:00 + Renewables + 13 + + + Germany + 51 + 9 + 2004-01-01T00:00:00+04:00 + Renewables + 15.8 + + + Germany + 51 + 9 + 2005-01-01T00:00:00+04:00 + Renewables + 17.5 + + + Germany + 51 + 9 + 2006-01-01T00:00:00+04:00 + Renewables + 21.7 + + + Germany + 51 + 9 + 2007-01-01T00:00:00+04:00 + Renewables + 28 + + + Germany + 51 + 9 + 2008-01-01T00:00:00+04:00 + Renewables + 28 + + + Germany + 51 + 9 + 2009-01-01T00:00:00+04:00 + Renewables + 27.8 + + + Germany + 51 + 9 + 2010-01-01T00:00:00+04:00 + Renewables + 32.7 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 0.3 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 2.6 + 0.3 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.8 + 0.2 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 0.3 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 3 + 0.3 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 0.1 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.1 + 0.1 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 3.7 + 0.1 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + 0.1 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.3 + 0 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3.9 + 0 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 0.9 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1.1 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 1.1 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.1 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.2 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.4 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 1.2 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 1.2 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 1.1 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Gases + 0.6 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Gases + 0.7 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Gases + 0.8 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Gases + 0.5 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Gases + 0.6 + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Estonia + 59 + 26 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Estonia + 59 + 26 + 2001-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2002-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2004-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2005-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2006-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Estonia + 59 + 26 + 2007-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Estonia + 59 + 26 + 2008-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Estonia + 59 + 26 + 2009-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Estonia + 59 + 26 + 2010-01-01T00:00:00+04:00 + Renewables + 1 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1 + 1.7 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 1.9 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.8 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 1.8 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 2 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 2 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 1.8 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.5 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.7 + 1.7 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 1.4 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1 + 1.1 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 9.3 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 10.2 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 10.3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 10.2 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 10.1 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.9 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.9 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.8 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 9.7 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 8.7 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 8.9 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Gases + 1 + 2.5 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + 2.9 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Gases + 0.7 + 3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Gases + 0.5 + 3.1 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Gases + 0.7 + 3 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Gases + 0.5 + 3 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Gases + 0.4 + 3.6 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Gases + 0.4 + 3.9 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Gases + 0.4 + 4.1 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Gases + 0.3 + 4 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Gases + 0.3 + 4.4 + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Ireland + 53 + -8 + 2000-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2001-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2002-01-01T00:00:00+04:00 + Renewables + 0.3 + + + Ireland + 53 + -8 + 2003-01-01T00:00:00+04:00 + Renewables + 0.2 + + + Ireland + 53 + -8 + 2004-01-01T00:00:00+04:00 + Renewables + 0.3 + + + Ireland + 53 + -8 + 2005-01-01T00:00:00+04:00 + Renewables + 0.4 + + + Ireland + 53 + -8 + 2006-01-01T00:00:00+04:00 + Renewables + 0.4 + + + Ireland + 53 + -8 + 2007-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Ireland + 53 + -8 + 2008-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Ireland + 53 + -8 + 2009-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Ireland + 53 + -8 + 2010-01-01T00:00:00+04:00 + Renewables + 0.6 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.8 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 8.4 + 0.9 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 8.6 + 0.6 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.5 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 8.5 + 0.5 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 8.5 + 0.4 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.2 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 8.4 + 0.4 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 8.1 + 0.4 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 8.2 + 0.2 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 7.3 + 0.4 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 23.7 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 23.6 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 24.9 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.6 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26.4 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.7 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.2 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.6 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.9 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27.1 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 1.7 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 1.7 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 1.8 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 2 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 2.2 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 2.3 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 2.7 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 3.3 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 3.5 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 3 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 3.2 + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Greece + 39 + 22 + 2000-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Greece + 39 + 22 + 2001-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Greece + 39 + 22 + 2002-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Greece + 39 + 22 + 2003-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Greece + 39 + 22 + 2004-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Greece + 39 + 22 + 2005-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Greece + 39 + 22 + 2006-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Greece + 39 + 22 + 2007-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Greece + 39 + 22 + 2008-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Greece + 39 + 22 + 2009-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Greece + 39 + 22 + 2010-01-01T00:00:00+04:00 + Renewables + 2 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 8 + 13.3 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 7.8 + 11.6 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 7.4 + 14.8 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 7 + 13.3 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 14.8 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 6.3 + 14.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 6 + 14.3 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 5.5 + 14.6 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 4.2 + 12.5 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.6 + 9.9 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 3 + 7.8 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 78.3 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 78.9 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 80.3 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 81.9 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 84.8 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 87.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 89.1 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 89.6 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 87.1 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 81.9 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 80.4 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Gases + 0.2 + 15.5 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Gases + 0.5 + 15.8 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Gases + 0.5 + 18.9 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Gases + 0.2 + 21.2 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Gases + 0.3 + 24.6 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Gases + 0.2 + 30.2 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Gases + 0.1 + 31.6 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Gases + 0.1 + 31.5 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Gases + 0.1 + 35.3 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 31.8 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Gases + 0.1 + 32 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Nuclear + 16.4 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Nuclear + 16.3 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Nuclear + 16.4 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Nuclear + 14.8 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Nuclear + 15.5 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Nuclear + 14.2 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Nuclear + 15.2 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Nuclear + 13.6 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Nuclear + 16 + + + Spain + 40 + -4 + 2000-01-01T00:00:00+04:00 + Renewables + 6.9 + + + Spain + 40 + -4 + 2001-01-01T00:00:00+04:00 + Renewables + 8.2 + + + Spain + 40 + -4 + 2002-01-01T00:00:00+04:00 + Renewables + 7 + + + Spain + 40 + -4 + 2003-01-01T00:00:00+04:00 + Renewables + 9.2 + + + Spain + 40 + -4 + 2004-01-01T00:00:00+04:00 + Renewables + 8.9 + + + Spain + 40 + -4 + 2005-01-01T00:00:00+04:00 + Renewables + 8.4 + + + Spain + 40 + -4 + 2006-01-01T00:00:00+04:00 + Renewables + 9.2 + + + Spain + 40 + -4 + 2007-01-01T00:00:00+04:00 + Renewables + 10 + + + Spain + 40 + -4 + 2008-01-01T00:00:00+04:00 + Renewables + 10.3 + + + Spain + 40 + -4 + 2009-01-01T00:00:00+04:00 + Renewables + 12.2 + + + Spain + 40 + -4 + 2010-01-01T00:00:00+04:00 + Renewables + 14.7 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.5 + 13.6 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 11.6 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 1.3 + 12.9 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.4 + 12.1 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.5 + 13.8 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.4 + 14.1 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 14.4 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 13.3 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 15 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 10.8 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 12.3 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2 + 114.3 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 115.9 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 114 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 117.8 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 119.3 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + 123 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.4 + 122 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 119 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + 121.2 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 112.5 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 106.5 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Gases + 1.5 + 36.5 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Gases + 1.5 + 35.8 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Gases + 1.4 + 37.5 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Gases + 1.3 + 38.4 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Gases + 1.1 + 39.9 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Gases + 0.9 + 41.6 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Gases + 1.1 + 40.1 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Gases + 0.9 + 37.9 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Gases + 0.8 + 40.1 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Gases + 0.8 + 40.7 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Gases + 0.6 + 42.1 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Nuclear + 107.1 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Nuclear + 108.6 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Nuclear + 112.7 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Nuclear + 113.8 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Nuclear + 115.6 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Nuclear + 116.5 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Nuclear + 116.1 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Nuclear + 113.4 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Nuclear + 113.4 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Nuclear + 105.7 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Nuclear + 110.5 + + + France + 46 + 2 + 2000-01-01T00:00:00+04:00 + Renewables + 15.9 + + + France + 46 + 2 + 2001-01-01T00:00:00+04:00 + Renewables + 16.7 + + + France + 46 + 2 + 2002-01-01T00:00:00+04:00 + Renewables + 15.1 + + + France + 46 + 2 + 2003-01-01T00:00:00+04:00 + Renewables + 15.6 + + + France + 46 + 2 + 2004-01-01T00:00:00+04:00 + Renewables + 15.9 + + + France + 46 + 2 + 2005-01-01T00:00:00+04:00 + Renewables + 15.6 + + + France + 46 + 2 + 2006-01-01T00:00:00+04:00 + Renewables + 15.7 + + + France + 46 + 2 + 2007-01-01T00:00:00+04:00 + Renewables + 16.4 + + + France + 46 + 2 + 2008-01-01T00:00:00+04:00 + Renewables + 18.5 + + + France + 46 + 2 + 2009-01-01T00:00:00+04:00 + Renewables + 19 + + + France + 46 + 2 + 2010-01-01T00:00:00+04:00 + Renewables + 20.8 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.2 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 13.6 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 13.2 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 14.6 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.9 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.5 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 16.8 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.8 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 16.7 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.6 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 14.5 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 4.8 + 110.9 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 4.3 + 107.9 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 5.9 + 108.8 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 6 + 109.8 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.9 + 109.2 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 109.6 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 108.3 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 6.8 + 109.4 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 6.5 + 103.2 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 95.5 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 6.7 + 98.2 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Gases + 13.6 + 47 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Gases + 12.5 + 44.9 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Gases + 12 + 48.6 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Gases + 11.4 + 51.4 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Gases + 10.6 + 55.6 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Gases + 9.9 + 60.2 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Gases + 9 + 63.4 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Gases + 7.9 + 60.6 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Gases + 7.6 + 63 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Gases + 6.6 + 56.7 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Gases + 6.9 + 61.7 + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Italy + 42.8333 + 12.8333 + 2000-01-01T00:00:00+04:00 + Renewables + 9.6 + + + Italy + 42.8333 + 12.8333 + 2001-01-01T00:00:00+04:00 + Renewables + 9.8 + + + Italy + 42.8333 + 12.8333 + 2002-01-01T00:00:00+04:00 + Renewables + 9.4 + + + Italy + 42.8333 + 12.8333 + 2003-01-01T00:00:00+04:00 + Renewables + 10.1 + + + Italy + 42.8333 + 12.8333 + 2004-01-01T00:00:00+04:00 + Renewables + 11.4 + + + Italy + 42.8333 + 12.8333 + 2005-01-01T00:00:00+04:00 + Renewables + 11 + + + Italy + 42.8333 + 12.8333 + 2006-01-01T00:00:00+04:00 + Renewables + 11.6 + + + Italy + 42.8333 + 12.8333 + 2007-01-01T00:00:00+04:00 + Renewables + 11.2 + + + Italy + 42.8333 + 12.8333 + 2008-01-01T00:00:00+04:00 + Renewables + 12.9 + + + Italy + 42.8333 + 12.8333 + 2009-01-01T00:00:00+04:00 + Renewables + 14.7 + + + Italy + 42.8333 + 12.8333 + 2010-01-01T00:00:00+04:00 + Renewables + 16.3 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.5 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2.2 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.9 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.9 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.8 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 1.7 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 1.7 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 1.5 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 1.3 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 1.1 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 1.4 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 0.9 + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Latvia + 57 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Latvia + 57 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Latvia + 57 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Latvia + 57 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 1.7 + + + Latvia + 57 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Latvia + 57 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Latvia + 57 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Latvia + 57 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.3 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.1 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 0.2 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 5.5 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 7.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.5 + 6.7 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.6 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 9.5 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 9.7 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 9.2 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 6.6 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 10.2 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 9.3 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 10.2 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Gases + 2.1 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Gases + 2.1 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Gases + 2.2 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Gases + 2.4 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Gases + 2.3 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Gases + 3 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Gases + 2.2 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Gases + 2.5 + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Nuclear + 2.2 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Nuclear + 3 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Nuclear + 4 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Nuclear + 3.9 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Nuclear + 2.7 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Nuclear + 2.3 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Nuclear + 2.6 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Nuclear + 2.6 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Nuclear + 2.8 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Lithuania + 55 + 24 + 2000-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Lithuania + 55 + 24 + 2001-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Lithuania + 55 + 24 + 2002-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2003-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Lithuania + 55 + 24 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Lithuania + 55 + 24 + 2006-01-01T00:00:00+04:00 + Renewables + 1 + + + Lithuania + 55 + 24 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Lithuania + 55 + 24 + 2008-01-01T00:00:00+04:00 + Renewables + 1.1 + + + Lithuania + 55 + 24 + 2009-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Lithuania + 55 + 24 + 2010-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 2.5 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 2.9 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 3 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 2.8 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 2.9 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Gases + 0.7 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Gases + 0.7 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Gases + 1.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Gases + 1.2 + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Luxembourg + 49.75 + 6.1667 + 2000-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2001-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2002-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2003-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2004-01-01T00:00:00+04:00 + Renewables + 0 + + + Luxembourg + 49.75 + 6.1667 + 2005-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2006-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2007-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2008-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2009-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Luxembourg + 49.75 + 6.1667 + 2010-01-01T00:00:00+04:00 + Renewables + 0.1 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 2.9 + 1.2 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 1.1 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 0.9 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 2.7 + 1 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 1.2 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 1.5 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 1.6 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 1.7 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 1.7 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 1.1 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.6 + 1.4 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.1 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 7.1 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.4 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1.7 + 7.4 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.6 + 7.7 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.4 + 8.9 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 9.2 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 9.4 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 9.2 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.3 + 7.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 8.5 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Gases + 2.5 + 7.3 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Gases + 2.5 + 7.8 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Gases + 2.4 + 8.7 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Gases + 2.3 + 9.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Gases + 2.4 + 9.3 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Gases + 2.3 + 9.8 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Gases + 2.4 + 9.4 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Gases + 2 + 8.6 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Gases + 2 + 9.3 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Gases + 2.3 + 7.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Gases + 2.2 + 7.9 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Nuclear + 3.6 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Nuclear + 2.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Nuclear + 3.1 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Nuclear + 3.6 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Nuclear + 3.5 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Nuclear + 4 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Nuclear + 4.1 + + + Hungary + 47 + 20 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Hungary + 47 + 20 + 2001-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2002-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2003-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2004-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Hungary + 47 + 20 + 2005-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Hungary + 47 + 20 + 2006-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Hungary + 47 + 20 + 2007-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Hungary + 47 + 20 + 2008-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Hungary + 47 + 20 + 2009-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Hungary + 47 + 20 + 2010-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.1 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0 + 18.9 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.8 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.9 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.3 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 14.8 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 16.3 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 13.2 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.2 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 12.8 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 2.4 + 107.3 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 109.7 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + 108.3 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 3.2 + 109.8 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 3 + 118 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 127 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 2.1 + 132.5 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 3.1 + 128.3 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + 132.3 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 2.3 + 139.7 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.9 + 150 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Gases + 52.2 + 12.5 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Gases + 56.1 + 15.3 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Gases + 54.2 + 19.2 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Gases + 52.2 + 18.3 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Gases + 61.6 + 13.5 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Gases + 56.3 + 16.4 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Gases + 55.4 + 18 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Gases + 54.5 + 18.7 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Gases + 60 + 19 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Gases + 56.5 + 18.4 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Gases + 63.5 + 18.5 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Nuclear + 0.9 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Nuclear + 1.1 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Nuclear + 1 + + + Netherlands + 52.5 + 5.75 + 2000-01-01T00:00:00+04:00 + Renewables + 1.3 + + + Netherlands + 52.5 + 5.75 + 2001-01-01T00:00:00+04:00 + Renewables + 1.5 + + + Netherlands + 52.5 + 5.75 + 2002-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Netherlands + 52.5 + 5.75 + 2003-01-01T00:00:00+04:00 + Renewables + 1.6 + + + Netherlands + 52.5 + 5.75 + 2004-01-01T00:00:00+04:00 + Renewables + 1.8 + + + Netherlands + 52.5 + 5.75 + 2005-01-01T00:00:00+04:00 + Renewables + 1.9 + + + Netherlands + 52.5 + 5.75 + 2006-01-01T00:00:00+04:00 + Renewables + 2 + + + Netherlands + 52.5 + 5.75 + 2007-01-01T00:00:00+04:00 + Renewables + 2.1 + + + Netherlands + 52.5 + 5.75 + 2008-01-01T00:00:00+04:00 + Renewables + 2.4 + + + Netherlands + 52.5 + 5.75 + 2009-01-01T00:00:00+04:00 + Renewables + 2.8 + + + Netherlands + 52.5 + 5.75 + 2010-01-01T00:00:00+04:00 + Renewables + 2.9 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.1 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.4 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.5 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 3.5 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.1 + 4 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0 + 4 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3.8 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0 + 4.1 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3.9 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0 + 2.8 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0 + 3 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 12.5 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1 + 13.3 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 14 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.7 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 15.2 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1 + 15.5 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1 + 15.3 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.8 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1 + 14.9 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 13.8 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 13.9 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Gases + 1.5 + 5.3 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Gases + 1.5 + 5.3 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Gases + 1.6 + 5.6 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Gases + 1.8 + 6.9 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Gases + 1.7 + 7.2 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Gases + 1.4 + 8 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Gases + 1.6 + 8.8 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Gases + 1.6 + 8.2 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Gases + 1.3 + 8.3 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Gases + 1.4 + 9.5 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Gases + 1.5 + 10.2 + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Austria + 47.3333 + 13.3333 + 2000-01-01T00:00:00+04:00 + Renewables + 6.6 + + + Austria + 47.3333 + 13.3333 + 2001-01-01T00:00:00+04:00 + Renewables + 6.7 + + + Austria + 47.3333 + 13.3333 + 2002-01-01T00:00:00+04:00 + Renewables + 6.5 + + + Austria + 47.3333 + 13.3333 + 2003-01-01T00:00:00+04:00 + Renewables + 6.1 + + + Austria + 47.3333 + 13.3333 + 2004-01-01T00:00:00+04:00 + Renewables + 6.6 + + + Austria + 47.3333 + 13.3333 + 2005-01-01T00:00:00+04:00 + Renewables + 7.1 + + + Austria + 47.3333 + 13.3333 + 2006-01-01T00:00:00+04:00 + Renewables + 7.1 + + + Austria + 47.3333 + 13.3333 + 2007-01-01T00:00:00+04:00 + Renewables + 7.8 + + + Austria + 47.3333 + 13.3333 + 2008-01-01T00:00:00+04:00 + Renewables + 8.3 + + + Austria + 47.3333 + 13.3333 + 2009-01-01T00:00:00+04:00 + Renewables + 8.4 + + + Austria + 47.3333 + 13.3333 + 2010-01-01T00:00:00+04:00 + Renewables + 8.6 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 71.3 + 1 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 71.4 + 1.3 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 71.2 + 1.8 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 70.8 + 1.6 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 69.2 + 1.6 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 68.9 + 2.2 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 67.6 + 3.4 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 62.5 + 3.9 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 60.9 + 6.5 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 56.4 + 6.5 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 55.4 + 8.3 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.9 + 21.8 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 1 + 21.9 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 1 + 22.6 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 1 + 22.4 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 23.6 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 24.9 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 27.2 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 1 + 29.2 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 28 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 1.1 + 27.5 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 1.2 + 29.2 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Gases + 3.3 + 6.6 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Gases + 3.5 + 7.2 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Gases + 3.6 + 6.7 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Gases + 3.6 + 7.5 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Gases + 3.9 + 8.2 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Gases + 3.9 + 8.6 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Gases + 3.9 + 8.9 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Gases + 3.9 + 8.3 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Gases + 3.7 + 9.2 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Gases + 3.7 + 8.2 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Gases + 3.7 + 8.9 + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Poland + 52 + 20 + 2000-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Poland + 52 + 20 + 2001-01-01T00:00:00+04:00 + Renewables + 4.1 + + + Poland + 52 + 20 + 2002-01-01T00:00:00+04:00 + Renewables + 4.1 + + + Poland + 52 + 20 + 2003-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Poland + 52 + 20 + 2004-01-01T00:00:00+04:00 + Renewables + 4.3 + + + Poland + 52 + 20 + 2005-01-01T00:00:00+04:00 + Renewables + 4.5 + + + Poland + 52 + 20 + 2006-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Poland + 52 + 20 + 2007-01-01T00:00:00+04:00 + Renewables + 4.9 + + + Poland + 52 + 20 + 2008-01-01T00:00:00+04:00 + Renewables + 5.4 + + + Poland + 52 + 20 + 2009-01-01T00:00:00+04:00 + Renewables + 6 + + + Poland + 52 + 20 + 2010-01-01T00:00:00+04:00 + Renewables + 6.8 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 4 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 3 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 3.3 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.5 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 2.9 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 2.3 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 3.1 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 17.3 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 18 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 17.5 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 17.9 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 17.9 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 19.5 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 17.6 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 17.2 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 16.6 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 15.2 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 15.5 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 2 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 2.3 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Gases + 2.7 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Gases + 2.6 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Gases + 3.3 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Gases + 3.9 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Gases + 3.7 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Gases + 3.8 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Gases + 4.1 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Gases + 4.3 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Gases + 4.5 + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Nuclear + + + Portugal + 39.5 + -8 + 2000-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Portugal + 39.5 + -8 + 2001-01-01T00:00:00+04:00 + Renewables + 4 + + + Portugal + 39.5 + -8 + 2002-01-01T00:00:00+04:00 + Renewables + 3.6 + + + Portugal + 39.5 + -8 + 2003-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Portugal + 39.5 + -8 + 2004-01-01T00:00:00+04:00 + Renewables + 3.8 + + + Portugal + 39.5 + -8 + 2005-01-01T00:00:00+04:00 + Renewables + 3.5 + + + Portugal + 39.5 + -8 + 2006-01-01T00:00:00+04:00 + Renewables + 4.2 + + + Portugal + 39.5 + -8 + 2007-01-01T00:00:00+04:00 + Renewables + 4.5 + + + Portugal + 39.5 + -8 + 2008-01-01T00:00:00+04:00 + Renewables + 4.4 + + + Portugal + 39.5 + -8 + 2009-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Portugal + 39.5 + -8 + 2010-01-01T00:00:00+04:00 + Renewables + 5.4 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 5.6 + 1.9 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 5.7 + 2.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 6.1 + 2.8 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 2.6 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 6.3 + 3.1 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 5.8 + 3 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 6.5 + 2.7 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 6.9 + 3.5 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 7 + 2.6 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 6.6 + 1 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 5.9 + 1.3 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 6.4 + 6.4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 6.4 + 8.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 7.5 + 8.2 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 7.3 + 7.2 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 9.2 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 6.2 + 9.9 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 5.8 + 10.2 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 5.1 + 10 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 5 + 10.5 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 4.8 + 9 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 4.5 + 8.4 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Gases + 11 + 2.7 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Gases + 10.8 + 2.3 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Gases + 10.6 + 3.1 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Gases + 10.4 + 4.2 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Gases + 10.4 + 4.1 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Gases + 9.7 + 4.2 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Gases + 9.6 + 4.8 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Gases + 9.2 + 3.9 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Gases + 9 + 3.5 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Gases + 8.9 + 1.6 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Gases + 8.6 + 1.8 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Nuclear + 1.3 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Nuclear + 2 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Nuclear + 2.9 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Nuclear + 3 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Nuclear + 3 + + + Romania + 46 + 25 + 2000-01-01T00:00:00+04:00 + Renewables + 4 + + + Romania + 46 + 25 + 2001-01-01T00:00:00+04:00 + Renewables + 3.4 + + + Romania + 46 + 25 + 2002-01-01T00:00:00+04:00 + Renewables + 3.7 + + + Romania + 46 + 25 + 2003-01-01T00:00:00+04:00 + Renewables + 4 + + + Romania + 46 + 25 + 2004-01-01T00:00:00+04:00 + Renewables + 4.6 + + + Romania + 46 + 25 + 2005-01-01T00:00:00+04:00 + Renewables + 5 + + + Romania + 46 + 25 + 2006-01-01T00:00:00+04:00 + Renewables + 4.8 + + + Romania + 46 + 25 + 2007-01-01T00:00:00+04:00 + Renewables + 4.7 + + + Romania + 46 + 25 + 2008-01-01T00:00:00+04:00 + Renewables + 5.3 + + + Romania + 46 + 25 + 2009-01-01T00:00:00+04:00 + Renewables + 5.3 + + + Romania + 46 + 25 + 2010-01-01T00:00:00+04:00 + Renewables + 5.7 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 0.2 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1 + 0.3 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.4 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.4 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.2 + 0.3 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0 + 2.7 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 2.6 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 2.5 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 2.6 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 2.7 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 2.8 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.7 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.1 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0 + 3.3 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Nuclear + 1.2 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Nuclear + 1.3 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Nuclear + 1.4 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Nuclear + 1.6 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Nuclear + 1.5 + + + Slovenia + 46 + 15 + 2000-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2001-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2002-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2004-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2005-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2006-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2007-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovenia + 46 + 15 + 2008-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovenia + 46 + 15 + 2009-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovenia + 46 + 15 + 2010-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1 + 3.5 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1 + 3.6 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 3.4 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 3.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.8 + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.9 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 4 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.6 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.7 + 3.4 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.6 + 3.2 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.2 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 6.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 7.4 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.3 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.2 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 7.2 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 6.9 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 6.8 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Gases + 0.1 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Gases + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Gases + 0.1 + 5.9 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Gases + 0.2 + 5.5 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Gases + 0.1 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Gases + 0.1 + 6 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Gases + 0.2 + 5.7 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Gases + 0.1 + 5.1 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Gases + 0.1 + 5.1 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Gases + 0.1 + 4.8 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Gases + 0.1 + 5 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Nuclear + 4.3 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Nuclear + 4.5 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Nuclear + 4.6 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Nuclear + 4.7 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Nuclear + 4 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Nuclear + 4.4 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Nuclear + 3.7 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Nuclear + 3.8 + + + Slovak Republic + 48.6667 + 19.5 + 2000-01-01T00:00:00+04:00 + Renewables + 0.5 + + + Slovak Republic + 48.6667 + 19.5 + 2001-01-01T00:00:00+04:00 + Renewables + 0.8 + + + Slovak Republic + 48.6667 + 19.5 + 2002-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2003-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2004-01-01T00:00:00+04:00 + Renewables + 0.7 + + + Slovak Republic + 48.6667 + 19.5 + 2005-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Slovak Republic + 48.6667 + 19.5 + 2006-01-01T00:00:00+04:00 + Renewables + 0.9 + + + Slovak Republic + 48.6667 + 19.5 + 2007-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2008-01-01T00:00:00+04:00 + Renewables + 1 + + + Slovak Republic + 48.6667 + 19.5 + 2009-01-01T00:00:00+04:00 + Renewables + 1.2 + + + Slovak Republic + 48.6667 + 19.5 + 2010-01-01T00:00:00+04:00 + Renewables + 1.4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 3.5 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 1.7 + 4.2 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 4 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 6.6 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.9 + 5.5 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 2.1 + 3.4 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 3.2 + 4.5 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 4.6 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 1.1 + 3.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 2.2 + 3.9 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 1.8 + 4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.7 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.2 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 15.7 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 17 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 16.8 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 16.1 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.2 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.4 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.2 + 17.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.3 + 17 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.4 + 16.4 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Gases + 3.4 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Gases + 4.1 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Gases + 4 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Gases + 3.6 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Gases + 3.9 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Gases + 3.7 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Gases + 3.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Gases + 3.5 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Gases + 3.8 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Nuclear + 5.8 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Nuclear + 5.8 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Nuclear + 6 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Nuclear + 6 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Nuclear + 6.1 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Nuclear + 5.9 + + + Finland + 64 + 26 + 2000-01-01T00:00:00+04:00 + Renewables + 7.7 + + + Finland + 64 + 26 + 2001-01-01T00:00:00+04:00 + Renewables + 7.5 + + + Finland + 64 + 26 + 2002-01-01T00:00:00+04:00 + Renewables + 7.8 + + + Finland + 64 + 26 + 2003-01-01T00:00:00+04:00 + Renewables + 7.9 + + + Finland + 64 + 26 + 2004-01-01T00:00:00+04:00 + Renewables + 8.7 + + + Finland + 64 + 26 + 2005-01-01T00:00:00+04:00 + Renewables + 8.2 + + + Finland + 64 + 26 + 2006-01-01T00:00:00+04:00 + Renewables + 8.8 + + + Finland + 64 + 26 + 2007-01-01T00:00:00+04:00 + Renewables + 8.7 + + + Finland + 64 + 26 + 2008-01-01T00:00:00+04:00 + Renewables + 9.1 + + + Finland + 64 + 26 + 2009-01-01T00:00:00+04:00 + Renewables + 7.9 + + + Finland + 64 + 26 + 2010-01-01T00:00:00+04:00 + Renewables + 9 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.5 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 0.3 + 2.7 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.4 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.5 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.3 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 1.5 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 0.2 + 2.6 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 26.6 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 0 + 26.5 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 0 + 25.5 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28.1 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 0 + 28 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 0 + 27.3 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 26.1 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 29.2 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 27 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 0.1 + 28.2 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Gases + 0.1 + 0.9 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Gases + 0 + 0.9 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Gases + 0 + 0.8 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Gases + 0 + 1.1 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Gases + 0 + 1.3 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Nuclear + 14.8 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Nuclear + 18.6 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Nuclear + 17.6 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Nuclear + 17.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Nuclear + 20 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Nuclear + 18.7 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Nuclear + 17.3 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Nuclear + 17.3 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Nuclear + 16.5 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Nuclear + 13.5 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Nuclear + 14.9 + + + Sweden + 62 + 15 + 2000-01-01T00:00:00+04:00 + Renewables + 14.7 + + + Sweden + 62 + 15 + 2001-01-01T00:00:00+04:00 + Renewables + 14.2 + + + Sweden + 62 + 15 + 2002-01-01T00:00:00+04:00 + Renewables + 13.1 + + + Sweden + 62 + 15 + 2003-01-01T00:00:00+04:00 + Renewables + 12.4 + + + Sweden + 62 + 15 + 2004-01-01T00:00:00+04:00 + Renewables + 13.1 + + + Sweden + 62 + 15 + 2005-01-01T00:00:00+04:00 + Renewables + 14.8 + + + Sweden + 62 + 15 + 2006-01-01T00:00:00+04:00 + Renewables + 14.4 + + + Sweden + 62 + 15 + 2007-01-01T00:00:00+04:00 + Renewables + 15.3 + + + Sweden + 62 + 15 + 2008-01-01T00:00:00+04:00 + Renewables + 15.6 + + + Sweden + 62 + 15 + 2009-01-01T00:00:00+04:00 + Renewables + 15.8 + + + Sweden + 62 + 15 + 2010-01-01T00:00:00+04:00 + Renewables + 17.4 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Solid Fuels + 18.7 + 15.2 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Solid Fuels + 19 + 22.3 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Solid Fuels + 17.7 + 18 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Solid Fuels + 16.6 + 20.3 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Solid Fuels + 14.7 + 23 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Solid Fuels + 11.9 + 27.7 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Solid Fuels + 10.7 + 31.7 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Solid Fuels + 10.1 + 27.5 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Solid Fuels + 10.6 + 27.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Solid Fuels + 10.4 + 23.6 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Solid Fuels + 10.8 + 16.6 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Petroleum Products + 129.5 + 69.7 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Petroleum Products + 119.8 + 71.7 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Petroleum Products + 119.3 + 73.2 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Petroleum Products + 109.1 + 71.9 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Petroleum Products + 98.5 + 82.9 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Petroleum Products + 87.5 + 83.2 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Petroleum Products + 79.1 + 88.3 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Petroleum Products + 79 + 84.3 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Petroleum Products + 73.9 + 86.1 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Petroleum Products + 70.3 + 78.7 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Petroleum Products + 64.1 + 80.8 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Gases + 97.6 + 2 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Gases + 95.3 + 2.4 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Gases + 93.4 + 4.7 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Gases + 92.6 + 6.7 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Gases + 86.8 + 10.3 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Gases + 79.4 + 13.4 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Gases + 72 + 18.9 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Gases + 64.9 + 26.2 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Gases + 62.7 + 31.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Gases + 53.7 + 35.3 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Gases + 51.5 + 45.6 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Nuclear + 21.9 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Nuclear + 23.2 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Nuclear + 22.7 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Nuclear + 22.9 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Nuclear + 20.6 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Nuclear + 21.1 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Nuclear + 19.5 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Nuclear + 16.3 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Nuclear + 13.5 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Nuclear + 17.8 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Nuclear + 16 + + + United Kingdom + 54 + -2 + 2000-01-01T00:00:00+04:00 + Renewables + 2.3 + + + United Kingdom + 54 + -2 + 2001-01-01T00:00:00+04:00 + Renewables + 2.3 + + + United Kingdom + 54 + -2 + 2002-01-01T00:00:00+04:00 + Renewables + 2.6 + + + United Kingdom + 54 + -2 + 2003-01-01T00:00:00+04:00 + Renewables + 2.6 + + + United Kingdom + 54 + -2 + 2004-01-01T00:00:00+04:00 + Renewables + 2.9 + + + United Kingdom + 54 + -2 + 2005-01-01T00:00:00+04:00 + Renewables + 3.5 + + + United Kingdom + 54 + -2 + 2006-01-01T00:00:00+04:00 + Renewables + 3.9 + + + United Kingdom + 54 + -2 + 2007-01-01T00:00:00+04:00 + Renewables + 4.4 + + + United Kingdom + 54 + -2 + 2008-01-01T00:00:00+04:00 + Renewables + 4.6 + + + United Kingdom + 54 + -2 + 2009-01-01T00:00:00+04:00 + Renewables + 5.1 + + + United Kingdom + 54 + -2 + 2010-01-01T00:00:00+04:00 + Renewables + 5.3 + + \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml b/VB/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml new file mode 100644 index 0000000..af0f2a0 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/App_Data/Dashboards/dashboard1.xml @@ -0,0 +1,111 @@ + + + + <Items> + <PieMap ComponentName="pieMapDashboardItem1" Name="Energy Statistics by Country" DataSource="sqlDataSource1" DataMember="Countries" ShapefileArea="Europe" ShapeTitleAttributeName="NAME"> + <DataItems> + <Dimension DataMember="Latitude" UniqueName="DataItem0" /> + <Dimension DataMember="Longitude" UniqueName="DataItem1" /> + <Measure DataMember="Production" UniqueName="DataItem2" /> + <Dimension DataMember="EnergyType" UniqueName="DataItem3" /> + <Measure DataMember="Import" UniqueName="DataItem4" /> + <Dimension DataMember="Country" UniqueName="DataItem5" /> + </DataItems> + <ViewArea TopLatitude="69.58629816267401" BottomLatitude="32.665992457832225" LeftLongitude="-31.965929235356057" RightLongitude="46.931852699205564" CenterPointLatitude="55.161216434780705" CenterPointLongitude="7.482961731924751" /> + <InteractivityOptions MasterFilterMode="Multiple" /> + <Latitude UniqueName="DataItem0" /> + <Longitude UniqueName="DataItem1" /> + <TooltipDimensions> + <TooltipDimension UniqueName="DataItem5" /> + </TooltipDimensions> + <Argument UniqueName="DataItem3" /> + <Values> + <Value UniqueName="DataItem2" /> + <Value UniqueName="DataItem4" /> + </Values> + <MapLegend Visible="true" /> + <WeightedLegend Visible="true" Position="BottomLeft" /> + </PieMap> + <Grid ComponentName="gridDashboardItem1" Name="Energy Statistics by Country" DataSource="sqlDataSource1" DataMember="Countries"> + <DataItems> + <Dimension DataMember="Country" UniqueName="DataItem0" /> + <Measure DataMember="Production" UniqueName="DataItem1" /> + <Measure DataMember="Import" UniqueName="DataItem2" /> + <Dimension DataMember="Year" UniqueName="DataItem3" /> + <Measure DataMember="Production" UniqueName="DataItem4" /> + </DataItems> + <GridColumns> + <GridDimensionColumn> + <Dimension UniqueName="DataItem0" /> + </GridDimensionColumn> + <GridMeasureColumn> + <Measure UniqueName="DataItem1" /> + </GridMeasureColumn> + <GridMeasureColumn> + <Measure UniqueName="DataItem2" /> + </GridMeasureColumn> + <GridSparklineColumn Name="Trend"> + <SparklineValue UniqueName="DataItem4" /> + </GridSparklineColumn> + </GridColumns> + <SparklineArgument UniqueName="DataItem3" /> + </Grid> + <Card ComponentName="cardDashboardItem1" Name="Energy Statistics by Type - Production vs Import" DataSource="sqlDataSource1" DataMember="Countries"> + <DataItems> + <Measure DataMember="Production" UniqueName="DataItem0" /> + <Dimension DataMember="EnergyType" UniqueName="DataItem1" TopNEnabled="true" TopNCount="3" TopNMeasure="DataItem0" /> + <Measure DataMember="Import" UniqueName="DataItem2" /> + <Measure DataMember="Import" UniqueName="DataItem3" /> + </DataItems> + <SeriesDimensions> + <SeriesDimension UniqueName="DataItem1" /> + </SeriesDimensions> + <Card> + <DeltaOptions ValueType="ActualValue" ResultIndicationMode="WarningIfLess" /> + <ActualValue UniqueName="DataItem0" /> + <TargetValue UniqueName="DataItem3" /> + </Card> + </Card> + </Items> + <DataSources> + <SqlDataSource ComponentName="sqlDataSource1"> + <Connection Name="connection" ProviderKey="InMemorySetFull"> + <Parameters> + <Parameter Name="database" Value="D:\Projects\Code Central\15.2\Web Designer\Dashboard_WebDesigner\Dashboard_WebDesigner\App_Data\DashboardEnergyStatictics.xml" /> + <Parameter Name="read only" Value="1" /> + <Parameter Name="generateConnectionHelper" Value="false" /> + </Parameters> + </Connection> + <Query Type="TableQuery" Name="Countries"> + <Table Name="Countries"> + <Column Name="Country" /> + <Column Name="Latitude" /> + <Column Name="Longitude" /> + <Column Name="Year" /> + <Column Name="EnergyType" /> + <Column Name="Production" /> + <Column Name="Import" /> + </Table> + </Query> + <Name>XML Data Source</Name> + </SqlDataSource> + </DataSources> + + + + + + <LayoutTree> + <LayoutGroup Orientation="Vertical"> + <LayoutGroup> + <LayoutGroup> + <LayoutGroup Weight="115.16325401217487" Orientation="Vertical"> + <LayoutItem DashboardItem="pieMapDashboardItem1" /> + </LayoutGroup><LayoutGroup Weight="84.83674598782513" Orientation="Vertical"> + <LayoutItem Weight="95.42857142857143" DashboardItem="cardDashboardItem1" /><LayoutItem Weight="104.57142857142857" DashboardItem="gridDashboardItem1" /> + </LayoutGroup> + </LayoutGroup> + </LayoutGroup> + </LayoutGroup> + </LayoutTree> +</Dashboard> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj b/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj new file mode 100644 index 0000000..1204447 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion></ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{5D847D89-AC59-44FF-9D1D-8126588D1E11}</ProjectGuid> + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <RootNamespace></RootNamespace> + <AssemblyName>Dashboard_WebDesigner_2010</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <UseIISExpress>false</UseIISExpress> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> + <RestorePackages>true</RestorePackages> + <OptionExplicit>On</OptionExplicit> + <OptionCompare>Binary</OptionCompare> + <OptionStrict>Off</OptionStrict> + <OptionInfer>On</OptionInfer> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\</OutputPath> + <DefineDebug>true</DefineDebug> + <DefineTrace>true</DefineTrace> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\</OutputPath> + <DefineDebug>false</DefineDebug> + <DefineTrace>true</DefineTrace> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <ItemGroup> + <Reference Include="DevExpress.Charts.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Dashboard.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Dashboard.v16.1.Web, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + </Reference> + <Reference Include="DevExpress.Data.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.DataAccess.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Map.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Office.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.PivotGrid.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Printing.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.RichEdit.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Sparkline.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Utils.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Web.ASPxThemes.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.Xpo.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraCharts.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Presets, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraPrinting.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraGauges.v16.1.Win, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraMap.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.CodeParser.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="DevExpress.XtraReports.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> + <Reference Include="Microsoft.CSharp" /> + <Reference Include="System.ComponentModel.DataAnnotations" /> + <Reference Include="System.Web.DynamicData" /> + <Reference Include="System.Web.Entity" /> + <Reference Include="System.Web.ApplicationServices" /> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Core" /> + <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Web.Extensions" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Web" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Configuration" /> + <Reference Include="System.Web.Services" /> + <Reference Include="System.EnterpriseServices" /> + </ItemGroup> + <ItemGroup> + <Import Include="Microsoft.VisualBasic" /> + <Import Include="System.Collections.Generic" /> + <Import Include="System.Collections" /> + <Import Include="System.Diagnostics" /> + <Import Include="System.Linq" /> + <Import Include="System.Xml.Linq" /> + <Import Include="System.Data" /> + <Import Include="System.Drawing" /> + <Import Include="System.Web" /> + <Import Include="System" /> + </ItemGroup> + <ItemGroup> + <Content Include="App_Data\DashboardEnergyStatictics.xml" /> + <Content Include="Global.asax" /> + <Content Include="Web.config"> + <SubType>Designer</SubType> + </Content> + <Content Include="Web.Debug.config"> + <DependentUpon>Web.config</DependentUpon> + </Content> + <Content Include="Web.Release.config"> + <DependentUpon>Web.config</DependentUpon> + </Content> + <Content Include="WebForm1.aspx" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Global.asax.vb"> + <DependentUpon>Global.asax</DependentUpon> + </Compile> + <Compile Include="My Project\AssemblyInfo.vb" /> + <Compile Include="WebForm1.aspx.vb"> + <DependentUpon>WebForm1.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="WebForm1.aspx.designer.vb"> + <DependentUpon>WebForm1.aspx</DependentUpon> + </Compile> + </ItemGroup> + <ItemGroup /> + <ItemGroup> + <Folder Include="App_Data\Dashboards\" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> + <ProjectExtensions> + <VisualStudio> + <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> + <WebProjectProperties> + <UseIIS>False</UseIIS> + <AutoAssignPort>True</AutoAssignPort> + <DevelopmentServerPort>59532</DevelopmentServerPort> + <DevelopmentServerVPath>/</DevelopmentServerVPath> + <IISUrl></IISUrl> + <NTLMAuthentication>False</NTLMAuthentication> + <UseCustomServer>False</UseCustomServer> + <CustomServerUrl></CustomServerUrl> + <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> + </WebProjectProperties> + </FlavorProperties> + </VisualStudio> + </ProjectExtensions> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/Global.asax b/VB/Dashboard_WebDesigner_2010/Global.asax new file mode 100644 index 0000000..6155d88 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.vb" Inherits="Dashboard_WebDesigner_2010.Global" Language="vb" %> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/Global.asax.vb b/VB/Dashboard_WebDesigner_2010/Global.asax.vb new file mode 100644 index 0000000..8e52cf4 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Global.asax.vb @@ -0,0 +1,79 @@ +Imports System +Imports System.Web.Hosting +Imports DevExpress.DashboardCommon +Imports DevExpress.DashboardWeb +Imports DevExpress.DataAccess.ConnectionParameters +Imports DevExpress.DataAccess.Sql + +Namespace Dashboard_WebDesigner_2010 + Public Class [Global] + Inherits System.Web.HttpApplication + + Protected Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs) + ' #Region "#DashboardStorage" + Dim dashboardFileStorage As New DashboardFileStorage("~/App_Data/Dashboards") + DashboardService.SetDashboardStorage(dashboardFileStorage) + ' #End Region ' #DashboardStorage + + ' #Region "#DataSourceStorage" + Dim xmlParams As New XmlFileConnectionParameters() + xmlParams.FileName = Server.MapPath("App_Data/DashboardEnergyStatictics.xml") + Dim xmlDataSource As New DashboardSqlDataSource("XML Data Source", xmlParams) + Dim countriesQuery As SelectQuery = SelectQueryFluentBuilder.AddTable("Countries"). + SelectColumns("Country", "Latitude", "Longitude", "Year", "EnergyType", _ + "Production", "Import").Build("Countries") + xmlDataSource.Queries.Add(countriesQuery) + + Dim olapParams As New OlapConnectionParameters() + olapParams.ConnectionString = "provider=MSOLAP;" _ + & ControlChars.CrLf & _ + "data source=http://demos.devexpress.com/Services/OLAP/msmdpump.dll;" _ + & ControlChars.CrLf & _ + "initial catalog=Adventure Works DW Standard Edition;" _ + & ControlChars.CrLf & _ + "cube name=Adventure Works;" + Dim olapDataSource As New DashboardOlapDataSource("OLAP Data Source", olapParams) + + Dim dataSourceStorage As New DataSourceInMemoryStorage() + dataSourceStorage.RegisterDataSource("xmlDataSource1", xmlDataSource.SaveToXml()) + dataSourceStorage.RegisterDataSource("olapDataSource1", olapDataSource.SaveToXml()) + DashboardService.SetDataSourceStorage(dataSourceStorage) + ' #End Region ' #DataSourceStorage + + AddHandler DashboardService.DataApi.ConfigureDataConnection, AddressOf DataApi_ConfigureDataConnection + End Sub + + Private Sub DataApi_ConfigureDataConnection(ByVal sender As Object, _ + ByVal e As ServiceConfigureDataConnectionEventArgs) + If e.DataSourceName = "XML Data Source" Then + Dim parameters As XmlFileConnectionParameters = CType(e.ConnectionParameters, XmlFileConnectionParameters) + Dim databasePath As String = HostingEnvironment.MapPath("~/App_Data/DashboardEnergyStatictics.xml") + parameters.FileName = databasePath + End If + End Sub + + Protected Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + + Protected Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + + Protected Sub Application_AuthenticateRequest(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + + Protected Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + + Protected Sub Session_End(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + + Protected Sub Application_End(ByVal sender As Object, ByVal e As EventArgs) + + End Sub + End Class +End Namespace \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/My Project/AssemblyInfo.vb b/VB/Dashboard_WebDesigner_2010/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..969f494 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System.Reflection +Imports System.Runtime.CompilerServices +Imports System.Runtime.InteropServices + +' General Information about an assembly is controlled through the following +' set of attributes. Change these attribute values to modify the information +' associated with an assembly. +<Assembly: AssemblyTitle("Dashboard_WebDesigner_2010")> +<Assembly: AssemblyDescription("")> +<Assembly: AssemblyConfiguration("")> +<Assembly: AssemblyCompany("")> +<Assembly: AssemblyProduct("Dashboard_WebDesigner_2010")> +<Assembly: AssemblyCopyright("Copyright © 2016")> +<Assembly: AssemblyTrademark("")> +<Assembly: AssemblyCulture("")> + +' Setting ComVisible to false makes the types in this assembly not visible +' to COM components. If you need to access a type in this assembly from +' COM, set the ComVisible attribute to true on that type. +<Assembly: ComVisible(False)> + +' The following GUID is for the ID of the typelib if this project is exposed to COM +<Assembly: Guid("afaa75ef-617a-494f-8285-f182470b1f8a")> + +' Version information for an assembly consists of the following four values: +' +' Major Version +' Minor Version +' Build Number +' Revision +' +' You can specify all the values or you can default the Revision and Build Numbers +' by using the '*' as shown below: +<Assembly: AssemblyVersion("1.0.0.0")> +<Assembly: AssemblyFileVersion("1.0.0.0")> diff --git a/VB/Dashboard_WebDesigner_2010/Web.Debug.config b/VB/Dashboard_WebDesigner_2010/Web.Debug.config new file mode 100644 index 0000000..2c6dd51 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Web.Debug.config @@ -0,0 +1,30 @@ +<?xml version="1.0"?> + +<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> + +<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> + <!-- + In the example below, the "SetAttributes" transform will change the value of + "connectionString" to use "ReleaseSQLServer" only when the "Match" locator + finds an atrribute "name" that has a value of "MyDB". + + <connectionStrings> + <add name="MyDB" + connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" + xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/> + </connectionStrings> + --> + <system.web> + <!-- + In the example below, the "Replace" transform will replace the entire + <customErrors> section of your web.config file. + Note that because there is only one customErrors section under the + <system.web> node, there is no need to use the "xdt:Locator" attribute. + + <customErrors defaultRedirect="GenericError.htm" + mode="RemoteOnly" xdt:Transform="Replace"> + <error statusCode="500" redirect="InternalError.htm"/> + </customErrors> + --> + </system.web> +</configuration> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/Web.Release.config b/VB/Dashboard_WebDesigner_2010/Web.Release.config new file mode 100644 index 0000000..4122d79 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Web.Release.config @@ -0,0 +1,31 @@ +<?xml version="1.0"?> + +<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> + +<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> + <!-- + In the example below, the "SetAttributes" transform will change the value of + "connectionString" to use "ReleaseSQLServer" only when the "Match" locator + finds an atrribute "name" that has a value of "MyDB". + + <connectionStrings> + <add name="MyDB" + connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" + xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/> + </connectionStrings> + --> + <system.web> + <compilation xdt:Transform="RemoveAttributes(debug)" /> + <!-- + In the example below, the "Replace" transform will replace the entire + <customErrors> section of your web.config file. + Note that because there is only one customErrors section under the + <system.web> node, there is no need to use the "xdt:Locator" attribute. + + <customErrors defaultRedirect="GenericError.htm" + mode="RemoteOnly" xdt:Transform="Replace"> + <error statusCode="500" redirect="InternalError.htm"/> + </customErrors> + --> + </system.web> +</configuration> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/Web.config b/VB/Dashboard_WebDesigner_2010/Web.config new file mode 100644 index 0000000..445d683 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/Web.config @@ -0,0 +1,69 @@ +<?xml version="1.0"?> +<!-- + For more information on how to configure your ASP.NET application, please visit + http://go.microsoft.com/fwlink/?LinkId=169433 + --> +<configuration> + <configSections> + <sectionGroup name="devExpress"> + <section name="themes" type="DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="compression" type="DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="settings" type="DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + <section name="errors" type="DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" /> + </sectionGroup> + <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + </configSections> + <system.web> + <compilation debug="true" targetFramework="4.0"> + <assemblies> + <add assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Dashboard.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Data.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.DataAccess.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Office.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Printing.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Charts.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Xpo.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.RichEdit.v16.1.Core, Version=16.1.2.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" /> + <add assembly="DevExpress.Web.ASPxThemes.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> + </assemblies> + </compilation> + <httpModules> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" /> + </httpModules> + <httpHandlers> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" validate="false" /> + <add verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate="false" /> + </httpHandlers> + </system.web> + <system.webServer> + <modules> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" /> + </modules> + <validation validateIntegratedModeConfiguration="false" /> + <handlers> + <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" name="ASPxHttpHandlerModule" preCondition="integratedMode" /> + <add name="ASPxUploadProgressHandler" preCondition="integratedMode" verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> + </handlers> + <defaultDocument> + <files> + <clear /> + <add value="WebForm1.aspx" /> + </files> + </defaultDocument> + </system.webServer> + <devExpress> + <themes enableThemesAssembly="true" styleSheetTheme="" theme="" customThemeAssemblies="" /> + <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" /> + <settings doctypeMode="Html5" rightToLeft="false" embedRequiredClientLibraries="true" ieCompatibilityVersion="edge" /> + <errors callbackErrorRedirectUrl="" /> + </devExpress> + <entityFramework> + <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> + <providers> + <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> + <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> + </providers> + </entityFramework> +</configuration> \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/WebForm1.aspx b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx new file mode 100644 index 0000000..f0640e1 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx @@ -0,0 +1,44 @@ +<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="WebForm1.aspx.vb" + Inherits="Dashboard_WebDesigner_2010.WebForm1" %> + +<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" + Namespace="DevExpress.Web" TagPrefix="dx" %> + +<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" + Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head runat="server"> + <title> + + +
+ +
+ + + +
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.vb b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.vb new file mode 100644 index 0000000..b224e04 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.designer.vb @@ -0,0 +1,44 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Namespace Dashboard_WebDesigner_2010 + + Partial Public Class WebForm1 + + ''' + '''form1 control. + ''' + ''' + '''Auto-generated field. + '''To modify move field declaration from designer file to code-behind file. + ''' + Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm + + ''' + '''ASPxButton1 control. + ''' + ''' + '''Auto-generated field. + '''To modify move field declaration from designer file to code-behind file. + ''' + Protected WithEvents ASPxButton1 As Global.DevExpress.Web.ASPxButton + + ''' + '''ASPxDashboardDesigner1 control. + ''' + ''' + '''Auto-generated field. + '''To modify move field declaration from designer file to code-behind file. + ''' + Protected WithEvents ASPxDashboardDesigner1 As Global.DevExpress.DashboardWeb.ASPxDashboardDesigner + End Class +End Namespace diff --git a/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.vb b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.vb new file mode 100644 index 0000000..07a55b4 --- /dev/null +++ b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx.vb @@ -0,0 +1,10 @@ +Imports System + +Namespace Dashboard_WebDesigner_2010 + Partial Public Class WebForm1 + Inherits System.Web.UI.Page + + Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) + End Sub + End Class +End Namespace \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..5800a8f --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "runOnWeb": false, + "autoGenerateVb": false +} \ No newline at end of file From 745c051c2432239140a904d72610118a7cd8ac19 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 15 Nov 2018 20:06:03 +0300 Subject: [PATCH 2/8] add file list to readme --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 755f44a..b2f8ff8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,11 @@ + +*Files to look at*: + +* [Global.asax.cs](./CS/Dashboard_WebDesigner_2010/Global.asax.cs) (VB: [Global.asax.vb](./VB/Dashboard_WebDesigner_2010/Global.asax.vb)) +* [Global.asax.cs](./CS/Dashboard_WebDesigner_2010/Global.asax.cs) (VB: [Global.asax.vb](./VB/Dashboard_WebDesigner_2010/Global.asax.vb)) +* [WebForm1.aspx](./CS/Dashboard_WebDesigner_2010/WebForm1.aspx) (VB: [WebForm1.aspx](./VB/Dashboard_WebDesigner_2010/WebForm1.aspx)) +* [WebForm1.aspx](./CS/Dashboard_WebDesigner_2010/WebForm1.aspx) (VB: [WebForm1.aspx](./VB/Dashboard_WebDesigner_2010/WebForm1.aspx)) + # How to create a Web Dashboard Designer application From 51732d7e3057d1ffaefb2ac6569af23bdb19e331 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 27 Aug 2021 13:31:38 +0300 Subject: [PATCH 3/8] README auto update [skip ci] --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index b2f8ff8..9946122 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,8 @@ + +![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128580166/16.1.4%2B) +[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T362490) +[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) + *Files to look at*: From e5023fd4292c1295fedc67fb96be4957a20522a4 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Mon, 20 Jun 2022 18:04:49 +0400 Subject: [PATCH 4/8] Source auto update [skip ci] --- .../Dashboard_WebDesigner_2010.csproj | 274 ++++++++-------- CS/Dashboard_WebDesigner_2010/Web.config | 136 ++++---- CS/Dashboard_WebDesigner_2010/WebForm1.aspx | 4 +- .../Dashboard_WebDesigner_2010.vbproj | 304 +++++++++--------- VB/Dashboard_WebDesigner_2010/Web.config | 136 ++++---- VB/Dashboard_WebDesigner_2010/WebForm1.aspx | 4 +- 6 files changed, 429 insertions(+), 429 deletions(-) diff --git a/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj b/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj index 34c2914..f6228a7 100644 --- a/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj +++ b/CS/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.csproj @@ -1,137 +1,137 @@ - - - - Debug - AnyCPU - - 2.0 - {5D847D89-AC59-44FF-9D1D-8126588D1E11} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties - Dashboard_WebDesigner_2010 - Dashboard_WebDesigner_2010 - v4.0 - false - ..\ - true - - - true - full - false - bin\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\ - TRACE - prompt - 4 - - - - - - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - Web.config - - - Web.config - - - - - - Global.asax - - - - WebForm1.aspx - ASPXCodeBehind - - - WebForm1.aspx - - - - - - - - - - - - False - True - 50157 - / - - False - False - - False - - - - - - \ No newline at end of file + + + + Debug + AnyCPU + + 2.0 + {5D847D89-AC59-44FF-9D1D-8126588D1E11} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Dashboard_WebDesigner_2010 + Dashboard_WebDesigner_2010 + v4.0 + false + ..\ + true + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + Web.config + + + Web.config + + + + + + Global.asax + + + + WebForm1.aspx + ASPXCodeBehind + + + WebForm1.aspx + + + + + + + + + + + + False + True + 50157 + / + + False + False + + False + + + + + + diff --git a/CS/Dashboard_WebDesigner_2010/Web.config b/CS/Dashboard_WebDesigner_2010/Web.config index 8423ee0..94b8e53 100644 --- a/CS/Dashboard_WebDesigner_2010/Web.config +++ b/CS/Dashboard_WebDesigner_2010/Web.config @@ -1,69 +1,69 @@ - - - - - -
-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CS/Dashboard_WebDesigner_2010/WebForm1.aspx b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx index 0738e3d..c4629b7 100644 --- a/CS/Dashboard_WebDesigner_2010/WebForm1.aspx +++ b/CS/Dashboard_WebDesigner_2010/WebForm1.aspx @@ -1,10 +1,10 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Dashboard_WebDesigner_2010.WebForm1" %> -<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" +<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web" TagPrefix="dx" %> -<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" +<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %> diff --git a/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj b/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj index 1204447..fae9cfa 100644 --- a/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj +++ b/VB/Dashboard_WebDesigner_2010/Dashboard_WebDesigner_2010.vbproj @@ -1,152 +1,152 @@ - - - - Debug - AnyCPU - - 2.0 - {5D847D89-AC59-44FF-9D1D-8126588D1E11} - {349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} - Library - - Dashboard_WebDesigner_2010 - v4.0 - false - ..\ - true - On - Binary - Off - On - - - true - full - false - bin\ - true - true - prompt - - - pdbonly - true - bin\ - false - true - prompt - - - - - - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - Web.config - - - Web.config - - - - - - Global.asax - - - - WebForm1.aspx - ASPXCodeBehind - - - WebForm1.aspx - - - - - - - - - - - - - False - True - 59532 - / - - False - False - - False - - - - - - \ No newline at end of file + + + + Debug + AnyCPU + + 2.0 + {5D847D89-AC59-44FF-9D1D-8126588D1E11} + {349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} + Library + + Dashboard_WebDesigner_2010 + v4.0 + false + ..\ + true + On + Binary + Off + On + + + true + full + false + bin\ + true + true + prompt + + + pdbonly + true + bin\ + false + true + prompt + + + + + + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + Web.config + + + Web.config + + + + + + Global.asax + + + + WebForm1.aspx + ASPXCodeBehind + + + WebForm1.aspx + + + + + + + + + + + + + False + True + 59532 + / + + False + False + + False + + + + + + diff --git a/VB/Dashboard_WebDesigner_2010/Web.config b/VB/Dashboard_WebDesigner_2010/Web.config index 445d683..b1f855d 100644 --- a/VB/Dashboard_WebDesigner_2010/Web.config +++ b/VB/Dashboard_WebDesigner_2010/Web.config @@ -1,69 +1,69 @@ - - - - - -
-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/VB/Dashboard_WebDesigner_2010/WebForm1.aspx b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx index f0640e1..4fac85e 100644 --- a/VB/Dashboard_WebDesigner_2010/WebForm1.aspx +++ b/VB/Dashboard_WebDesigner_2010/WebForm1.aspx @@ -1,10 +1,10 @@ <%@ Page Language="vb" AutoEventWireup="true" CodeBehind="WebForm1.aspx.vb" Inherits="Dashboard_WebDesigner_2010.WebForm1" %> -<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" +<%@ Register Assembly="DevExpress.Web.v16.1, Version=16.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web" TagPrefix="dx" %> -<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" +<%@ Register Assembly="DevExpress.Dashboard.v16.1.Web, Version=16.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %> From ade7296d77a2e9766d473944d30b133b536a721c Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 26 Jun 2024 09:04:30 +0400 Subject: [PATCH 5/8] README auto update [skip ci] --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 9946122..e18f73a 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,7 @@ ![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128580166/16.1.4%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T362490) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) +[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) *Files to look at*: @@ -21,3 +22,10 @@ The project contains a simple dashboard and two available data sources: the + +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + +(you will be redirected to DevExpress.com to submit your response) + From 3ad846acfc8482b30f668e8b17ef3549bd36aa06 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 9 Oct 2024 14:43:50 +0300 Subject: [PATCH 6/8] Created a new file vale.yml [skip ci] --- .github/workflows/vale.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/vale.yml diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..adadc73 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,26 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: README.md + fail_on_error: true From 9a4263c463b6b1582e25f0fb148dc876fa8f7251 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 15 Oct 2024 11:16:25 +0400 Subject: [PATCH 7/8] Vale auto update [skip ci] --- .github/workflows/vale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index adadc73..068c35b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -24,3 +24,5 @@ jobs: with: files: README.md fail_on_error: true + filter_mode: nofilter + reporter: github-check From 0f419b92d7577e85423d62d2591de33df9d8664d Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Mon, 3 Mar 2025 19:08:59 +0400 Subject: [PATCH 8/8] Vale auto update [skip ci] --- .github/workflows/vale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 068c35b..fc11f81 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -3,6 +3,8 @@ on: pull_request: paths: - README.md + - readme.md + - Readme.md jobs: vale: @@ -22,7 +24,7 @@ jobs: - name: vale linter check uses: DevExpress/vale-action@reviewdog with: - files: README.md + files: '["README.md", "readme.md", "Readme.md"]' fail_on_error: true filter_mode: nofilter reporter: github-check