species_counts
3 rows where taxon = 7266
This data as json, CSV (advanced)
Suggested facets: count
| Link | place | taxon | count | 
|---|---|---|---|
| china-beach,7266 | China beach china-beach | Psaltriparus minimus 7266 | 2 | 
| fitzgerald-marine-reserve,7266 | James Fitzgerald Marine Reserve fitzgerald-marine-reserve | Psaltriparus minimus 7266 | 15 | 
| pillar-point,7266 | Pillar Point pillar-point | Psaltriparus minimus 7266 | 15 | 
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]) );