home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 64148

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fitzgerald-marine-reserve,64148 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Diodora aspera 64148 2
laguna-point,64148 Laguna Point  laguna-point Diodora aspera 64148 3
pillar-point,64148 Pillar Point pillar-point Diodora aspera 64148 108
redondo-beach,64148 Redondo beach redondo-beach Diodora aspera 64148 2

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