Auxiliary data files for use with CarboKitten.
The CarboKitten packge has convenience functions to load external data sets like eustatic sea level and insolation curves. These files are stored in this separate repository for use with Julia's Artifact
API.
Contents:
- Cenozoic sea-level curve by Miller 2020.
- Sea-level curve for reproducing Bosscher & Schlager 1992 (including subsidence), extracted from a plot in that paper.
The CarboKitten package references specific versions of this data, so that runs are always reproducible. We need hashes of the contents of this repository. From Julia's documentation:
using Tar, Inflate, SHA
filename = "CarboKittenData.tar.gz"
println("sha256: ", bytes2hex(open(sha256, filename)))
println("git-tree-sha1: ", Tar.tree_hash(IOBuffer(inflate_gzip(filename))))
- Add the data to this repository.
- Create a new release of
CarboKittenData
. - Refer to the newly released dataset in CarboKitten's
Artifact.toml
. - Create a new release of
CarboKitten.jl
.
Integrate with Zenodo.