species_counts
1 row where taxon = 67703
This data as json, CSV (advanced)
Link | place | taxon | count |
---|---|---|---|
fitzgerald-marine-reserve,67703 | James Fitzgerald Marine Reserve fitzgerald-marine-reserve | Iris longipetala 67703 | 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]) );