-
Notifications
You must be signed in to change notification settings - Fork 13
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
An error occurred while running the perform_PCA function #34
Comments
hi @liliy182 ,
I suggest that you remove sf, and install the previous version using |
Thanks for the suggestion, I followed your method to install the sf package, but it is still the same error message, the problem does not seem to be solved,I'm wondering if it has something to do with my r version, my R version is 4.4.2 and Rtools version is 4.4 |
hi @liliy182 , |
Thanks for the reminder,I've restarted R and made sure I have installed sf v1.0-18 correctly,but it is still the same error message. |
the bug should be fixed in v1.14.5 |
hi jbferet |
When I run the following piece of code with sample data:
PCA_Output <- perform_PCA(Input_Image_File = Input_Image_File,
I get the following error:
[1] "Extract pixels from the images to perform PCA on a subset"
错误: lexical error: invalid char in json text.
Driver: ENVI/ENVI .hdr Labelled
(right here) ------^
此外: 警告信息:
In CPL_gdalinfo(if (missing(source)) character(0) else source, options, :
GDAL Error 1: Zero positional arguments expected
I've tried to convert the sample data to ENVI format, but it still doesn't work
The text was updated successfully, but these errors were encountered: