species_counts
3 rows where taxon = 3959
This data as json, CSV (advanced)
| Link | place | taxon | count |
|---|---|---|---|
| fitzgerald-marine-reserve,3959 | James Fitzgerald Marine Reserve fitzgerald-marine-reserve | Phalaropus lobatus 3959 | 2 |
| laguna-point,3959 | Laguna Point laguna-point | Phalaropus lobatus 3959 | 1 |
| pillar-point,3959 | Pillar Point pillar-point | Phalaropus lobatus 3959 | 9 |
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]) );