Example #1
0
worldmaps = {}

if use_levels:
    group = "wiod-sda"
else:
    group = "wiod-sda-intensity"

for fdtype in ("export", "pce"):
    world_plot = WorldMapPlot(fdtype, "", group)

    worldmaps[fdtype] = world_plot

    eu_plot = WorldMapPlot(fdtype + "-eu", "", group)
    eu_plot.xrange = eu_xrange
    eu_plot.yrange = eu_yrange

    worldmaps[fdtype + "-eu"] = eu_plot

bubblecharts = {}
for sector in intense_sectors:
    bubblecharts[sector] = BubblePlot(sector, "", "wiod-descriptive")

for country in config.country_rough_sort:
    if country in config.bad_data_blacklist:
        continue

    #for (key, series) in config.env_series_names.items():
    for key in ["CO2"]:
        do_cfact(country, key)
Example #2
0
worldmaps = {}

if use_levels:
    group = "wiod-sda"
else:
    group = "wiod-sda-intensity"

for fdtype in ("export", "pce"):
    world_plot = WorldMapPlot(fdtype, "", group)

    worldmaps[fdtype] = world_plot

    eu_plot = WorldMapPlot(fdtype + "-eu", "", group)
    eu_plot.xrange = eu_xrange
    eu_plot.yrange = eu_yrange

    worldmaps[fdtype + "-eu"] = eu_plot

bubblecharts = {}
for sector in intense_sectors:
    bubblecharts[sector] = BubblePlot(sector, "", "wiod-descriptive")

for country in config.country_rough_sort:
    if country in config.bad_data_blacklist:
        continue

    #for (key, series) in config.env_series_names.items():
    for key in ["CO2"]:
        do_cfact(country, key)