{ "cells": [ { "cell_type": "markdown", "id": "59a66a22", "metadata": {}, "source": [ "# Retrieve BRO data for a given study area\n", "\n", "This example demonstrates how you can retrieve all available BRO data with GeoST for any given study area. This can be necessary for example when you need to analyse the available subsurface data around a dike section. The dike section you need to analyse is available in a shapefile format (or any other geospatial format). This shapefile can be used to directly retrieve all the available subsurface data via the BRO REST-API. The example below briefly shows how this can be done.\n", "\n", "The BRO contains five main sources of subsurface data: \n", "\n", "- Geological boreholes (BHR-G objects)\n", "- Geotechnical boreholes (BHR-GT objects)\n", "- Pedological boreholes (BHR-P objects)\n", "- Cone Penetration Tests (CPT objects)\n", "- Pedological soilprofile descriptions (SFR objects)\n", "\n", "Any of the above data sources can be downloaded using the [`bro_api_read`](../api_reference/generated/geost.bro_api_read.rst) function that is available in GeoST. This results in GeoST `Collection` instances which hold the data and that allow for further analysis. We will begin with the necessary imports and we'll use an example dike section on the south side of the Lek river (available from GeoST). The location is shown in the interactive map below." ] }, { "cell_type": "code", "execution_count": 1, "id": "f52739fb", "metadata": {}, "outputs": [ { "data": { "text/html": [ "