Releases: anowacki/SeisRequests.jl
Releases · anowacki/SeisRequests.jl
SeisRequests v0.3.0
SeisRequests v0.2.3
This release fixes a bug parsing text-formatted FDSNWS requests and drops support for older versions of Julia. You now need to be using at least Julia v1.6.
SeisRequests v0.2.2
This major point release adds a new high-level interface and a dependency on Seis.jl.
Now available are the commands get_events
, get_stations
, get_data
which respectively retrieve information from servers about earthquakes as Seis.Event
s, stations or channels as Seis.Station
s and waveform data as Seis.Trace
s.