This repository contains a number of example projects for 'Roll'. Several basic geometries are shown in these sample files:
- Brick
- Parallel
- Double zigzag
- Triple zigzag
- wells (in conjunction with circles and spirals)
- Noordoostpolder (a fully worked out example showing interaction with QGIS)
The templates that are using well based seeds are referring to external "well files"
These are ascii files for which two formats are currently supported:
- *.wws GeoPath (ahd, inc, azi) deviation format
- *.well OpendTect (x, y, z) format
The GeoPath (ahd, inc, azi) deviation trajectory is resampled to local (x, y, z) values for specified along-hole positions using the minimum curvature approach.
The OpendTect (x, y, z) format is first converted into a deviation format, before resampling specified along-hole positions to local (x, y, z) values, using the minimum curvature approach. This minimizes position errors related to a curved well trajectory.
Upon loading a Roll project, the well files are checked for having a 'relative' well path' (instead of an 'absolute path'). These relative paths are then converted to an absolute path, to access the information in the well files. When saving the edited project, the well files are included in the project file using a relative path. This makes it easier to move the roll project file and its associated well files into a different folder. Note: In Roll's settings dialog, there is an option to always use absolute paths when saving a project file.
At present two example projects are available:
- Wells-well.roll (This sample uses wells in the *.well format)
- Wells-wws.roll (This sample uses wells in the *.wws format)
The wells projects listed above, not only contain well-based seeds but also contain some circle and spiral based seeds, that may be used when acquiring a 3D VSP
This example starts with defining an orthogonal template that is converted into geometry files, which are then exported to QGIS for further editing (enabling / disabling / deletion / move around). Once editing is completed, the points are re-imported into Roll for analysis of the fold map, as well as minimum- / maximum offset charts. These figures can then be exported to QGIS as georeferenced tiff files, so the results of the edits are displayed in QGIS itself.