-
Notifications
You must be signed in to change notification settings - Fork 1
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
Examples of data/code access failures #30
Labels
Comments
Assigned to ICCS Summer School milestone. |
rolyp
changed the title
Documenting data-/code-access failures for presentations etc.
Examples of data/code access failures
May 4, 2024
There may be a Climate Informatics 2024 position/commentary paper on reproducibility towards the end of the year, for which some of these examples might be useful. |
Migrating to discussion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a living issue documenting failures to get our hands on (meaningful/useful) data and code that are supposedly open.
Data-access issues
Several problems related to #20
.xlsx
files. But the Excel files don’t contain raw data; they contain data that can be mapped 1:1 with the final visualisation, as seen below:read.csv()
. So, I opened the files in LibreOffice, only to find that – much like the previous case – the data are merely mapped 1:1 with the visualisation:Code-access issues
Minor issues relating to alternative visualisations for #20
However, running the second notebook proved problematic. Initially,mplotutils
could not be installed, but it turns out that’s because the package isn’t available on PyPI or conda-forge: https://github.com/mathause/mplotutils/blob/main/docs/installation.mdAfter gettingmplotutils
to run, the next issues were with theutils
anddata_tables
packages. It doesn’t appear that the former is https://pypi.org/project/utils/ and the latter cannot be found. I have contacted the author of the Jupyter Notebook (Mathias Hauser at ETH Zurich) to ask for help.environment.yml
file for building aconda
environment. Will explore later and report back.The text was updated successfully, but these errors were encountered: