species_counts
3 rows where taxon = 4793
This data as json, CSV (advanced)
Suggested facets: count
| Link | place | taxon | count |
|---|---|---|---|
| laguna-point,4793 | Laguna Point laguna-point | Charadrius vociferus 4793 | 2 |
| redondo-beach,4793 | Redondo beach redondo-beach | Charadrius vociferus 4793 | 1 |
| shark-fin-cove,4793 | Shark Fin Cove shark-fin-cove | Charadrius vociferus 4793 | 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]) );