home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

2 rows where taxon = 3857

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,3857 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Calidris alpina 3857 1
pillar-point,3857 Pillar Point pillar-point Calidris alpina 3857 15

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [species_counts] (
   [place] TEXT REFERENCES [places]([slug]),
   [taxon] INTEGER REFERENCES [taxons]([id]),
   [count] INTEGER,
   PRIMARY KEY ([place], [taxon])
);
Powered by Datasette · Queries took 20.481ms