jpjones76 / SeisIO.jl

Julia language support for geophysical time series data
http://seisio.readthedocs.org
Other
47 stars 20 forks source link

FDSNEvq does not return catalogs #16

Closed mdenolle closed 5 years ago

mdenolle commented 5 years ago

Hi,

I am trying to download the earthquake catalog from SoCal. Here is what i do: using SeisIO.Quake S = FDSNevq("2018-06-01",reg=[32.0,38.0,-120.0,-115.0,-50.0,50.0],mag=[2.0,8.0],evw=[0.,375243600.0],src="USGS")

It only returns one event (the same even for multiple arguments i entered): (SeisHdr[ ID: quakeml INT: 0 LOC: 33.4932 N, -116.49 E, 14.07 km MAG: ml 2.01 (g 0.0°, n 73) OT: 2018-06-02T20:45:04.18 SRC:
TYP: earthquake
MISC: 1 items NOTES: 0 entries ], SeisSrc[m₀ = 0.0; S = Float64[]; NP = Array{Float64}(0,0); PAX = Array{Float64}(0,0)]) It also does not like the SCEDC server, although I know it is listed there: julia> S = FDSNevq("2018-06-01",reg=[32.0,38.0,-120.0,-115.0,-50.0,50.0],mag=[2.0,8.0],evw=[0.,375243600.0],src="SCEDC") ┌ Warning: Request failed │ FDSN event query: │ RESPONSE = 500 (Internal Server Error) │ │ HTTP response is in misc["data"] └ @ SeisIO ~/.julia/packages/SeisIO/UXhdy/src/Web/0_essentials.jl:16 ┌ Warning: Catalog only contains 0 events (original request was 1) └ @ SeisIO.Quake ~/.julia/packages/SeisIO/UXhdy/src/Quake/Web/FDSN.jl:99 (SeisHdr[], SeisSrc[])

jpjones76 commented 5 years ago

I'm really sorry. Here's what's going on, and some questions about what you'd like to change:

jpjones76 commented 5 years ago

Progress update: