home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

2 rows where sunrise = "06:48:44"

✎ 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-02-24 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve 2024-02-24 06:21:51 06:48:44 12:23:22 17:57:16 18:24:14
pillar-point,2024-04-05 Pillar Point pillar-point 2024-04-05 06:21:44 06:48:44 13:12:40 19:35:50 20:02:52

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