A Regionally-adapted Implementation Of Conservation Agriculture Delivers Rapid Improvements To Soil Properties Associated With Crop Yield Stability
Department of Agriculture
@usgov.usda_gov_a_regionally_adapted_implementation_of_conser_c4ca0ff9
Department of Agriculture
@usgov.usda_gov_a_regionally_adapted_implementation_of_conser_c4ca0ff9
Maize and soybean yield data set for Precision Zonal Management (PZM) project from 2012-2015. Project compared chisel plow tillage against ridge tillage (PZM) systems, with and without winter cereal rye cover crops. Experimental sites in four US states: IL, MI, MN and PA. Data set provides plot-level yield data (kg/ha) for each site-year and for both crops.
File also contains data set of maize and soybean yield stability, with soil properties measured in 2015 (end of experimental period) and delta values (values in 2015 minus values prior to experiment establishment in 2011).
Resources in this dataset:
File Name: PZM_yields_stability_soil.xlsx
Resource Description: Data files combined into a single excel document.
File Name: PZM_data_dictionary.csv
File Name: PZM_Yields.csv
File Name: PZM_stable_soil.csv
Organization: Department of Agriculture
Last updated: 2024-03-30T10:55:31.694945
Tags: ars, conservation-agriculture, cover-crops, data-gov, maize-yield-stability, reduced-tillage, soil-organic-matter, soybean-yield-stability
CREATE TABLE pzm_stable_soil (
"location" VARCHAR,
"tillage" VARCHAR,
"cover_trt" VARCHAR,
"depth" VARCHAR,
"crop" VARCHAR,
"yield" DOUBLE,
"cv" DOUBLE,
"myp" DOUBLE,
"om_2015" DOUBLE,
"cec_2015" DOUBLE,
"ph_2015" DOUBLE,
"phosphorus_2015" DOUBLE,
"potassium_2015" DOUBLE,
"calcium_2015" DOUBLE,
"magnesium_2015" DOUBLE,
"d_om" DOUBLE,
"d_cec" DOUBLE,
"d_ph" DOUBLE,
"d_p" DOUBLE,
"mean_vmc" DOUBLE,
"meant" DOUBLE
);CREATE TABLE pzm_yields (
"location" VARCHAR,
"yr" BIGINT,
"crop" VARCHAR,
"plot" BIGINT,
"block" BIGINT,
"tillage" VARCHAR,
"cover_trt" VARCHAR,
"yield" BIGINT
);Anyone who has the link will be able to view this.