Data From: Topographic Position Index Predicts Within-field Yield Variation In A Dryland Cereal Production System
Department of Agriculture
@usgov.usda_gov_data_from_topographic_position_index_predicts_5803474e
Department of Agriculture
@usgov.usda_gov_data_from_topographic_position_index_predicts_5803474e
CREATE TABLE modeling_data (
"easting_utm13n" DOUBLE,
"northing_utm13n" DOUBLE,
"yield_kg_ha" DOUBLE,
"crop" VARCHAR,
"year" BIGINT,
"rotation" VARCHAR,
"field" VARCHAR,
"elev" DOUBLE,
"twi" DOUBLE,
"psri" DOUBLE,
"curv" DOUBLE,
"slope" DOUBLE,
"tpi" DOUBLE,
"roughness" DOUBLE,
"sand_percent" DOUBLE,
"carbon_percent" DOUBLE,
"n_kg_ha" DOUBLE,
"p_spring_mm" VARCHAR,
"spei3_prior_sep" VARCHAR,
"p_summer_mm" VARCHAR,
"spei3_jun" VARCHAR
);
CREATE TABLE data_dictionary (
"column_name" VARCHAR,
"unit" VARCHAR,
"descriptions" VARCHAR,
"code_definition" VARCHAR,
"unnamed_4" VARCHAR
);
Anyone who has the link will be able to view this.