home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

5 rows where taxon = 4627

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fitzgerald-marine-reserve,4627 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Gavia stellata 4627 1
laguna-point,4627 Laguna Point  laguna-point Gavia stellata 4627 2
pillar-point,4627 Pillar Point pillar-point Gavia stellata 4627 39
redondo-beach,4627 Redondo beach redondo-beach Gavia stellata 4627 4
shark-fin-cove,4627 Shark Fin Cove shark-fin-cove Gavia stellata 4627 1

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 8.917ms