Skip to content

GintTestPit

{
  "figure": {
    "title": "LOG OF TEST PIT {test_id}",
    "y_values_per_page": 5
  },
  "column_headers": {
    "size": "10%"
  },
  "columns": [
    {
      "title": {
        "title": "DEPTH (m)",
        "rotation": "vertical"
      },
      "width_ratio": 0.35,
      "model": {
        "column_type": "axis"
      }
    },
    {
      "title": {
        "title": "SAMPLER",
        "rotation": "vertical"
      },
      "width_ratio": 0.15,
      "model": {
        "column_type": "graphic",
        "data_source": "samples",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "hatch_field": "sampler_type"
      }
    },
    {
      "title": {
        "title": "SAMPLER TYPE\nNUMBER",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "samples",
        "text_field": "{sampler_type}\n{sample}",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "GRAPHIC\nLOG",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "graphic",
        "data_source": "strata",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "hatch_field": "hatch"
      }
    },
    {
      "title": {
        "title": "MATERIAL DESCRIPTION"
      },
      "width_ratio": 5.1499999999999995,
      "model": {
        "column_type": "text",
        "data_source": "strata",
        "text_field": "{depth_top:.2f}m\n{description}",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {}
      }
    }
  ]
}