Data From: Soil PH And Exchangeable Cation Responses To Tillage And Fertilizer In Dryland Cropping Systems
Department of Agriculture
@usgov.usda_gov_data_from_soil_ph_and_exchangeable_cation_res_49ccbad1
Department of Agriculture
@usgov.usda_gov_data_from_soil_ph_and_exchangeable_cation_res_49ccbad1
CREATE TABLE ctcs_contcrop_soilchem_metadata (
"attribute" VARCHAR,
"description" VARCHAR,
"units" VARCHAR,
"note" VARCHAR
);
CREATE TABLE ctcs_cropfal_soilchem_data (
"study" VARCHAR,
"block" BIGINT,
"plot" BIGINT,
"rep" BIGINT,
"rotn" VARCHAR,
"seq" VARCHAR,
"tillage" VARCHAR,
"nrate" VARCHAR,
"depth" VARCHAR,
"n_99_ph" DOUBLE,
"n_99_nacmol" DOUBLE,
"n_99_kcmol" DOUBLE,
"n_99_mgcmol" DOUBLE,
"n_99_cacmol" DOUBLE,
"n_99_sumcat" DOUBLE,
"n_83_ph" DOUBLE,
"n_83_nacmol" DOUBLE,
"n_83_kcmol" DOUBLE,
"n_83_mgcmol" DOUBLE,
"n_83_cacmol" DOUBLE,
"n_83_sumcat" DOUBLE,
"delta_ph" DOUBLE,
"delta_nacmol" DOUBLE,
"delta_kcmol" DOUBLE,
"delta_mgcmol" DOUBLE,
"delta_cacmol" DOUBLE,
"delta_sumcat" DOUBLE
);
CREATE TABLE ctcs_cropfal_soilchem_metadata (
"attribute" VARCHAR,
"description" VARCHAR,
"units" VARCHAR,
"note" VARCHAR
);
Anyone who has the link will be able to view this.