We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate key numbers in detail panel, they should change on slider change:
Calculation is quite similar to main slider calculation. You'll need the new technology_data.json from the Wolke.
technology_data.json
Wind
nominal_power_per_unit
wind
PV ground
power_density
pv_ground
full_load_hours
pv_ground_vertical_bifacial
pv_ground_elevated
PV roof
(All values rounded to int)
The text was updated successfully, but these errors were encountered:
Remove key numbers in details settings #52
b6211b9
Waits for IonDen/ion.rangeSlider#792 If it cannot wait, I will implement it using AJAX instead of HTMX
Sorry, something went wrong.
henhuy
Successfully merging a pull request may close this issue.
Calculate key numbers in detail panel, they should change on slider change:
Calculation is quite similar to main slider calculation.
You'll need the new
technology_data.json
from the Wolke.Wind
technology_data.json
->nominal_power_per_unit
->wind
)PV ground
with power_density and full_load_hours per technology:
soil_quality_low:
power_density
->pv_ground
,full_load_hours
->pv_ground
soil_quality_medium:
power_density
->pv_ground_vertical_bifacial
,full_load_hours
->pv_ground_vertical_bifacial
permanent crops:
power_density
->pv_ground_elevated
,full_load_hours
->pv_ground_elevated
PV roof
(All values rounded to int)
The text was updated successfully, but these errors were encountered: