You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there are problems on the USFS side. Manually navigating their DataMart 2.0 website to download an individual CSV, .zip, or SQLite is resulting in the 404 error as well.
Let them know it isn't working by emailing here: [email protected]
@araiho I think you'll want to install the rFIA to the development version because the naming convention of the CSV files was changed, which I think @hunter-stanke and/or others already addressed
devtools::install_github('hunter-stanke/rFIA')
That of course doesn't fix the data delivery error on the other end
Example for getFIA reads out
db <- getFIA(states = 'RI')
trying URL 'https://apps.fs.usda.gov/fia/datamart/CSV/RI.zip'
Error in download.file(url, temp) :
cannot open URL 'https://apps.fs.usda.gov/fia/datamart/CSV/RI.zip'
In addition: Warning message:
In download.file(url, temp) :
cannot open URL 'https://apps.fs.usda.gov/fia/datamart/CSV/RI.zip': HTTP status was '404 Not Found'
The text was updated successfully, but these errors were encountered: