home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

1 row where dawn = "06:14:09" and sunrise = "06:41:09"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day (date)

Link place day dawn sunrise noon sunset dusk
shark-fin-cove,2024-09-02 Shark Fin Cove shark-fin-cove 2024-09-02 06:14:09 06:41:09 13:08:26 19:36:01 20:03:00

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