EIDA / userfeedback

This repository is meant to collect feedback from EIDA users by means of its Issue Tracker
11 stars 5 forks source link

[Metadata] Station start/end time conflicts #75

Closed rizac closed 4 years ago

rizac commented 4 years ago

We found metadata problem: the same station was returned with conflicting start times (no need to use a specific client, wget or the browsers are sufficient). Example:

http://webservices.ingv.it/fdsnws/station/1/query?starttime=1990-01-01T00:00:00&endtime=2020-12-31T00:00:00&format=text&level=channel&channel=EHZ,HGZ,HHZ,HLZ,HNZ&station=BOTM

Output problems (see below):

1 both rows have the same (network, station, same start time) 2 in second tow's start time == end time

IV|BOTM||HNZ|45.5416|10.3213|157|0|0|-90|KINEMETRICS EPISENSOR-FBA-ES-T-CL-2G-FS-40-VPP|320770|0.2|M/S**2|100|2014-11-14T14:00:00|2014-11-14T14:00:00
IV|BOTM||HNZ|45.5416|10.3213|157|0|0|-90|KINEMETRICS EPISENSOR-FBA-ES-T-CL-2G-FS-40-VPP|320770|0.2|M/S**2|100|2014-11-14T14:00:00|2019-08-30T15:01:00
javiquinte commented 4 years ago

Thanks @rizac for the feedback! @massimo1962 will for sure take a look at this and post here the an answer.

petrrr commented 4 years ago

Solved!

#Network | Station | location | Channel | Latitude | Longitude | Elevation | Depth | Azimuth | Dip | SensorDescription | Scale | ScaleFreq | ScaleUnits | SampleRate | StartTime | EndTime
IV|BOTM||HNZ|45.5416|10.3213|157|0|0|-90|KINEMETRICS EPISENSOR-FBA-ES-T-CL-2G-FS-40-VPP|320770|0.2|M/S**2|100|2014-11-14T14:00:00|2019-08-30T15:01:00
petrrr commented 4 years ago

@javiquinte: I think this can be closed, but I leave it to you to do so.