Open Hrishi1909 opened 2 years ago
Hi @Hrishi1909 -
Please try using this URL: https://earthquake.usgs.gov/fdsnws/event/1/
this link works but the it gives this error . any idea why? Error in scan(datarequests[1], list(time = "", latitude = 0, longitude = 0,
scan() expected 'a real', got 'reviewed'
this is my code `source("searchcomcat.R")
comcatdata <- comcathypocsv(minmagnitude=3)`
@mhearne-usgs any ideas?
I simply make alternate for scan function in line 198 `data <-read.csv(datarequests[1])
and line 202
data2 <-read.csv(datarequests[i])
` Now the file works well on a first look
Hey just trying to implement it but found out this :- http://comcat.cr.usgs.gov/fdsnws/event/1/ is not working ? any idea why?