{
"title": "GBIF plants (Finland/Norway merged)",
"source": "https://www.gbif.org/",
"description": "Merged GBIF slice for plants observed in Nordic countries, that here are Finland and Norway, with observation totals across country and latitude bands.",
"delimiter": "TAB",
"encoding": "UTF-8",
"license": "Per-record GBIF license varies (CC0 / CC-BY / CC-BY-NC); preserve original licensing when redistributing subsets.",
"last_update": "2025-09",
"fields": {
"canonicalName": "Species scientific name (string)",
"genus": "Genus name (string)",
"obs_FI": "Total observations in Finland (integer)",
"obs_NO": "Total observations in Norway (integer)",
"count_FI_60N": "Observations in Finland north of 60°N (integer)",
"count_NO_60N": "Observations in Norway north of 60°N (integer)",
"count_FI_66N": "Observations in Finland north of 66°N (integer)",
"count_NO_66N": "Observations in Norway north of 66°N (integer)",
"genusKey": "GBIF genus key (integer)",
"speciesKey": "GBIF species key (integer)"
},
"derived_columns_in_app": {
"name": "Lowercased copy of canonicalName",
"genus_gbif": "Lowercased copy of genus",
"url_gbif": "https://www.gbif.org/species/{speciesKey}"
},
"join_keys": [
{
"to_dataset": "laji2_fi.txt",
"left_field": "canonicalName",
"right_field": "Scientific name",
"semantics": "species_name_normalized (lowercase, stripped)"
},
{
"to_dataset": "laji2_fi.txt",
"left_field": "genus",
"right_field": "Genus, Scientific name",
"semantics": "genus_name_normalized (lowercase, stripped, cross sign removed)"
}
]
}