-
Notifications
You must be signed in to change notification settings - Fork 0
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
Possible issues with bringing sapfluxnetQC1 up to date #47
Comments
For the taxonomy, check the packages I mention in issue #46 |
Deprecated packages (sp, rgeos...) fixed. A lot of tests failing, due to different reasons (tests based in removed packages and output, tests issuing unexpected warnings due to deprecation notices, tests failing for changed behaviours in dependencies). Working on it. |
All tests passing :) |
All the QC1 and QC2 works fine with ESP_VAL_SOR test dataset. |
I've included a check to determine if the coordinates are on land. However, @MalditoBarbudo, I'm not sure how to include a test process. |
test: 'wrong coordinates are plotted correctly' doesn't work properly. I'm not saving the coordinates plots now, just printed in the report. |
I've been looking at the changes, and after all the process, new messages are shown when the plot is located in water. In the |
Not sure what is happening here, but changes were made to the plot code as well as forcing the plot argument. Could be worth to check the code there. |
I successfully used the 'devel' QC1 with GBR_DEV_* datasets! @vflo |
@rafapoyatos |
sapfluxnetQC1
is based insp
,rgdal
andrgeos
when using spatial objects (coordinate checks...). This will likely fail in a recent R installation.rgeos
is also retired.GSODRdata
package used to get wordclim values at the nearest stations has been retired. We need a new way to obtain these values to calculate the site biome.tpl
package for fixing species names is also unmaintaned, we need to implement an alternativeSfnData
class must be fixed, as some of them fail (i.e.[
). Or, just implement the class insapfluxnetr
here, if trivial.The text was updated successfully, but these errors were encountered: