Skip to content

start time problem on data requests? #144

@kaspervanwijk

Description

@kaspervanwijk

Hi All,

Am I doing something wrong here? I am getting significant differences between requested start time and delivered start time. IRIS server does not have this problem. Simple code for one example where the difference is more than 6 seconds:

from obspy.clients.fdsn import Client
from obspy import UTCDateTime

geonetclient=Client('http://service.geonet.org.nz')

t0 = UTCDateTime("2015-02-27T06:30:00.000") 
st = geonetclient.get_waveforms("NZ","WIAZ","10","EHZ",t0,t0+10)
print('requested time {}, received starttime {} and difference {}'.format(t0, st[0].stats.starttime,t0-st[0].stats.starttime)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions