home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

1 row where dusk = "17:51:16", place = "fitzgerald-marine-reserve" and sunrise = "07:20:22"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day (date)

Link place day dawn sunrise noon sunset dusk
fitzgerald-marine-reserve,2024-01-23 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve 2024-01-23 06:51:43 07:20:22 12:21:36 17:22:33 17:51:16

Advanced export

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

CSV options:

CREATE TABLE [sunrise_sunset] (
   [place] TEXT REFERENCES [places]([slug]),
   [day] TEXT,
   [dawn] TEXT,
   [sunrise] TEXT,
   [noon] TEXT,
   [sunset] TEXT,
   [dusk] TEXT,
   PRIMARY KEY ([place], [day])
);
Powered by Datasette · Queries took 21.874ms