-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'EVALID' not found error using 'readFIA' from file & using 'getFIA' for multiple states #35
Comments
Yes, I got the same error. |
Could you provide a reproducible example of your code and The error message looks like it is syntax so this will help with whether it is the evaluation of the code you’ve input or the underlying function code. |
My code: library(rFIA) getwd() My sessionInfo: R version 4.2.0 (2022-04-22 ucrt) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
and it shows following error: Error in |
Believe I have this fixed. Datamart is now distributing csv's again, but all variable names are now lowercase (previously all uppercase). Easy fix, but I haven't had time to test thoroughly yet. Can you please re-install from GitHub w/ Thanks for reaching out, and thanks for jumping in here (+ other threads) @whalend. I apologize for the (severely) delayed replies on here. Doing my best to keep up. |
Thank you for the quick reply! |
Ok cool - I've heard we're still having issues reading multiple states simultaneously, so I'll work on that tonight and follow up then. |
Tried to read in FIA data from my local computer by pointing to the directory containing .csv files for a single state, and by downloading the data via 'getFIA'. Both throw errors: 'object 'EVALID' not found'. Tried multiple states (always just one at a time) - MI, WI, and IN, and got the same.
Thanks for making this helpful package!
The text was updated successfully, but these errors were encountered: