species_counts
2 rows where taxon = 55467
This data as json, CSV (advanced)
Link | place | taxon | count |
---|---|---|---|
china-beach,55467 | China beach china-beach | Sabulodes aegrotata 55467 | 1 |
laguna-point,55467 | Laguna Point laguna-point | Sabulodes aegrotata 55467 | 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]) );