Spatial visualisation of regions and data points
This process maps the trend analysis results onto a study region map, visually representing each region according to the statistical results (significant increase vs. significant decrease vs. insignificant trend). The map helps in understanding the spatial distribution of trends across different areas (R function 'map_trends_static').
daugava use case AquaINFRA map_trends_static R
| Id | Title | Data Type | Description |
|---|---|---|---|
| regions | Study region or study subregions | string | URL to the study region, or several regions, used to classify the input data into groups of interest. Currently it has to be provided as a shapefile. It can be in any coordinate system and will be transformed to WGS84 during this process. |
| input_data | Input table | string | URL to the input table containing statistical analysis results. The table must include columns for test values, p-values, and identifiers linking to study region. |
| colname_id_trend | Column name of study region identifier | string | The name of the column containing identifiers for study regions, which must correspond to the identifiers in the shapefile (shp). Example = "id" |
| colname_region_id | Column name of study region identifier | string | The name of the column in the input data that contains identifiers for study regions, corresponding to the identifiers in the shapefile. Example = "id" |
| colname_group | Column name for subgroups | string | The name of the column that defines the subgroups or categories to be displayed on the X-axis, e.g., seasons for every polygon_id. |
| p_value_threshold | p value threshold for significance | number | The threshold for distinguishing significant from insignificant values. It adjusts the transparency of bars in the plot. Default = 0.05 |
| colname_p_value | Column name for p value | string | The name of the column containing p values, used to determine bar transparency. Example = "p_value" |
| Id | Title | Description |
|---|---|---|
| trend_map | Trend map | A visual representation of the study region, with areas colored based on the statistical results (significant increase vs. significant decrease vs. insignificant trend). The map will provide an intuitive understanding of trend distributions across regions. |
Educational resources and documentation
Jobs
Browse jobsLinks
- information (text/html)
- Process description as JSON (application/json)
- Process description as HTML (text/html)
- Jobs list as HTML (text/html)
- Jobs list as JSON (application/json)
- Execution for this process as JSON (application/json)
Execution modes
- Synchronous
- Asynchronous
