Nicky Nicolson commited on
Commit
9bf9adb
1 Parent(s): 2cc6a74

Add clustermap

Browse files
Files changed (2) hide show
  1. metadata.json +4 -0
  2. requirements.txt +1 -0
metadata.json CHANGED
@@ -16,6 +16,10 @@
16
  "max_limit": 5,
17
  "service_name": "GBIF specimens reconciliation",
18
  "view_url": "https://gbif.org/occurrence/{{id}}"
 
 
 
 
19
  }
20
  }
21
  }
 
16
  "max_limit": 5,
17
  "service_name": "GBIF specimens reconciliation",
18
  "view_url": "https://gbif.org/occurrence/{{id}}"
19
+ },
20
+ "datasette-cluster-map": {
21
+ "latitude_column": "decimalLatitude",
22
+ "longitude_column": "decimalLongitude"
23
  }
24
  }
25
  }
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  datasette
2
  datasette-reconcile
 
3
  sqlite-utils
4
  csvs-to-sqlite
5
  pandas==1.5.3
 
1
  datasette
2
  datasette-reconcile
3
+ datasette-cluster-map
4
  sqlite-utils
5
  csvs-to-sqlite
6
  pandas==1.5.3