Layer Intersection
Layer intersection allows you to compare two layers and return only the objects that overlap. This is useful for finding geospatial relationships between datasets, such as identifying wells that fall within a protected environmental boundary or identifying mineral leases within the outline of a geological play.
Generating a Layer Intersection
Add both layers of interest to your workspace.
Select the columns from each layer that you want to include in the joined attribute table after the intersection.
Click Import / Tools → Layer Intersection.

In the dialog, choose the two layers you want to intersect.
Click Generate. Depending on the size of the intersection, processing may take some time. You can close the menu while it runs in the background and check progress under Jobs and Exports.

If there is overlap between these two layers, a new layer will be created in your workspace that consists of the objects that overlap between the two selected layers.

Intersection Results
The layer will include attributes from the join of the two attribute tables used in the intersection. To make sure the intersection result contains the attributes you need, select the desired columns in the attribute table before running the intersection.
For example, consider the intersection of the following two layers:
My Wells (Layer 1) - with only 4 columns in attribute table
102/01-15-009-01W5/00
ExxonMobil Inc.
Abandoned
01/01/1952
Environmental Protected Area (Layer 2) - with only 2 columns in attribute table
EPA - Fox Creek
5,000
The intersection will result in:
Layer Intersection - My Wells & EPA - Fox Creek (Layer 3) - 6 columns in attribute table
102/01-15-009-01W5/00
ExxonMobil Inc.
Abandoned
01/01/1952
EPA - Fox Creek
5,000
The resulting layer includes only objects that were found in the intersection and joins together all of the attributes from both tables. In the above example, you can interpret the table to show that the well 102/01-15-009-01W5/00 was found within the EPA - Fox Creek polygon.
Converting to a Well List
The layer created from an intersection is a GIS layer and not a well list. This means you cannot view production or run well exports directly from it.
To convert the result into a well list:
Export the layer by clicking the Jobs and Export button and exporting the table.
From the exported table, take the list of UWIs and re-import it into Maps.
Once imported, the layer becomes a regular well list with full well details, production, and export options.
Limitations and Errors
Not all layers can be intersected. Some larger public layers, such as Wells and Mineral Rights, cannot be intersected due to processing limitations.
If no intersections are returned, check that one of the layers is a polygon layer. Line layers that only represent boundaries will not capture objects inside them. A polygon is required for intersections to work properly.
Last updated