var _c_api_l = "/api/recalculate" const energy_conversion = { 'm3': 1, 'kWh': 10.55, 'MWh': 0.01055, 'GWh': 0.00001055, 'KJ': 37980, 'GJ': 37.98, 'BTU': 35998 } const bio_conv = { 'wood': 0.2500, 'pellet': 0.2857, 'electricity': 1.1000, 'heat_pump': 0.2857, } const el_emission = { 'wood': 0.05, 'pellet': 0.2, } const _EWG_SOURCES = { 'electricity': 'El. kotel', 'heat_pump': 'Tepelné čerpadlo', 'wood': 'Kotel na dřevo', 'pellet': 'Kotel na pelety', } const _EWG_CARBON_EMISSIONS = { AT: 0.146,BE: 0.177,BG: 0.432,CY: 0.579,CZ: 0.45,DE: 0.38,DK: 0.166,EE: 0.482,ES: 0.173,FI: 0.072,FR: 0.086,GR: 0.301,HR: 0.27,HU: 0.219,IE: 0.313,IS: 0.027,IT: 0.39,LT: 0.141,LU: 0.272,LV: 0.084,MK: 0.295,ME: 0.408,MT: 0.648,NL: 0.37,PL: 0.65,PT: 0.263,RO: 0.328,RS: 0.326,SE: 0.038,SI: 0.2,SK: 0.26,TR: 0.339,}