home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

1 row where dawn = "05:18:07" and sunset = "20:27:02"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day (date)

Link place day dawn sunrise noon sunset dusk
redondo-beach,2025-06-05 Redondo beach redondo-beach 2025-06-05 05:18:07 05:49:26 13:08:15 20:27:02 20:58:22

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