PROBLEM

Subsurface profile displays incorrectly in ArcGIS Pro

Last Published: December 9, 2025

Description

When bathymetry data stored locally in an Excel file is imported to ArcGIS Pro and processed for visualization using interpolation, the resulting subsurface profile is incorrectly displayed. Instead of representing actual subsurface depths, the profile appears above the reference surface, creating a misleading visualization.

Cause

The depth values are stored as positive numbers. Most depth-measuring devices record depth as a positive distance and do not convert the measurements into negative values, which are required to represent elevations below the reference surface.

Solution or Workaround

  1. Open the ArcGIS Pro project.
  2. Create a point feature class from coordinates and depths stored on the local drive using the XY Table To Point tool.
  3. Add a new field to the newly created point feature layer.
    1. In the Contents pane, right-click the point feature layer and click Attribute Table.
    2. In the attribute table, click Add Field to open the fields view.
    3. Configure the new field with the Double data type. Refer to ArcGIS Pro: Create a field and apply a domain and default value for instructions and more information.
    4. On the Fields tab, in the Manage Edits group, click Save. Close the fields view.
  4. Convert the depth values to represent elevation below the reference surface.
    1. In the attribute table, right-click the newly created field and select Calculate Field to configure the expression.
    2. In the Calculate Field dialog box, for Expression, type the following expression and replace <Field name> with the depth field in the expression box.
"-" + str(!<Field name>!)
    1. Click OK to apply the expression.

The attribute table below shows the field populated with negative depth values.

The new field stores the depth value as a negative number

    Article ID: 000039162

    Software:
    • ArcGIS Pro

    Get support with AI

    Resolve your issue quickly with the Esri Support AI Chatbot.

    Start chatting now

    Related Information

    Discover more on this topic

    Get help from ArcGIS experts

    Contact technical support

    Start chatting now

    Go to download options