From c931c323236072a27a4c2bff688eefe1d1d57397 Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:16:10 +0100 Subject: [PATCH] Update Zenodo links to the generic doi --- README.md | 4 ++-- analysis/04_create_zenodo_upload.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bec4d80..8780ee9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/analysis/04_create_zenodo_upload.R b/analysis/04_create_zenodo_upload.R index dcde9fe..899a666 100644 --- a/analysis/04_create_zenodo_upload.R +++ b/analysis/04_create_zenodo_upload.R @@ -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/"