Baselight

Daily Moon Illumination 1800 To 2100

Calculated percentage of moon illuminated daily at midnight

@kaggle.petermenzies_daily_moon_illumination_1800_to_2100

Loading...
Loading...

About this Dataset

Daily Moon Illumination 1800 To 2100

Out of curiosity, I wanted to look at moon illumination in relation to my sleep quality. I found datasets that contained phases for certain dates, but what I wanted was a percentage of moon illumination around the time I would be asleep. Using a python script created by Kevin Turner, which was derived from a tool created by John Walker, I generated the percentages that I needed—I then decided to broaden the date range and share them in case anybody else was looking for a similar dataset. These are entirely calculated values and not observed. Enjoy!

Tables

Moon Illumination 1800–2100

@kaggle.petermenzies_daily_moon_illumination_1800_to_2100.moon_illumination_1800_2100
  • 1.87 MB
  • 109574 rows
  • 4 columns
Loading...

CREATE TABLE moon_illumination_1800_2100 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "illum_pct" DOUBLE,
  "phase" VARCHAR
);

Share link

Anyone who has the link will be able to view this.