Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Martí Bosch 4ad4a0209a
updated invest notebook with explanations
5 years ago
80ec798bfc
init DVC DigitalOcean Spaces remote
5 years ago
3aae43982b
added coeff tables data
5 years ago
da1147098a
initial commit
5 years ago
da1147098a
initial commit
5 years ago
4ad4a0209a
updated invest notebook with explanations
5 years ago
90b2bf7f5a
added assemble ldf step
5 years ago
65ea0abfe5
added elevation step
5 years ago
da1147098a
initial commit
5 years ago
4ad4a0209a
updated invest notebook with explanations
5 years ago
e326f56e1d
added merge-clip-reclassify step
5 years ago
eb2e93b709
added orgsoil step
5 years ago
f9270945f7
added prodreg step
5 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Evaluation of the carbon sequestration for the canton of Vaud

Analysis DAG

TODO

Instructions to reproduce the repository

Preparing the environment

  1. Create the conda environment

     # the environment's name will be `carbonseq_vaud`
     conda env create -f environment.yml
    
  2. Configure your S3 profile (credentials, region and endpoint URL)

  3. Enter the fresh environment

     conda activate carbonseq_vaud
    
  4. Already within the environment, make it available as a jupyter kernel as in:

     python -m ipykernel install --user --name carbonseq_vaud --display-name "Python (carbonseq_vaud)"
    

Reproducing

  1. From the repository's root, create a folder named papermill_outputs

  2. Pull the data from the dvc remote

     dvc pull
    
  3. Reproduce the land data frame

     dvc repro data/vaud_ldf.csv.dvc
    

Now you can execute the Notebook invest.ipynb

Tip!

Press p or to see the previous file or, n or to see the next file

About

Evaluation of the carbon sequestration for the canton of Vaud

Collaborators 1

Comments

Loading...