Skip to content

Releases: anowacki/SeisRequests.jl

SeisRequests version 0.3.2

19 Mar 17:12

Choose a tag to compare

The release changes the default event server as Earthscope will stop serving event requests in June 2026. Instead, requests using get_event now go by default to the USGS's server at https://earthquake.usgs.gov.

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #27
  • CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) by @github-actions[bot] in #26
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #28
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #29
  • Update IRIS references to be to Earthscope by @anowacki in #30
  • Change default event request server by @anowacki in #31

Full Changelog: v0.3.1...v0.3.2

SeisRequests v0.3.0

22 Jan 16:36

Choose a tag to compare

This breaking changes stores sensor burial depth in the station.meta.burial_depth entry rather than in the station.dep field.

SeisRequests v0.2.3

09 Mar 20:48

Choose a tag to compare

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

06 Aug 12:12

Choose a tag to compare

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.Events, stations or channels as Seis.Stations and waveform data as Seis.Traces.