Skip to content

MindTheGap-ERC/CarboKittenData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarboKittenData

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:

Artifacts in Julia

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))))

Adding new data

  1. Add the data to this repository.
  2. Create a new release of CarboKittenData.
  3. Refer to the newly released dataset in CarboKitten's Artifact.toml.
  4. Create a new release of CarboKitten.jl.

Todo

Integrate with Zenodo.