home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

3 rows where noon = "13:16:07"

✎ 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-07-16 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve 2025-07-16 05:31:23 06:02:09 13:16:07 20:30:23 21:01:10
pillar-point,2024-08-04 Pillar Point pillar-point 2024-08-04 05:48:15 06:17:28 13:16:07 20:15:05 20:44:17
redondo-beach,2024-07-19 Redondo beach redondo-beach 2024-07-19 05:33:58 06:04:28 13:16:07 20:28:04 20:58:34

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