Web Content Display

Web Content Display (CoastWatch User Forum)

The NOAA CoastWatch Forum provides information in several categories.  The information is relevant to CoastWatch products and software (https://coastwatch.noaa.gov)  and vary in technical details.  For questions and issues not addressed here,  start a thread in the appropriate category or contact the CoastWatch HelpDesk (coastwatch.info@noaa.gov).  Please note our Privacy Policy (https://www.noaa.gov/privacy.html) and that this is a public forum.  All information is voluntarily and anonymous submissions are accepted pending review prior to posting. 

Forums

Back

Slide with affiliation

GL
Garrett Lemons, modified 3 Years ago.

Slide with affiliation

Youngling Posts: 4 Join Date: 6/13/17 Recent Posts

Slide of almost complete overlay of west Pacific leatherback sat tracks with SST data from their east Pacific foraging grounds

U
Anonymous, modified 3 Years ago.

RE: Slide with affiliation

Hello Garrett,

I took a look at your data, and I think that by reformatting your time variable, the issue should be resolved.

Just after your first line (lbtrack <- read.csv("LB 2019.csv"), do the following (it requires lubridate package):

 

lbtrack <- lbtrack %>% mutate(datetime=as_datetime(mdy_hm(lbtrack$Date)))

 

Then, use datetime instead of Date for the tcoord.

 

Hope it helps!

Cheers,

Philip