Skip to content

GintEnvironmental

{
  "figure": {
    "title": "LOG OF BORING {test_id}",
    "y_values_per_page": 10
  },
  "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": "BLOW\nCOUNTS\n(N VALUE)",
        "rotation": "vertical"
      },
      "width_ratio": 0.55,
      "model": {
        "data_source": "spt",
        "text_field": "reported_blow_count",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "column_type": "text",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "ENVIRONMENTAL\nDATA",
        "rotation": "vertical"
      },
      "width_ratio": 0.6,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "environmental_data",
        "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": 3.65,
      "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": {}
      }
    },
    {
      "title": {
        "title": "WELL DIAGRAM"
      },
      "width_ratio": 1.7,
      "model": {
        "column_type": "graphic",
        "data_source": "well",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "hatch_field": "hatch",
        "text_field": "text",
        "pointer_field": "pointer",
        "width_factor": 0.3,
        "horizontal_borders": false
      }
    }
  ]
}