-
Notifications
You must be signed in to change notification settings - Fork 6
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 functions to spatially visualise individual and aggregate criteria for location selection #650
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a2aa9d - Browse repository at this point
Copy the full SHA 9a2aa9dView commit details -
Add connectivity data to
ResultSet
structure and constructor functionAdd docs for `store_conn` and add detail to docs for `store_env_summary`.
Configuration menu - View commit details
-
Copy full SHA for a8f264b - Browse repository at this point
Copy the full SHA a8f264bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4799214 - Browse repository at this point
Copy the full SHA 4799214View commit details -
Move priority predecessor criteria calculation and zones criteria cal…
…culation into separate functions to avoid repetition
Configuration menu - View commit details
-
Copy full SHA for 3b8a703 - Browse repository at this point
Copy the full SHA 3b8a703View commit details -
Add function to plot specified criteria from a decision matrix as a g…
…rid of spatial heatmaps Label dimensions with full site id to avoid errors with `viz.map`
Configuration menu - View commit details
-
Copy full SHA for 89a3988 - Browse repository at this point
Copy the full SHA 89a3988View commit details -
Add docs for
viz.decision_matrices
and option to plot without provi……ded figure object Also fix how `axis_opts` is defined to avoid overwriting inputs Add documentation for `decision_matrices`
Configuration menu - View commit details
-
Copy full SHA for e70e1d5 - Browse repository at this point
Copy the full SHA e70e1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96916ca - Browse repository at this point
Copy the full SHA 96916caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0208208 - Browse repository at this point
Copy the full SHA 0208208View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb0e61 - Browse repository at this point
Copy the full SHA deb0e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6918e3b - Browse repository at this point
Copy the full SHA 6918e3bView commit details -
Add plotting mcda aggregate score to decision matrix plots
Change `decision.decision_matrices` to give both intervention matrices as output Add in plotting of scores in `viz.decision_matrices()` and change to square plotting grid
Configuration menu - View commit details
-
Copy full SHA for 861f7ea - Browse repository at this point
Copy the full SHA 861f7eaView commit details -
Change grid size definition to be square
Add title to aggregate score plot
Configuration menu - View commit details
-
Copy full SHA for ba810a6 - Browse repository at this point
Copy the full SHA ba810a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 287489c - Browse repository at this point
Copy the full SHA 287489cView commit details -
Add "Vector{Any}" as possible type for
priority_zones
and `priority……_sites` in criteria constuctors ( as these are their types in the result set) + formatting
Configuration menu - View commit details
-
Copy full SHA for 5da0aa8 - Browse repository at this point
Copy the full SHA 5da0aa8View commit details -
Add decison matrix creation from resultset to analysis
Add decison matrix creation from resultset to analysis as new `decision.jl" file Remove `decision_matrices` from "location_selection.jl"
Configuration menu - View commit details
-
Copy full SHA for 6fac7ff - Browse repository at this point
Copy the full SHA 6fac7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6de44 - Browse repository at this point
Copy the full SHA 9c6de44View commit details -
Remove
area_to_seed
as input indecision_matrices
as no longer re……quired Due to changes in how locations are deemed as having sufficient space
Configuration menu - View commit details
-
Copy full SHA for 836687c - Browse repository at this point
Copy the full SHA 836687cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 227808d - Browse repository at this point
Copy the full SHA 227808dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a2a26 - Browse repository at this point
Copy the full SHA b2a2a26View commit details -
Add separate parameters for in and out going connectivity weights for…
… fogging This allows ease of extraction for decision matrix labelling Plus, update criteria weights docs Add use of separate ingoing and outgoing connectivity weights for fogging to mcda
Configuration menu - View commit details
-
Copy full SHA for bea727f - Browse repository at this point
Copy the full SHA bea727fView commit details -
Use
criteria_params
to extract weighting labels when creating decis……ion matrices for plotting
Configuration menu - View commit details
-
Copy full SHA for a0957a6 - Browse repository at this point
Copy the full SHA a0957a6View commit details -
Add optional parameter
filter_space
when creating seed matrix so th……at no filtering occurs when plotting seed decision matrix Update example and test scenarios with new parameters and parameter names
Configuration menu - View commit details
-
Copy full SHA for ef1770e - Browse repository at this point
Copy the full SHA ef1770eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b41d8 - Browse repository at this point
Copy the full SHA d5b41d8View commit details -
Revert "Uncomment lines for defining x and y lims for spatial plotting"
This reverts commit 537f498.
Configuration menu - View commit details
-
Copy full SHA for 730f416 - Browse repository at this point
Copy the full SHA 730f416View commit details -
Add
colorbar_limits
as input tospatial
to allow limits to be adj……usted So all plots in `viz.decision_matrices` have the same colorbar range. This requires removing `color_range`which was an equivalent variable, previously set to `(0.0,maximum(data))` Add use of colorbar_limits ro `viz.decision_matrices`
Configuration menu - View commit details
-
Copy full SHA for f097986 - Browse repository at this point
Copy the full SHA f097986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562bbec - Browse repository at this point
Copy the full SHA 562bbecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d251b41 - Browse repository at this point
Copy the full SHA d251b41View commit details -
Use
_calc_gridsize
to calculaten_rows
andn_cols
Remove `s_row_`s_col` statement as no longer necessary Remove unnecessary catch for the case when one figure is plotted (the least that can be plotted is 2)
Configuration menu - View commit details
-
Copy full SHA for 9d10a4c - Browse repository at this point
Copy the full SHA 9d10a4cView commit details -
Change
criteria_weights
tocriteria_row
for clarity+ fix missing variables in doc string
Configuration menu - View commit details
-
Copy full SHA for 78392d8 - Browse repository at this point
Copy the full SHA 78392d8View commit details -
Revert "Remove unnecessary `vec()`" This reverts commit 591daf3. Rename `TP_data` `conn_data` and remove unnecessary `vec()`
Configuration menu - View commit details
-
Copy full SHA for 17b3649 - Browse repository at this point
Copy the full SHA 17b3649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3243908 - Browse repository at this point
Copy the full SHA 3243908View commit details -
Revert "Update
Union{Float64,Float32} type to
:>Real`"This reverts commit 8ecbbcd.
Configuration menu - View commit details
-
Copy full SHA for 738380e - Browse repository at this point
Copy the full SHA 738380eView commit details -
Add
env_aggregation
as optional input for environmental summary fun……ction and `mcda_func` for scores calculation Change output to Dict of decision matrices and scores for each intervention
Configuration menu - View commit details
-
Copy full SHA for a194638 - Browse repository at this point
Copy the full SHA a194638View commit details -
Remove
ADRIA.decision
from matrix creation and criteria definition ……functions as no longer needed inside decision module
Configuration menu - View commit details
-
Copy full SHA for 3b80d4b - Browse repository at this point
Copy the full SHA 3b80d4bView commit details -
Add
CriteriaWeights
to imports and formatMove `decision_matrices` to `decision` module Move `decision_matrices` into decision module Move around file compilation order to allow this in `ADRIA.jl`
Configuration menu - View commit details
-
Copy full SHA for 8e18159 - Browse repository at this point
Copy the full SHA 8e18159View commit details -
Move
viz.decision_matrices
intospatial.jl
and make it another in……stance of `map`
Configuration menu - View commit details
-
Copy full SHA for e3c624b - Browse repository at this point
Copy the full SHA e3c624bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9207094 - Browse repository at this point
Copy the full SHA 9207094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af510d - Browse repository at this point
Copy the full SHA 1af510dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 353032c - Browse repository at this point
Copy the full SHA 353032cView commit details