home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 67413

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,67413 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Neorhodomela larix 67413 8
laguna-point,67413 Laguna Point  laguna-point Neorhodomela larix 67413 13
pillar-point,67413 Pillar Point pillar-point Neorhodomela larix 67413 93
redondo-beach,67413 Redondo beach redondo-beach Neorhodomela larix 67413 3

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