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

feat: external forcings converter #647

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 6, 2024

  1. Initial setup of ext_old_to_new tool

    * basic program structure
    * processing of a single [Meteo] block as first example code
    * testcase c081 with multiple combined wind files.
    arthurvd committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    559ddac View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    1bb5532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab564f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb7583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851975d View commit details
    Browse the repository at this point in the history
  5. added basinsquares test, fixed rainschematic.ext as an uncommented li…

    …ne caused the converter to crash
    FlorisBuwaldaDeltares committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f8dfbce View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    34704fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1033df View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. chore!: Refactored ext old converter to prepare for more other quanti…

    …ties than only Meteo
    
    See ConverterFactory and BaseConverter subclasses
    
    ext_old_to_new is now a subdirectory, instead of a single script, to keep things organized.
    
    BREAKING CHANGE: in hydrolib.core: renamed ExtOldFileType.Poyfile to ExtOldFileType.InsidePolygon
    arthurvd committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fdb2981 View commit details
    Browse the repository at this point in the history