ThomasLecocq / SeismoRMS

A simple Jupyter Notebook example for getting the RMS of a seismic signal (from PSDs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local time zone for clockmap

ThomasLecocq opened this issue · comments

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)

There a PR fixing this.