Skip to content

Commit

Permalink
Merge pull request #102 from geco-bern/update-zenodo
Browse files Browse the repository at this point in the history
Update Zenodo links to the generic doi
  • Loading branch information
fabern authored Nov 5, 2024
2 parents c365a11 + c931c32 commit e0223b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project is the framework used to create the LEMONTREE "flux data kit", a dataset with consistent model data for use and re-use. In the interest of consistency across the community we re-use the PLUMBER-2 framework, with a few exceptions. The PLUMBER-2 framework generated consistent gap filled data for land surface modelling. We use the same methods (from the underlying FluxnetLSM package), to provide an expanded dataset covering more sites and site years.

The data is generated using a set workflow and new releases are generated using this workflow when considerable data additions are made available. **The final data products are deposited on [Zenodo](https://doi.org/10.5281/zenodo.12092555).**
The data is generated using a set workflow and new releases are generated using this workflow when considerable data additions are made available. **The final data products are deposited on [Zenodo](https://doi.org/10.5281/zenodo.10885933).**

- See [here](https://geco-bern.github.io/FluxDataKit/articles/01_setup.html) for references to original data sources used for creating the FluxDataKit data product.
- See [here](https://geco-bern.github.io/FluxDataKit/articles/02_data_coverage.html) for an overview of data coverage.
Expand Down Expand Up @@ -70,7 +70,7 @@ For machine learning or other modelling purposes, we provide ancillary MODIS bas

## Data and code availabilty

Data releases are made public via a Zenodo archive at [https://doi.org/10.5281/zenodo.12092555](https://doi.org/10.5281/zenodo.12092555). The processing workflow relies on the `FluxDataKit` R package and a [workflow described in the repository](https://github.com/geco-bern/FluxDataKit/tree/main/analysis).
Data releases are made public via a Zenodo archive at [https://doi.org/10.5281/zenodo.10885933](https://doi.org/10.5281/zenodo.10885933). The processing workflow relies on the `FluxDataKit` R package and a [workflow described in the repository](https://github.com/geco-bern/FluxDataKit/tree/main/analysis).

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion analysis/04_create_zenodo_upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Compressed data should be uploaded to
# the Zenodo repository:
# https://zenodo.org/record/7258291
# https://doi.org/10.5281/zenodo.10885933

input_path <- "/data_2/FluxDataKit/v3.4/"
tmp_path <- "/data_2/FluxDataKit/v3.4/zenodo_upload/"
Expand Down

0 comments on commit e0223b3

Please sign in to comment.