Skip to content

Commit

Permalink
fixed erros
Browse files Browse the repository at this point in the history
  • Loading branch information
BenNorrito authored Jan 23, 2024
1 parent 92362b1 commit d0a9282
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
41 changes: 24 additions & 17 deletions src/user/guide/creating-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license: This program is free software; you can redistribute it and/or modify it
---
# Creating a Project
The project helps to display context and indicators layers have tools and widgets for performing data analysis on country/regional levels.

1. Navigate to the project section under the admin panel.

2. Select “Add New Project”
Expand All @@ -26,7 +27,7 @@ The project helps to display context and indicators layers have tools and widget
c. Define available levels

i. This allows users to control what administrative levels can be used. This can limit the display of empty datasets and allow the management of datasets across different scales.
d. Define the extent (figure 17)
d. Define the extent

i. Extent- T view you would like the dashboard to open on.

Expand All @@ -52,11 +53,11 @@ The project helps to display context and indicators layers have tools and widget

iv. The number in parentheses shows the number of indicators you’ve selected.

![Grouping indicator layers and adjusting their name ](image-2.png)

## Indicator Layers Tab

6. Complete the Indicator Layers tab (figure 17)
6. Complete the Indicator Layers tab

![Grouping indicator layers and adjusting their name ](image-2.png)

a. Add individual indicators using the “Add Indicators” button.

Expand All @@ -72,19 +73,25 @@ The eye symbol ![Eye Symbol](image-4.png) represents the chosen indicator layer

Types of Indicator Layers include:

a. Single Layers are for visualizing single and simple indicators. They are the base type of Indicator Layer, and simply display one dataset and within the chosen reference dataset.
### Single Layers
Visualizing single and simple indicators. They are the base type of Indicator Layer, and simply display one dataset and within the chosen reference dataset.

b. Multi-Indicator Layers are analysis tools that visualize multiple layer values in proportion to one another via pie or bar charts.

c. When defining this style, users will be prompted to select the desired indicators as well as determine one appropriate color for that indicator.
### Multi-Indicator Layers
Analysis tools that visualize multiple layer values in proportion to one another via pie or bar charts.

When defining this style, users will be prompted to select the desired indicators as well as determine one appropriate color for that indicator.

d. Dynamic Layers are customizable layers that can be created by using a custom expression tailored by user feedback.
### Dynamic Layers
Customizable layers that can be created by using a custom expression tailored by user feedback.

e. Users will be prompted to define SQL expressions that allow for data to be filtered and selected from other datasets for visualization.
Users will be prompted to define SQL expressions that allow for data to be filtered and selected from other datasets for visualization.

f. Related Tables are layers that allow for Splicing and the manipulation of previously uploaded related tables. See Related Tables for more details.
### Related Tables
Layers that allow for Splicing and the manipulation of previously uploaded related tables. See Related Tables for more details.

g. The Configure option allows for project specific visualization adjustments. This can be useful when the indicator default does not fit your needs.

### Configure Layers
The Configure option allows for project specific visualization adjustments. This can be useful when the indicator default does not fit your needs.

i. General allows users to adjust metadata and available administrative levels.

Expand All @@ -106,7 +113,7 @@ Types of Indicator Layers include:

ii. You can add context layers to the group by selecting “Add to group” or adding a single context layer and dragging it into the group.

iii. Similarly, groups can be nested within one another, but a context layer must be present within a group as well for the group to save.
iii. Similarly, groups can be nested within one another, but a context layer must be present within a group as well for the group to save.

## Basemap Tab

Expand All @@ -121,11 +128,11 @@ Types of Indicator Layers include:

c. To group basemap, select “Add Group”.

i. You can name the group by selecting the pencil icon and entering the name in the text box.
i. You can name the group by selecting the pencil icon and entering the name in the text box.

ii. You can add basemap to the group by selecting “Add to group” or adding a single basemap and dragging it into the group.
ii. You can add basemap to the group by selecting “Add to group” or adding a single basemap and dragging it into the group.

iii. Similarly, groups can be nested within one another, but a basemap must be present within a group as well for the group to save.
iii. Similarly, groups can be nested within one another, but a basemap must be present within a group as well for the group to save.

iv. Use the Open Street Map basemap (OSM) as it shows country borders and when zoomed, local roads.

Expand All @@ -141,7 +148,7 @@ Types of Indicator Layers include:

ii. Read allows them to view it.

iii. Write allows them to edit the project and make changes.
iii. Write allows them to edit the project and make changes.

iv. Share allows them to control access to the project.

Expand Down
12 changes: 6 additions & 6 deletions src/user/guide/creating-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ The label you wish to assign to the class of values. This can be any text or num

Determines the values/categories that are assigned the chosen color.

Numbers
#### Numbers

Numerical values that can either be a singular value or a range of values. Users can only enter in one box, or the other.
Numerical values that can either be a singular value or a range of values. Users can only enter in one box, or the other.

a. Ranges are written as: Greater than the value on the left & Less than or Equal to the value on the right.
a. Ranges are written as: Greater than the value on the left & Less than or Equal to the value on the right.

Categories
#### Categories

The category data type allows for string/text fields to be imported as datasets for total data visualization.
The category data type allows for string/text fields to be imported as datasets for total data visualization.

If appropriate, users may set this for their color rules.
If appropriate, users may set this for their color rules.

### Color

Expand Down
2 changes: 2 additions & 0 deletions src/user/manual/analysis-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ This enables the unique data visualization feature where one indicator becomes a

![Compare Layers Tool](image-3.png)

## 3D Layers

The 3D layers tool is an important tool that enables for the analysis and comprehension of different values across different administrative polygons. In a 2D model, indicators are split into different classifications, but all values within the same class are the same color and so the values appear the same. By enabling a 3D view, GeoSight allows users to consider values within the same class and understand how these administrative areas differ to one another.

Users can enable this view by clicking the _3D Layers_ button which is located at the top of the project.
Expand Down

0 comments on commit d0a9282

Please sign in to comment.