Data From: Soil Hydrological Attributes Of An Integrated Crop-livestock Agroecosystem: Increased Adaptation Through Resistance To Soil Change
Department of Agriculture
@usgov.usda_gov_data_from_soil_hydrological_attributes_of_an__fbe3a752
Department of Agriculture
@usgov.usda_gov_data_from_soil_hydrological_attributes_of_an__fbe3a752
CREATE TABLE data_icl_treatments (
"year" BIGINT,
"time" VARCHAR,
"rep" BIGINT,
"forage" VARCHAR,
"grztrt" VARCHAR,
"zone" VARCHAR,
"meas" BIGINT,
"infil" DOUBLE
);
CREATE TABLE metadata_icl_treatments (
"attribute" VARCHAR,
"description" VARCHAR,
"units" VARCHAR,
"note" VARCHAR
);
CREATE TABLE data_icl_time (
"year" BIGINT,
"time" VARCHAR,
"rep" BIGINT,
"forage" VARCHAR,
"grztrt" VARCHAR,
"zone" VARCHAR,
"meas" BIGINT,
"infil" DOUBLE
);
CREATE TABLE metadata_icl_time (
"attribute" VARCHAR,
"description" VARCHAR,
"units" VARCHAR,
"note" VARCHAR
);
Anyone who has the link will be able to view this.