ltes

Long Term Experiments in ERA

https://github.com/eragriculture/ltes

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Long Term Experiments in ERA

Basic Info
  • Host: GitHub
  • Owner: ERAgriculture
  • License: gpl-3.0
  • Default Branch: main
  • Size: 9.9 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Long-term experiments in agronomy dataset & analysis: Part of the ERA data ecosystem

Welcome to the ERA LTEs Analysis Repository, part of the Excellence in Agronomy Initiative (EiA). This repository contains R code and a vignette for analyzing the performance of long-term agronomic experiments (LTEs). The primary focus is on integrating climate data to explore the impact of climate on experimental outcomes, such as yield and economic performance.

The dataset contains 34815 individual outcomes from 181 long-term experiments (LTEs) derived from 211 unique publications. These come from 260 sites in 28 countries. The average number of observations per study is 99 and the average duration of LTEs is 13.5 years.

duration location

LTES cover a range of agronomic management practices and experimental outcomes:

outcomes practices

Purpose

The purpose of this repository is to: - Provide access to a large synthesis dataset of harmonized agronomic LTEs. - Analyze and visualize the performance of LTEs using robust statistical and geospatial methods. - Investigate the impact of climate variables on LTE outcomes. - Provide a systematic mapping and meta-analysis framework for agricultural research.


Contents

Repository Structure

  • ERA_ltes.Rproj: The R project file for organizing and managing the repository.
  • era_ltes.Rmd: The main vignette file providing an in-depth guide to analyzing LTEs.
  • downloaded_data: Folder for data files that are downloaded by running the era_ltes.Rmd, including LTE and climate datasets.

Features

  1. Vignette:

    • The vignette (era_ltes.Rmd) includes:
      • Exploration of LTE data from the ERA database.
      • Visualization of geographic distribution, practices, and outcomes in LTEs.
      • Systematic mapping of LTE durations and measured outcomes.
      • Methods to integrate and analyze climate data.
  2. Integration with Climate Data:

    • Analyzes how climatic factors such as precipitation and temperature influence LTE outcomes.
    • Provides interactive tools to visualize climate trends and anomalies alongside LTE data.
  3. Systematic Mapping and Meta-Analysis:

    • Frameworks to study the relationships between agricultural practices and outcomes.
    • Utilizes statistical and geospatial approaches to gain insights into LTE contributions.

How to Use

To explore the data and analyses, open the era_ltes.Rmd file in RStudio and knit the document. This will generate an HTML report with comprehensive visualizations and insights.

Note that the climate data code block line POWER.CHIRPS <- arrow::open_dataset("s3://digital-atlas/era/geodata/POWER.CHIRPS.parquet") is connecting to a large cloud stored parquet file,it can take several minutes for this file to load even with a fast connection, please be patient.


Data Sources

This repository uses the following data sources: - ERA Dataset: A compilation of LTEs focused on agricultural practices and their outcomes across various geographies. - Climate Data: Integrated climate datasets from NASA POWER and CHIRPS.

- The dataset is available at this cloud storage address s3://digital-atlas/era/data/. LTE data is contained in a series of tables within an .RData object. The naming convention of the object is industrious_elephant_2023-YYYY-MM-DD.RData where YYYY-MM-DD indicate the production date of the most recent version of the data (e.g. industrious_elephant_2023-2025-01-10.RData).

Links


Team

This project is led and implemented by the Climate Action Lever of the Alliance of Bioversity International and CIAT.


License

This project is licensed under the GPL-3.0 License.


Acknowlegements

This work is supported under the Climate area of work within the CGIAR Excellence in Agronomy Initiative. EiA has funded the extraction and integration of LTE data.


Logos

Owner

  • Name: ERA
  • Login: ERAgriculture
  • Kind: organization

Evidence for Resilient Agriculture (ERA) is a platform that delivers data and tools designed to pinpoint what agricultural technologies work where.

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Steward
    given-names: Peter
    orcid: https://orcid.org/0000-0003-3985-4911
    affiliation: Alliance of Bioversity International and CIAT
  - family-names: Rosenstock
    given-names: Todd
    orcid: https://orcid.org/0000-0002-1958-9500
    affiliation: Alliance of Bioversity International and CIAT
  - family-names: Youngberg
    given-names: Brayden
    affiliation: Alliance of Bioversity International and CIAT
  - family-names: Joshi
    given-names: Namita
    orcid: https://orcid.org/0009-0006-1473-7718
    affiliation: Alliance of Bioversity International and CIAT
  - family-names: Muller
    given-names: Lolita
    affiliation: Alliance of Bioversity International and CIAT
title: CGIAR Excellence in Agronomy Long-Term Experiments Analysis Tool
version: v1.0.0
date-released: 2025-01-10
doi: 10.5281/zenodo.1234567 # Replace with your actual DOI
repository-code: https://github.com/EiA2030/ERA_ltes
keywords:
  - Climate Adaptation
  - Long-Term Experiments
  - Agronomy
  - Data Analysis
  - CGIAR

GitHub Events

Total
  • Public event: 1
  • Push event: 9
Last Year
  • Public event: 1
  • Push event: 9