I was able to use download_catch_rates to get the WCGBTS data earlier this week, but today I get an error.
d <- download_catch_rates(survey="WCGBTS", add_zeros=FALSE, species_set=10)
Using that, I get:
Obtaining data for WCGBTS survey...
Downloading all WCGBTS catch-rate data for 2003 from NWFSC database: https://www.nwfsc.noaa.gov/data/
Error in open.connection(con, "rb") : HTTP error 400.
Does this mean that the server changed its API? Any ideas?
I was able to use
download_catch_ratesto get the WCGBTS data earlier this week, but today I get an error.d <- download_catch_rates(survey="WCGBTS", add_zeros=FALSE, species_set=10)Using that, I get:
Does this mean that the server changed its API? Any ideas?