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

[DATA](3D Mapping) display 3D Mapping #1

Open
4 tasks
charlottegiseleweil opened this issue Dec 12, 2024 · 4 comments
Open
4 tasks

[DATA](3D Mapping) display 3D Mapping #1

charlottegiseleweil opened this issue Dec 12, 2024 · 4 comments
Assignees
Labels

Comments

@charlottegiseleweil
Copy link

charlottegiseleweil commented Dec 12, 2024

From 3D_Mapping_all_Results -> provide a sample plot (@guilhem?)

  • Make graph it a pop up, window not full screen. (q-card @ 80% vh/vw)
  • Add button "View on Map" linking back directly to Country-level layers, with only checked "Sampling sites" with dropdown selected "hard coral cover"

STACKED BAR CHARTS (mock up slide 12)

  • Main plot 1 column = 1 site (column Site_name)
    groupby(Substrate_1), sum (mean) -> as %
  • Secondary plot
    Tooltip upon hover on a catgory display details :
    groupby (Substrate_2), sum (mean) -> as %

https://echarts.apache.org/examples/en/editor.html?c=bar-stack-normalization

@charlottegiseleweil charlottegiseleweil added this to the Oman conference milestone Jan 7, 2025
@charlottegiseleweil charlottegiseleweil changed the title [DATA](3D Mapping) Understand how to display 3D Mapping [DATA](3D Mapping) display 3D Mapping Jan 7, 2025
@charlottegiseleweil
Copy link
Author

@manon / @Guilhembp Can you provide the desired colorscheme for Substrate 1 ?

@Guilhembp
Copy link
Collaborator

Guilhembp commented Jan 27, 2025

Here is the colorscheme for Substrate 1:

c("goldenrod3", #sand
"gray40", #unknown_hard_substrate
"gray60", #rubble
"lightgoldenrod4", #trash
"seagreen", #algae_covered_substrate
"palevioletred3", #other_animal
"plum3", #other_invertebrates
"lightpink2", #anemone
"indianred3", #coral_dead
"floralwhite", #coral_bleached
"steelblue3") #coral_alive

For the bar chart:

@charlottegiseleweil
Copy link
Author

@Guilhembp we'll need Colorscheme for Substrate 2

@charlottegiseleweil charlottegiseleweil removed their assignment Jan 27, 2025
@Guilhembp
Copy link
Collaborator

Color shceme for Substrate type 2:

c("goldenrod3", #sand
"gray40", #unknown_hard_substrate
"gray60", #rubble
"khaki4", #trash
"seagreen4", #algae_covered_substrate
"palevioletred3", #other_animal
"seagreen1", #seagrass
"burlywood4", #clam
"darkseagreen2", #sea_cucumber
"darkorange", #sea_urchin
"purple2", #sponge
"lightpink1", #anemone
"red4", #other_coral_dead
"red3", #branching_dead
"brown3", #meandering_dead
"firebrick1", #massive/meandering_dead
"bisque3", #branching_bleached
"bisque2", #meandering_bleached
"bisque1", #massive/meandering_bleached
"bisque", #other_coral_bleached
"blue4", #other_coral_alive
"skyblue1", #branching_alive
"steelblue3", #meandering_alive
"steelblue4" #massive/meandering_alive
)

Looks like this:

Percent_cover_Djibouti_stacked_substrate_2.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants