Category Archives: Uncategorized

Sunsets in Google Calendar using R

Posted on by hilaryparker
13

I live (and work!) near one of the most beautiful vantage points for sunsets in possibly the entire US.

spacer

However almost every beautiful sunset I have seen from there has come from either 1) me walking out of work and noticing that the sky is bright pink, or 2) seeing someone post a sunset photo on Twitter (I know). Either way it ends with me practically sprinting to the Brooklyn Heights Promenade for the tail end of the sunset.

So, I decided to create some Google Calendar “appointments” for myself, using R and specifically the sunrise.set() function (thanks Carlos!). Because I’m a big user of Google Now, this means that–based on my location and travel time–my phone will buzz at me and tell me to leave for the Promenade in time to see the sunset.

Assuming you don’t live near me, you might want to customize your calendar to include the address of your own favorite vantage point for sunsets. So, I used this opportunity to create my personal R package and put this in as the first function. You can input your own address, timezone, etc. into the create_sunset_cal() function, and it will output a .CSV that meets Google’s requirements for importing a calendar. To get the function, just run the following:

library('devtools')
install_github('hilary','hilaryparker')
library('hilary')

You can upload the .CSV directly into your Google calendar (just be careful as it will import a different event for every day, so if you do it mistakenly it will be a pain to remove!). I’ll give instructions for creating a new calendar just for the sunsets, so you can remove it whenever you want if your calendar looks too cluttered.

  1. Create a new calendar, called “Sunset”. If you want to share the calendar, make it Public.spacer
  2. Under the “Other calendars” heading, click on “Import calendar”.spacer
  3. Select the .CSV you created using the create_sunset_cal() function, making sure you select your newly-created “Sunset” calendar.spacer
  4. Henceforth be notified about the travel time to the sunset! spacer
  5. Enjoy the fruits of your labor.spacer

 

Posted in Coding Project, Uncategorized | Tagged R | 13 Replies

I’m Dr. Hilary Parker!

Posted on by hilaryparker
4

AND NOW I HAVE THE BEST DOPPELGANGER OF ALL TIME!!!

The name “Hilary” continues to do me proud.

Posted in Uncategorized | 4 Replies

The Cut!

Posted on by hilaryparker
Reply

Just a quick post to say that my blog piece about the name “Hilary” got picked up by The Cut — a part of New York Magazine! Go check it out!

Posted in Uncategorized | Leave a reply