Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AGS files

AGS is a logfile standard maintained by the AGS. The Ground Model Add-in supports reading and visualizing AGS files. The AGS format is tabular in nature and lends itself easily to transformation into ArcGIS tables and feature classes.

Loading AGS files

  1. In the Ground Model toolbox double click the tool AGS Reader

  2. Fill in the input parameters:

    1. AGS File - Browse and select one or multiple AGS files

    2. Output Workspace - Browse and select a file geodatabase. If you would like to generate a new one click New Item/ File Geodatabase in the browsing window.

    3. Spatial Reference - Specify the coordinate system of the AGS files. You can browse for a CRS by clicking the globe, or you can select one of the map layers in the dropdown and the tool will use the map layers CRS.

  3. Click Run. The reader will create feature classes and tables corresponding to each AGS category (LOCA, GEOL, etc)

...

To see the AGS data go to the section: Visualizing data

LAS files

The Ground Model Add-in supports reading and displaying log files in the LAS format (Log ASCII Standard).

Before the LAS file is read, a well feature class needs to be generated.

Creating Well Feature Class

  1. Open the Create Well Feature Class tool in the Ground Model toolbox.

  2. Fill in the input parameters:

    1. Feature Class Location - Browse and select a file geodatabase in which the well feature class will be located. If you would like to generate a new one, click New Item/ File Geodatabase in the browsing window.

    2. Feature Class Name - Enter the desired name for the well feature class being made.

    3. Spatial Reference - Specify the coordinate system of the LAS files. You can browse for a CRS by clicking the globe, or you can select one of the map layers in the dropdown menu and the tool will use the map layers' CRS.

  3. Click Run. The tool will create 1)

    • A LAS 2D overview layer feature class

    , 2)
    • A mapping (relationship class) between the logs and the wells

    and finally, 3)
    • A logs class.

Next, the LAS files are read in with Use the LAS Log Reader in the toolbox, where the well headers feature class, made in the step above, is connected to the LAS data. to import the LAS file and populate the feature classes

Reading LAS files

  1. Open the Ground Model toolbox and double-click the LAS Log Reader tool.

  2. Fill in the input parameters;

    1. LAS File - Browse in the desired LAS file.

    2. Well ID Mnemonic - Pick the parameter that will be used to identify the well (well name/Unique Well Identifier/API). The well name mnemonic should normally be present in the file. The others are optional.

    3. X/Y Coordinate Mnemonic - This is set to be manually entered. These can often be found within the LAS file itself.

    4. Elevation mnemonic - Use either a header mnemonic, for example MD, in the file or enter an explicit value, This option sets the datum elevation for the borehole which determines the Z values of the borehole geometry. The elevation value will be added to the measured depth (the first column in the LAS file). Note that the sign of the measure depth will be reverted to reflect the negative-downwards convention used in ArcIGS.

      • <Use measured depth> : Use the measured depth from the LAS file

      • <Manual> : Enter a value manually

      • <Mnenonic> : Use a mnemonic from the file that will provide the elevation value.

  1. Well headers feature class -

    Browse in the

    The well feature class created above.

    1. Click Run. This will populate the feature classes generated in the step above and read in import the LAS headers and curves. These will all be visible in the selected geodatabase in the ArcGIS Pro Catalog.

...