species_counts
1 row where taxon = 950609
This data as json, CSV (advanced)
Link | place | taxon | count |
---|---|---|---|
shark-fin-cove,950609 | Shark Fin Cove shark-fin-cove | Anemonoides grayi 950609 | 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]) );