8.4.1. Create a geologic model from a plan-view image

GIFtools can import a geologic image and convert it to a geology model. This allows one to create upper and lower bound models, build weights, and create physical property models based on the geology. This is particularly useful for inversion of multiple data types in the same area. Below are the steps create a geology model from a plan-view image.

In GIFtools, Import a geologic image. The image should have solid colours indicating geologic zones (see below for example). The algorithms developed in GIFtools will struggle if annotations are included in the image.

../../../_images/geology2.png

In this example, the image file is called “geology2.tif” and the world file is called “geology2.tifw”. We do not have a legend file so are not importing one. The topography for this is called “topography.dat”. We also import a 3D mesh (called “mesh.msh”) into the GIFtools project. The project tree looks like the following:

../../../_images/tree1.png

We can visualize the mesh, and then load in the topography and image over top:

../../../_images/mesh.png

Next, we need to define a legend for the image. If the legend file was not imported with the mesh, either import or create the image legend through the image menu. This file gives the ID and its corresponding colour code (RGB). In this example, we have to create the legend. The table then looks like:

../../../_images/table.png

Each colour identified in the image has an index and an RGB triplet. If we click OK, the table will close and the info panel for the geology image will now show a check mark next to “Legend set:”.

Using the mesh, create or use an already existing modelBuilder module (make sure it is on the mesh you want to use in an inversion or forward modelling). Because in our example, we did not already have a modelBuilder object, we created one with the 3D mesh and the topography. Then, we started the modelBuilder module.

Click on the modelBuilder item in the project tree and use the following menus to create a geology model from an image:

Create modelGeology model fromMap image

../../../_images/creategeomodel.png

The following dialog opens up:

../../../_images/maptomodel.png

Select the image we want to use (in this case, geoglogy2). Then there are a few options on how to create the model:

  1. Thickness: Specify a positive value that will be the thickness from the topography downwards. A thickness of 0 will extend the model down 1 cell beneath the topography.

  2. Elevation: Specify a value and the model will extend from the topography to the lower elevation value.

  3. Surface: Choose a surface item and the model will extend from the topography to the lower surface item.

In this example, we will choose a thickness of 200 m. Click OK.

Once the model has been created, it will appear in the project tree, within the modelBuilder folder. The model will have the image name followed by “_mod”, which in this case is geology2_mod.

../../../_images/tree21.png

The GEOmodel can be viewed by using the Visualization menu. We see the following:

../../../_images/model2.png

The geology model is zero wherever there was no information provided. In this example, the image did not stretch all the way to mesh extents and the mesh has more cells above and below the thickness of the image specified. Use the visualization controls to cut off zero values within the model.

../../../_images/model21.png

Now we see the image, draped over the topography and extended 200 m in depth.

From here, you can use the geology model to create a physical property model (i.e., reference model, initial model, upper and lower bounds) or create weights.

Example

The files used in this recipe, along with the completed project can be downloaded here.