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

293 add smoothingfilter cli functions #307

Merged
merged 9 commits into from
Mar 4, 2024

Commits on Jan 26, 2024

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

Commits on Jan 31, 2024

  1. Merge branch 'master' of github.com:GispoCoding/eis_toolkit into 293-…

    …add-smoothingfilter-cli-functions
    msorvoja committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ca8b6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59654ec View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Mar 1, 2024

  1. Bug fix for CLI filter functions in speckle.py and cli.py

    Bug fixes for kuan, frost and lee-enhanced speckle filters.
    Functions had inconsistent type declarations for n_looks (must be integer) and damping_factor (must be Number or float). That issue apparently confused the CLI calls.
    
    Also updated the cli.py to be consistent with the speckle code.
    msmiyels committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    69787be View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d6c6eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955abef View commit details
    Browse the repository at this point in the history
  3. lint

    nmaarnio committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bf77151 View commit details
    Browse the repository at this point in the history
  4. lint

    nmaarnio committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0e078ae View commit details
    Browse the repository at this point in the history