Skip to content

Commit

Permalink
fix: change fdsnws url
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidni committed Aug 28, 2024
1 parent e688636 commit bf92cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/manual.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"max_latitude = 48\n",
"\n",
"min_magnitude = 0.5\n",
"url = 'http://arclink.ethz.ch/fdsnws/event/1/query'\n",
"url = 'http://eida.ethz.ch/fdsnws/event/1/query'\n",
"client = FDSNWSEventClient(url)\n",
"df = client.get_events(\n",
" start_time=start_time,\n",
Expand Down

0 comments on commit bf92cc8

Please sign in to comment.