Skip to content

TP-1

{
  "metadata": {
    "test_id": "TP-1",
    "project_id": "ABC-12345",
    "project_name": "gINT Example",
    "client": "ABC Corporation",
    "contractor": "AAAAA Drilling, Inc.",
    "engineer": "A. Bore / Y. Me",
    "location": "Somewhere, SOMEPLACE",
    "method": "Backhoe",
    "remarks": "Weather:  Warm, sunny, slight westerly wind.",
    "surface_elevation": 37.65,
    "date_start": "2002-11-21",
    "date_end": "2002-11-21"
  },
  "strata": [
    {
      "depth_top": 0.0,
      "depth": 1.25,
      "hatch": "GW-GC",
      "description": "Gray-brown clayey sandy gravel, medium dense to dense, moist to wet, gravels subrounded up to 2\" diameter"
    },
    {
      "depth_top": 1.25,
      "depth": 3.0,
      "hatch": "SC",
      "description": "Brown clayey sand, medium stiff, moist"
    },
    {
      "depth_top": 2.75,
      "description": "grades more clayey"
    },
    {
      "depth_top": 3.0,
      "depth": 4.0,
      "hatch": "CL",
      "description": "Blue-gray sandy clay, medium stiff, moist"
    }
  ],
  "samples": [
    {
      "depth_top": 0.3,
      "depth": 0.9,
      "sample": "1",
      "sampler_type": "GB"
    },
    {
      "depth_top": 1.5,
      "depth": 2.1,
      "sample": "2",
      "sampler_type": "GB"
    },
    {
      "depth_top": 3.0,
      "depth": 3.45,
      "sample": "3",
      "sampler_type": "GB"
    }
  ]
}