Close

Production forecast in CR

Setting the display of PV in the map of the Czech Republic


0 GW
1 GW
2 GW
Tomorrow 0:00
MW


Region Installed
power
Production
tomorrow in 0:00
Production
tomorrow in 0:00
Share of production
in the Czech Republic in 0:00
South Moravian
South Bohemian
Central Bohemian
Plzeňský
Ústecký
Zlínský
Olomoucký
Liberecký
Pardubický
Vysočina
Královéhradecký
Moravian-Silesian
Prague
Karlovarský
Total

var currentDate = new Date(); currentDate.setDate(currentDate.getDate() + 1); $("#zitra").html('Zítra '+currentDate.getDate()+". "+(currentDate.getMonth()+1)+". "+currentDate.getFullYear()); bigPlants=null; mapData=null; $.get( "/user/php/get_prediction.php",function(data){ mapData=data; if(bigPlants!=null) showMap(mapData,144, 350); }, "json" ); $.get( "/data/plants.json",function(data){ bigPlants=data; if(mapData!=null) showMap(mapData,144, 350); }, "json" );