home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

6 rows where taxon = 4353

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,4353 China beach china-beach Larus heermanni 4353 3
fitzgerald-marine-reserve,4353 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Larus heermanni 4353 7
laguna-point,4353 Laguna Point  laguna-point Larus heermanni 4353 6
pillar-point,4353 Pillar Point pillar-point Larus heermanni 4353 27
redondo-beach,4353 Redondo beach redondo-beach Larus heermanni 4353 5
shark-fin-cove,4353 Shark Fin Cove shark-fin-cove Larus heermanni 4353 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 19.915ms