Skip to content

GintBorehole

{
  "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": "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.55,
      "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": "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": "RECOVERY (%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "samples",
        "text_field": "recovery",
        "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": "POCKET PEN.\n(kPa)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "unconfined_compressive_strength_pocket_penetrometer",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "DRY UNIT WT.\n(Mg/m3)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "{dry_density:.2f}",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "MOISTURE\nCONTENT (%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "water_content",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "LIQUID\nLIMIT (%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "liquid_limit",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "PLASTIC\nLIMIT (%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "plastic_limit",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "PLASTICITY\nINDEX (%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "plasticity_index",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    },
    {
      "title": {
        "title": "FINES\n(%)",
        "rotation": "vertical"
      },
      "width_ratio": 0.3,
      "model": {
        "column_type": "text",
        "data_source": "specimens",
        "text_field": "fines_content",
        "y_top_field": "depth_top",
        "y_bottom_field": "depth",
        "parameters": {
          "horizontal_alignment": "center"
        }
      }
    }
  ]
}