home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

1 row where "day" is on date 2024-12-12 and sunrise = "07:16:47"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day (date)

Link place day dawn sunrise noon sunset dusk
china-beach,2024-12-12 China beach china-beach 2024-12-12 06:46:52 07:16:47 12:03:40 16:51:01 17:20:54

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