Group points by region
Merge data points with the attributes of the study region the points fall into (R function 'points_att_polygon').
daugava use case AquaINFRA points_att_polygon R
| Id | Title | Data Type | Description |
|---|---|---|---|
| input_data | Table to be merged with study region | string | URL to the input table containing the in-situ data points with coordinates. Can be provided as Excel file or CSV file (comma-separated text file). The coordinates have to be in WGS84 coordinate system. |
| regions | Study region or study subregions | string | URL to the study region, or several regions, to classify your 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. |
| colname_long | Column name for longitude | string | Only needed for data other than geojson. Name of the column that contains longitude values (in WGS84). |
| colname_lat | Column name for latitude | string | Only needed for data other than geojson. Name of the column that contains latitude values (in WGS84). |
| Id | Title | Description |
|---|---|---|
| data_merged_with_regions | The input table grouped and enhanced by study region | The input data table, with added study region name and study region attributes. |
Educational resources and documentation
Jobs
Browse jobsLinks
- GitHub repo (text/html)
- Zenodo repo (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)
- 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
