MD Geological Survey Grabs
State of Maryland
@usgov.state_of_maryland_md_geological_survey_grabs
State of Maryland
@usgov.state_of_maryland_md_geological_survey_grabs
CREATE TABLE table_1 (
"the_geom" VARCHAR,
"gis_object_id" BIGINT,
"sample_id" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"easting" BIGINT,
"northing" BIGINT,
"time" VARCHAR,
"date" VARCHAR,
"mean_grain_size" DOUBLE,
"grab_sample_phi_values" DOUBLE,
"sediment_classification" VARCHAR,
"clay_and_slit_fraction" BIGINT,
"very_fine_sand_fraction" BIGINT,
"fine_sand_fraction" BIGINT,
"medium_sand_fraction" BIGINT,
"coarse_sand_fraction" BIGINT,
"very_coarse_sand_and_gravel_fraction" BIGINT,
"shell_fragments" BIGINT,
"large_shells_fragements" BIGINT,
"sea_floor_features" VARCHAR,
"sediment_water_interface_relief_v" DOUBLE,
"sediment_water_interface_relief_b" DOUBLE,
"bedforms" BIGINT,
"grain_roughness" BIGINT,
"biological_material_roughness" BIGINT,
"shell_roughness" BIGINT,
"image" VARCHAR,
"median_grain_size_of_sample" DOUBLE,
"percentage_of_sand_in_sample" DOUBLE,
"percentage_of_mud_in_sample" DOUBLE,
"type" VARCHAR,
"depth" DOUBLE,
"mean_size" DOUBLE,
"degree_of_sorting" DOUBLE,
"sample_skewness" DOUBLE,
"kurtosis" DOUBLE,
"percent_gravel" DOUBLE,
"percent_sand" DOUBLE,
"percent_silt" DOUBLE,
"percent_clay" DOUBLE,
"percent_mud" DOUBLE
);
Anyone who has the link will be able to view this.