Skip to content
View JohannesSchwenzer's full-sized avatar
  • Berlin

Block or report JohannesSchwenzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Simulation-und-multikriterielle-Optimierung-des-PV-Ausbaupotentials Simulation-und-multikriterielle-Optimierung-des-PV-Ausbaupotentials Public

    tool to simulate and compare different photovoltaic installation capacities and perform multi-criteria optimization for city districts or single households.

    Python

  2. Fetch and display the latest atmosph... Fetch and display the latest atmospheric CO2 measurements from the Mauna Loa Observatory
    1
    ---
    2
    // Fetch the latest **valid** daily Mauna Loa CO₂ value (flag 0) at build‑time
    3
    const FEED = "https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_daily_mlo.txt";
    4
    5
    const raw = await fetch(FEED, { cache: "no-cache" }).then((r) => r.text());
  3. Autarky-Power/oraklE_R Autarky-Power/oraklE_R Public

    R 6 1