Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,39 @@ def solar_panel_evaluator(latitude, longitude, annual_energy_consumption):
|
|
| 26 |
api_key = '7jjEPVEpY5cnTvfB5CJweAPtauqkua4LpYUT0FEa'
|
| 27 |
|
| 28 |
panels = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
{
|
| 30 |
"image_url":"https://media.elektroshopwagner.de/images/40/fa/9c/340318_0_0.jpg",
|
| 31 |
"url":"https://www.elektroshopwagner.de/product_info.php?info=p340318",
|
|
|
|
| 26 |
api_key = '7jjEPVEpY5cnTvfB5CJweAPtauqkua4LpYUT0FEa'
|
| 27 |
|
| 28 |
panels = [
|
| 29 |
+
{
|
| 30 |
+
"image_url":"https://cwuzkkgiia.cloudimg.io/https://www.topregal.com/out/pictures/generated/product/1/1600_1100_100/210206_223307_SPM420-108_Solarpanel_12er-Paket.jpg?w=1600&h=1100&org_if_sml=1",
|
| 31 |
+
"url":"https://www.topregal.com/de/solartechnik/12-solarmodule-spm420-108-max-leistung-420-w-pro-modul-soloport.html",
|
| 32 |
+
"system_capacity": 5.04,
|
| 33 |
+
"tilt": 0,
|
| 34 |
+
"azimuth": 180,
|
| 35 |
+
"array_type": 0,
|
| 36 |
+
"module_type": 0,
|
| 37 |
+
"losses": 14,
|
| 38 |
+
"cost": 1499.90
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"image_url":"https://cwuzkkgiia.cloudimg.io/https://www.topregal.com/out/pictures/generated/product/1/1600_1100_100/212193_224517_SPM420-108_schwarz_Solarpanel_top-frontal-mit-Verpackung.jpg?w=1600&h=1100&org_if_sml=1",
|
| 42 |
+
"url":"https://www.topregal.com/de/solartechnik/36-solarmodule-spm420-108-schwarz-max-leistung-420-w-pro-modul-soloport.html",
|
| 43 |
+
"system_capacity": 15.12,
|
| 44 |
+
"tilt": 0,
|
| 45 |
+
"azimuth": 180,
|
| 46 |
+
"array_type": 0,
|
| 47 |
+
"module_type": 0,
|
| 48 |
+
"losses": 14,
|
| 49 |
+
"cost": 2899.90
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"image_url":"https://cwuzkkgiia.cloudimg.io/https://www.topregal.com/out/pictures/generated/product/1/1600_1100_100/100836_221221_Solarpanel_Gesamt-flex.jpg?w=1600&h=1100&org_if_sml=1",
|
| 53 |
+
"url":"https://www.topregal.com/de/solartechnik/solarmodul-fuer-cargobike-64-zellen-70-w.html",
|
| 54 |
+
"system_capacity": 0.07,
|
| 55 |
+
"tilt": 0,
|
| 56 |
+
"azimuth": 180,
|
| 57 |
+
"array_type": 0,
|
| 58 |
+
"module_type": 0,
|
| 59 |
+
"losses": 14,
|
| 60 |
+
"cost": 119.90
|
| 61 |
+
},
|
| 62 |
{
|
| 63 |
"image_url":"https://media.elektroshopwagner.de/images/40/fa/9c/340318_0_0.jpg",
|
| 64 |
"url":"https://www.elektroshopwagner.de/product_info.php?info=p340318",
|