Skip to content

Releases: EarthScope/fetch-scripts

FetchData-2025.126

06 May 15:21

Choose a tag to compare

Changes to support Strawberry Perl on Windows suggested by menke at ldeo (thank you):

  • Use usleep() instead of nanosleep()
  • Add ":raw" to output file handles for binary writing

FetchEvent-2024.113

22 Apr 22:58

Choose a tag to compare

Remove the deprecated IRIS fdsnws-event service.

The script now defaults to the ISC fdsnws-event (https://www.isc.ac.uk/fdsnws-event/1) service and optionally can use the USGS fdsnws-event (https://earthquake.usgs.gov/fdsnws/event/1) service.

  • Change the default event source to the ISC fdsnws-event service.
  • Add support for the USGS FDSN fdsnws-event service using the -usgs or -U option.
  • Set PERL_LWP_SSL_VERIFY_HOSTNAME to 0 to allow encrypted connections without checking for valid certificate matching the expected hostname.
  • Allow -e end time specification to be an offset relative to the start time in the pattern #.#[SMHD], e.g. 30m, 1h, 2D, etc.