species_counts
1 row where taxon = 60361
This data as json, CSV (advanced)
Link | place | taxon | count |
---|---|---|---|
china-beach,60361 | China beach china-beach | Geranium maderense 60361 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [species_counts] ( [place] TEXT REFERENCES [places]([slug]), [taxon] INTEGER REFERENCES [taxons]([id]), [count] INTEGER, PRIMARY KEY ([place], [taxon]) );