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

Do not execute package creation script #1

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

Do not execute package creation script #1

wants to merge 42 commits into from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    b2790b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    0886cef View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    94ec111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7e8fa View commit details
    Browse the repository at this point in the history
  3. correction of 2 section_out_id

    new column "section_out_name"
    daniel-wicke committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4cb11c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9dd158 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fisbroker.R added

    daniel-wicke committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8c03128 View commit details
    Browse the repository at this point in the history
  2. Move to R scripts

    mrustl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8711f91 View commit details
    Browse the repository at this point in the history
  3. Add overview of DWD stations for Wuhle EZG

    also sent html file via Slack
    mrustl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    467bb9d View commit details
    Browse the repository at this point in the history
  4. Add step to get DWD daily precipitation data

    from DWD stations within radius of 10km of EZG center
    mrustl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6ab4a8c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Import config and input (flow data)

    - renamed ids in config to be in line with really used Q station
    - running of "data-raw/config.R" needed for running "data-raw/inputs.R"
    mrustl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1c45f1b View commit details
    Browse the repository at this point in the history
  2. Add input WWTP flow data

    mrustl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6a0f04c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/KWB-R/kwb.BerlinWaterModel i…

    …nto dev
    
    # Conflicts:
    #	data-raw/inputs.R
    mrustl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4edad61 View commit details
    Browse the repository at this point in the history
  4. Import WW abstraction and calculate m3/s

    to do:
    think about a "generic" method to increase temporal resolution of import data sets
    mrustl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    860074f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of https://github.com/KWB-R/kwb.BerlinWaterModel i…

    …nto dev
    
    # Conflicts:
    #	data-raw/inputs.R
    mrustl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    139d60d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add plot for flow network (inflows+flow sections

    only
    
    to do:
    - add other in/outflow
    - scale size of circles based on volume
    mrustl committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    684578b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fa8e0 View commit details
    Browse the repository at this point in the history
  3. Extend complex graph for all flows

    and send to @daniel-wicke via slack for QA
    mrustl committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ce5b152 View commit details
    Browse the repository at this point in the history
  4. corrected ID (GoK_3.41 instead of GoK_26.5)

    corrected names for inflow to Müggelsee and Gosener Kanal
    daniel-wicke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    92f5c7b View commit details
    Browse the repository at this point in the history
  5. 🐛 fix

    daniel-wicke committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d7e4bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55f9a86 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    64fdc2c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add bachward flow path routing and dummy 📖

    for datasets (better to use "long" format)
    
    to do:
    - develop calculation routine
    mrustl committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6fdb0f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix Rcmdcheck (data 📖, shorter file names)

    use tidy long format for "inflows" and "wwtp" dataset, as otherwise documentation becomes tedious
    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d84a5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0b959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f6b2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56c6445 View commit details
    Browse the repository at this point in the history
  5. Try to fix YAML syntax

    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f2c83c3 View commit details
    Browse the repository at this point in the history
  6. Try to fix YAML syntax

    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6df2c83 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' of https://github.com/KWB-R/kwb.BerlinWaterModel i…

    …nto dev
    
    # Conflicts:
    #	.github/workflows/R-CMD-check.yaml
    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e2e46e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    248aedc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2f062e View commit details
    Browse the repository at this point in the history
  10. Fix typo 🐛

    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    45b8d6b View commit details
    Browse the repository at this point in the history
  11. Fix error handling

    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dda4841 View commit details
    Browse the repository at this point in the history
  12. Move to better place

    mrustl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ab34e04 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fix flow routing 🐛

    mrustl committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    af5788b View commit details
    Browse the repository at this point in the history
  2. File now UTF-8 coded

    daniel-wicke committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4ae527a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    dc4ad5b View commit details
    Browse the repository at this point in the history
  2. Use UTF-8 as default

    mrustl committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ea907fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e4430 View commit details
    Browse the repository at this point in the history
  4. Fix GitHub actions

    mrustl committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1f1bcf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    d0f36ab View commit details
    Browse the repository at this point in the history