home / data

Menu
  • GraphQL API

sunrise_sunset

Table actions
  • GraphQL API for sunrise_sunset

2 rows where dawn = "05:35:06" and "day" is on date 2024-07-20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day (date)

Link place day dawn sunrise noon sunset dusk
fiscalini-ranch,2024-07-20 Fiscalini Ranch fiscalini-ranch 2024-07-20 05:35:06 06:04:32 13:10:48 20:17:22 20:46:48
shark-fin-cove,2024-07-20 Shark Fin Cove shark-fin-cove 2024-07-20 05:35:06 06:05:17 13:15:08 20:25:18 20:55:29

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.92ms