trashbirdecology / bbsAssistant

An R package for downloading and handling data and information from the North American Breeding Bird Survey.
Creative Commons Zero v1.0 Universal
27 stars 13 forks source link

Minor release update: update links to reflect new release in ScienceBase #96

Closed trashbirdecology closed 3 years ago

trashbirdecology commented 4 years ago

Need to update the links to the new ScienceBase records.

AdamCSmithCWS commented 3 years ago

I gather you're working on this, but just in case, the ftp site seems to have been removed. The ScienceBase version seems to be the only access-point now. E.g., I'm getting this error when trying to download:

bbs<- bbsAssistant::quick_get_bbs(state.names = c("Florida", "Nebraska"), overwrite.bbs = FALSE, overwrite.routes = FALSE, get.conditions = TRUE, overwrite.conditions = FALSE) # get weather conditions, does not overwrite

trying URL 'ftp://ftpext.usgs.gov/pub/er/md/laurel/BBS/DataFiles/States/Florida.zip' Error in download.file(url = urls[i], destfile = fn.local) : cannot open URL 'ftp://ftpext.usgs.gov/pub/er/md/laurel/BBS/DataFiles/States/Florida.zip' In addition: Warning message: In download.file(url = urls[i], destfile = fn.local) : InternetOpenUrl failed: ''

trashbirdecology commented 3 years ago

Thanks, Adam, I was not aware of the move to ScienceBase earlier.

trashbirdecology commented 3 years ago

Resolved.