leiv_andresen

Contributions

Energy Data Hackdays 2024

September 12 - 13, 2024 Fachhochschule Nordwestschweiz Campus Brugg-Windisch

Fundamental changes are on the horizon in the energy sector. The challenges are the 3 D's. Decarbonisation, Digitalisation and Decentralisation. Digital tools are being used in more and more areas in order to optimize and stabilize the interplay between energy supply, use and storage. Hackathons...

Dribs

Cost function so we can compare algorithms:

def calculate_total_kwh_m(mst_table): return (mst_table['routes']*abs(mst_table['heat_total'])).sum()

1 week ago

  Iterative optimization with random perturbation of one distance.Reduction in total cost sum(abs(heat_total)*routes):

1 week ago

requirements.txt content extracted by github copilot:

numpy pandas geopandas pickle-mixin sparse xarray scipy matplotlib contextily

1 week ago