ThomasLecocq / SeismoRMS

A simple Jupyter Notebook example for getting the RMS of a seismic signal (from PSDs)
European Union Public License 1.1
86 stars 38 forks source link

local time zone for clockmap #16

Closed ThomasLecocq closed 4 years ago

ThomasLecocq commented 4 years ago

image

vhmar commented 4 years ago

Hi,

I think something similar in clockplots

data[main] = localize_tz_and_reindex(data[main], "30Min")

It would have to be

data[main] = localize_tz_and_reindex(data[main], "30Min", time_zone)

FMassin commented 4 years ago

There a PR fixing this.