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
@vergauwenthomas I am now fairly confident that the software works as you have described.
I have a few requests regarding the article, particularly the section Technical implementation.
Further reading and citations needed here
Since MetObs-Toolkit implements quite a few methods, it would be important to link to other sources which may describe them in detail. If you think that these methods might be subject to change, it might be sufficient to cite the references in the online documentation and link this software paper to the documentation instead. See how scikit-image does it.
“55 to examine data types, irregular timestamps, max-min thresholds, repetitions criteria, spike tests, allowed variation in time windows and spatial tests” (Vergauwen et al., 2024, p. 3) (pdf)
These, IMHO, are quite involved methods. What are the formal basis behind these QC methods or are they based on intuition? Some reuses TITAN (titanlib) while the rest are implemented from the scratch (which means citing TITAN alone will not be sufficient). .
“59 ... gap filling is applied by using interpolation methods” (Vergauwen et al., 2024, p. 3) (pdf)
Gap filling and bias correction is another involved topic. What is the basis behind the methods used? Further reading and citations needed here.
When a reference is made to the documentation, there must be an online version-tracking of the documentation. In order to do that:
Build documentation on Read the docs
Build the docs for multiple versions (latest + major versions)
Update links to the documentation (point to rtd instead of the github.io)
adjust the main workflow (is there a rtd hook to implement?)
The text was updated successfully, but these errors were encountered:
See comment by @ashwinvis:
@vergauwenthomas I am now fairly confident that the software works as you have described.
I have a few requests regarding the article, particularly the section Technical implementation.
Further reading and citations needed here
Since MetObs-Toolkit implements quite a few methods, it would be important to link to other sources which may describe them in detail. If you think that these methods might be subject to change, it might be sufficient to cite the references in the online documentation and link this software paper to the documentation instead. See how scikit-image does it.
“55 to examine data types, irregular timestamps, max-min thresholds, repetitions criteria, spike tests, allowed variation in time windows and spatial tests” (Vergauwen et al., 2024, p. 3) (pdf)
These, IMHO, are quite involved methods. What are the formal basis behind these QC methods or are they based on intuition? Some reuses TITAN (titanlib) while the rest are implemented from the scratch (which means citing TITAN alone will not be sufficient). .
“59 ... gap filling is applied by using interpolation methods” (Vergauwen et al., 2024, p. 3) (pdf)
Gap filling and bias correction is another involved topic. What is the basis behind the methods used? Further reading and citations needed here.
When a reference is made to the documentation, there must be an online version-tracking of the documentation. In order to do that:
The text was updated successfully, but these errors were encountered: