gbifocc-datasette / metadata.json
Nicky Nicolson
Add clustermap
9bf9adb
raw
history blame
1.09 kB
{
"title": "gbifocc-reconcile",
"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"
}
}
}
}
}
}
}