.. examples: *************************************************** Definition of a bore field using external text file *************************************************** This example demonstrates the use of the :doc:`borehole <../modules/boreholes>` module to define the positions of the boreholes within a bore field from an external text file. The following script generates a bore field with 32 boreholes. The field is then plotted on a figure. The script is located in: `./pygfunction/examples/custom_bore_field_from_file.py` .. literalinclude:: ../../../examples/custom_bore_field_from_file.py :language: python :linenos: