home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

1 row where "day" is on date 2025-02-03 and place = "fitzgerald-marine-reserve"

✎ 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,2025-02-03 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve 2025-02-03 06:43:42 07:11:36 12:23:49 17:35:33 18:03:32

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