Skip to content

Latest commit

 

History

History
81 lines (74 loc) · 3.19 KB

File metadata and controls

81 lines (74 loc) · 3.19 KB
title How to style my data in Examind ?
  1. You have different ways to add a style.
    • You can create a style using a specific data uploaded on Examind (available during the "Add data" process, or if you click on a data in Data tab)
    :alt: Add style specific
    :width: 100%
    :align: center
    
    (bottom right of the screenshot)
    • You can crate a generic style (available in the Styles tab)
    :alt: Add style generic
    :width: 100%
    :align: center
    
    Then you need to choose between Vector or Raster style.
    :alt: Add style generic vectorOrRaster
    :width: 100%
    :align: center
    

Notes :

  • It's easier to create a "specific" style for a specified data, because you can see the result directly, and because examind can help you during the creation (it can show the min/max of your data to create a color palette, ...)
  • If you know your image (its metadata, its values, ...), you can create a generic style, and use it for multiple data.

In this tutorial, i will work on a specific raster data.

  1. In the Style Selection pop up, you can click on Create new style. You will have something like this
    :alt: Add style popup
    :width: 100%
    :align: center
    
  2. You can add different rules to your style :
    • Color and Palette (if you want specific color palette) (we will use this here)
    • Group of cells (for vectors data)
    • Dynamic ranges
  3. Select Color and Palette, set a name, a title and a description if you want, and click on Symbols tab
  4. You will have this interface :
    :alt: Add style color and palette
    :width: 100%
    :align: center
    
  5. In Color Model you can choose between :
    • Palette Mode : Selection of a band, to create a color palette
    • RGB Composition Mode : Selection of which band will be used for Red, Green, and Blue
    • Grayscale Mode : Same as color palette, but you will generate a style in grayscale directly
  6. Here we will crate a color palette. Select the band you want to use. Examind will fill the min/max values of your data. You can change these values if you want.
  7. Select a palette you want
    :alt: Add style color and palette selection
    :width: 100%
    :align: center
    
  8. Set a number of division (number of colors in your palette)
  9. Check "reverse colors" and/or "NaN" if you want. In my case, I have something like that :
    :alt: Add style color and palette selection example
    :width: 100%
    :align: center
    
  10. Click on Generate Palette
  11. You will have a preview of your palette. You can change the colors if you want.
    :alt: Add style color and palette preview
    :width: 100%
    :align: center
    
  12. Click on Back to the rules list, add as much rules as you want, and click on Create the style.