Data From: Crop- And Weather-dependent Yield And Wind Erosion Benefits From A Conservation Practices System
Department of Agriculture
@usgov.usda_gov_data_from_crop_and_weather_dependent_yield_an_afffeaa0
Department of Agriculture
@usgov.usda_gov_data_from_crop_and_weather_dependent_yield_an_afffeaa0
CREATE TABLE h5_i2_2016_2021_daily_weather (
"location" VARCHAR,
"year" BIGINT,
"field" VARCHAR,
"crop" VARCHAR,
"date" BIGINT,
"doy" BIGINT,
"sol_rad_mj_m2_d" DOUBLE,
"t_min_c" DOUBLE,
"t_max_c" DOUBLE,
"pcpn_mm_d" DOUBLE,
"rh_f" DOUBLE,
"wind_spd_m_s" DOUBLE
);
CREATE TABLE h5_i2_2019_2022_hand_harvest (
"date" TIMESTAMP,
"doy" BIGINT,
"year" BIGINT,
"crop" VARCHAR,
"site" VARCHAR,
"treatment" VARCHAR,
"rep" BIGINT,
"sample" BIGINT,
"site_rep" VARCHAR,
"percent_h2o" DOUBLE,
"agb_g_m2" BIGINT,
"grain_yield_g_m2" BIGINT,
"grain_yield_kg_ha" DOUBLE,
"stover_g_m2" BIGINT,
"harvest_index" DOUBLE
);
CREATE TABLE i2_cc_agb_2020_2022 (
"study" VARCHAR,
"site" VARCHAR,
"siteid" VARCHAR,
"date" VARCHAR,
"trt" VARCHAR,
"cc_agb" VARCHAR
);
Anyone who has the link will be able to view this.