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

Add optional specification of a LDD raster in the model simulation configuration #132

Commits on Feb 19, 2024

  1. Copy the full SHA
    6377f88 View commit details
    Browse the repository at this point in the history
  2. Update input_raster_files.py to include an optional parameter for Loc…

    …al Drain Direction (LDD) raster file
    soaressgabriel committed Feb 19, 2024
    Copy the full SHA
    29558d2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7690595 View commit details
    Browse the repository at this point in the history
  4. Refactor LDD creation in RUBEM class***

    This commit refactors the logic for creating the Local Drain Direction (LDD) map in the RUBEM class. Instead of always generating the LDD map based on the DEM, the code now checks if a specific LDD file is provided. If a file is provided, it reads the LDD map from the file. If no file is provided, it generates the LDD map based on the DEM.
    soaressgabriel committed Feb 19, 2024
    Copy the full SHA
    1556aff View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'main' into feat/120-add-possibility-to-optionally-speci…

    …fy-local-drain-direction-ldd-raster-in-the-model-configuration
    soaressgabriel committed Feb 22, 2024
    Copy the full SHA
    7158f5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e59bde View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    33e544b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6b769cc View commit details
    Browse the repository at this point in the history