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 spatial visualisations for decision matrices #893

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    6ef0899 View commit details
    Browse the repository at this point in the history
  2. Fix how scores are plotted (should be inside loop), add use of human …

    …readable criteria names for labels
    
    Plus add criteria names as optional inputs so less than total set of criteria can be plotted
    Rosejoycrocker committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2d9f37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d2890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    833a3c5 View commit details
    Browse the repository at this point in the history
  5. Split rank_by_index into another function `get_criteria_aggregate'

    Allows scores to be calculated separately for analysis
    Rosejoycrocker committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9d27f72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05def0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2feceff View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Formatting

    Remove incorrect additions from rebase
    Rosejoycrocker committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7e26a3e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Split into 2 functions

    One is generic matrix mapping, the other is specifically for mapping criteria and aggregate scores
    Rosejoycrocker committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1c52cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d18fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f4772 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    Update function signatures
    Rosejoycrocker committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    409bfba View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 13, 2024

  1. Add testing criteria visualisations to site selection tests

    Formatting
    
    Put func docstrings on single lines
    Rosejoycrocker committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1a677cc View commit details
    Browse the repository at this point in the history