Software sustainability of global impact models (Dataset and analysis script)
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/10245636
下载链接
链接失效反馈官方服务:
资源简介:
slocount.py: This script calculates the number of comment lines, total lines of code (TLOC) and source lines of code (SLOC). It uses a code line counter developed by Ben Boyter, which must be installed (https://github.com/boyter/scc.). The source code links to the global impact models (GIMs) can be found in the 'ISIMIP_models.xlsx' file.
active_dev.py: This script plots the number of active developers for each GIM across 10 sectors. It utilizes data from the 'active_dev.csv' file, which lists the GIMs and their respective number of developers.
cocomo.py: This script estimates the effort required for software development using the methodology proposed by Sachan et al. 2016 (https://doi.org/10.1016/j.procs.2016.06.107). It also generates plots for these estimates.
comment_density_modularity.py: This script calculates the comment density and evaluates the modularity of the modules. It also produces plots for these metrics.
code_standard.py: This script uses Pylint (https://pylint.readthedocs.io/en/latest/user_guide/usage/output.html) to check if the source code, either in part or in its entirety, adheres to the PEP8 coding standard. It also generates lint scores for the source code.
line_count.zip: This file contains the results of counting the number of comment lines, TLOC and SLOC for each GIM.
lint_score.zip: This file contains the results of running pylint on GIMs that include Python in their source code. Results also include lint score per GIM
创建时间:
2024-09-20



