Skip to content

Commit

Permalink
two minor FDSN test fixes, just cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed May 15, 2015
1 parent 7d8170c commit 0769367
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions obspy/fdsn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,22 @@
>>> for key in sorted(URL_MAPPINGS.keys()):
... print("{0:<7} {1}".format(key, URL_MAPPINGS[key]))
BGR http://eida.bgr.de
ETH http://eida.ethz.ch
GEONET http://service.geonet.org.nz
GFZ http://geofon.gfz-potsdam.de
INGV http://webservices.rm.ingv.it
IPGP http://eida.ipgp.fr
IRIS http://service.iris.edu
KOERI http://eida.koeri.boun.edu.tr
LMU http://erde.geophysik.uni-muenchen.de
NCEDC http://service.ncedc.org
NEIP http://eida-sc3.infp.ro
NERIES http://www.seismicportal.eu
ODC http://www.orfeus-eu.org
ORFEUS http://www.orfeus-eu.org
RESIF http://ws.resif.fr
SCEC http://www.data.scec.org
USGS http://comcat.cr.usgs.gov
SCEDC http://service.scedc.caltech.edu
USGS http://earthquake.usgs.gov
USP http://sismo.iag.usp.br
(1) :meth:`~obspy.fdsn.client.Client.get_waveforms()`: The following example
Expand Down
4 changes: 2 additions & 2 deletions obspy/fdsn/tests/data/stations_by_latlon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>Antarctic Seismographic Argentinean Italian Network (ASAIN)</Description>
<TotalNumberStations>6</TotalNumberStations>
<SelectedNumberStations>1</SelectedNumberStations>
<Station code="ORCD" startDate="1997-03-01T00:00:00" endDate="2599-12-31T23:59:59" restrictedStatus="open" iris:alternateNetworkCodes="_FDSN-ALL,_REALTIME,.UNRESTRICTED">
<Station code="ORCD" startDate="1997-03-01T00:00:00" endDate="2599-12-31T23:59:59" restrictedStatus="open" iris:alternateNetworkCodes="_REALTIME,_FDSN-ALL,.UNRESTRICTED">
<Latitude>-60.7381</Latitude>
<Longitude>-44.7361</Longitude>
<Elevation>20.0</Elevation>
Expand All @@ -26,7 +26,7 @@
<Description>Global Seismograph Network (GSN - IRIS/IDA)</Description>
<TotalNumberStations>50</TotalNumberStations>
<SelectedNumberStations>1</SelectedNumberStations>
<Station code="HOPE" startDate="1996-12-10T00:00:00" endDate="2599-12-31T23:59:59" restrictedStatus="open" iris:alternateNetworkCodes="_CARIBE-EWS,_FDSN,_FDSN-ALL,_GSN,_GSN-BROADBAND,_LACSN,_REALTIME,_STS-1,.UNRESTRICTED">
<Station code="HOPE" startDate="1996-12-10T00:00:00" endDate="2599-12-31T23:59:59" restrictedStatus="open" iris:alternateNetworkCodes="_GSN-BROADBAND,_REALTIME,_GSN,_CARIBE-EWS,_FDSN-ALL,.UNRESTRICTED,_STS-1,_LACSN,_FDSN">
<Comment>
<Value>Day contains positive leap second (86401 s/day).</Value>
<BeginEffectiveTime>1998-12-31T00:00:00</BeginEffectiveTime>
Expand Down

0 comments on commit 0769367

Please sign in to comment.