iris-edu / gmv

The Python code for the IRIS DMC's Ground Motion Visualization (GMV) data product. GMV is a video-based IRIS DMC data product that illustrates how seismic waves travel away from an earthquake location by animating the normalized recorded wave amplitudes at each seismometer location using colored markers.
http://ds.iris.edu/ds/products/gmv/
Other
10 stars 3 forks source link

https: is not a valid URL. #1

Open fontiela opened 2 years ago

fontiela commented 2 years ago

When I run GMV using AM network (RaspberryShake) I get the following error: from RASPISHAKE_0 (https:/) failed: The FDSN service base URL `https:` is not a valid URL.

likely the error cause is in the file located at http://service.iris.edu/irisws/fedcatalog/1/datacenters where raspberryshake URL is a secure one instead of a regular http: .

manoch-iris commented 2 years ago

Hi @fontiela, Would you please send me the run command you are using and also run the GMV code in the verbose mode (-v) and forward me the output of the code? Thanks!