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

Inputs
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).