Combine and match biodiversity data from separate sources
This process combines and matches biodiveryity data, i.e. occurrences for various species, from the sources GBIF, iNaturalist and VertNet, with data provided by the user or other sources. For more details, please ask BOKU.
pan-european use case AquaINFRA R
| Id | Title | Data Type | Description |
|---|---|---|---|
| input_datasets | Occurrence data (GBIF, iNaturalist, VertNet, or from any other source) | string | URL to CSV tables containing the occurrences from GBIF, iNaturalist and VertNet. This can be the outcome of the retrieve-biodiversity-data process. |
| colnames_species_names | Column names including species names | array | List of column names that indicate the Species Name in each of the provided datasets. Example: "speciesname, scientificName" |
| colnames_countries | Column names including country | array | List of column names that indicate the Country in each of the provided datasets. Example: "JDS4_sampling_ID" |
| colnames_lat | Column names including Latitude | array | List of column names that indicate the Latitude in each of the provided datasets. Example: "lat, latitude" |
| colnames_lon | Column names including Longitude | array | List of column names that indicate the Longitude in each of the provided datasets. Example: "lon, long, longitude" |
| colnames_date | Column names including Dates | array | List of column names that indicate the dates in each of the provided datasets. Example: "Date, sampling_date" |
| Id | Title | Description |
|---|---|---|
| matched_biodiversity_data | Combined occurrences | A table containing the combined occurrences (user data and online data). |
Educational resources and documentation
Jobs
Browse jobsLinks
- GitHub 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)
Execution modes
- Synchronous
- Asynchronous
