File size: 1,595 Bytes
7cc6ee0
16e5414
 
 
7cc6ee0
707e4f7
7cc6ee0
6d85436
7cc6ee0
 
707e4f7
948faf7
707e4f7
7cc6ee0
707e4f7
 
7cc6ee0
 
707e4f7
 
9bf9adb
 
 
 
7cc6ee0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "title": "GBIF-mediated specimen occurrences",
    "description": "This is a datasette instance containing GBIF-mediated specimen occurrences. It can be used to browse specimen records (with options to filter and facet records) and to run SQL queries. It is also configured to run an Open Refine compatible reconciliation service on collector name and number, allowing a user to easily link specimen references (as found in taxonomic literature) to these specimen records.",
    "source": "Global Biodiversity Information Facility (GBIF)",
    "databases": {
        "gbifocc": {
            "tables": {
                "gbifocc": {
                    "plugins": {
                        "datasette-reconcile": {
                            "id_field": "gbifID",
                            "name_field": "collectorNameAndNumber",
                            "type_field": "basisOfRecord",
                            "type_default": [{
                              "id": "basisOfRecord",
                              "name": "PRESERVED_SPECIMEN"
                            }],
                            "max_limit": 5,
                            "service_name": "GBIF specimens reconciliation",
                            "view_url": "https://gbif.org/occurrence/{{id}}"
                        },
                        "datasette-cluster-map": {
                            "latitude_column": "decimalLatitude",
                            "longitude_column": "decimalLongitude"
                        }
                    }
                }
            }
        }
    }
}