Skip to content
New issue

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 results for detail settings #52

Closed
nesnoj opened this issue Mar 19, 2024 · 1 comment · Fixed by #65
Closed

Calculate key results for detail settings #52

nesnoj opened this issue Mar 19, 2024 · 1 comment · Fixed by #65
Assignees

Comments

@nesnoj
Copy link
Contributor

nesnoj commented Mar 19, 2024

Calculate key numbers in detail panel, they should change on slider change:

image

Calculation is quite similar to main slider calculation.
You'll need the new technology_data.json from the Wolke.

Wind

  1. area in ha
  2. area * power_density / nominal_power_per_unit (technology_data.json -> nominal_power_per_unit -> wind)
  3. area * power_density * full_load_hours (2045)

PV ground

  1. area in ha
  2. area * power_density * full_load_hours (2045)
    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

  1. area in ha
  2. area * power_density * full_load_hours (2045)

(All values rounded to int)

@nesnoj nesnoj changed the title Calculate key numbers Calculate key results for detail settings Mar 19, 2024
@henhuy
Copy link
Contributor

henhuy commented Mar 26, 2024

Waits for IonDen/ion.rangeSlider#792
If it cannot wait, I will implement it using AJAX instead of HTMX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants