Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info

This guide was created by the staff of the GIS/Data Center at Rice University for the custom course - ESCI 545 Hydrocarbon Systems Analysis - and is to be used for individual educational purposes only. The steps outlined in this guide require access to ArcGIS Pro software and data that is available both online and at Fondren Library.

The following text styles are used throughout the guide:

Explanatory text appears in a regular font.

  1. Instruction text is numbered.
  2. Required actions are underlined.
  3. Objects of the actions are in bold.

Folder and file names are in italics.

Names of Programs, Windows, Panes, Views, or Buttons are Capitalized.

'Names of windows or entry fields are in single quotation marks.'

"Text to be typed appears in double quotation marks."

Info

Presentation Slides

PlayMapping.zip

Info
Course Objective: Use GIS workflows to collate and synthesize datasets to create geologic and play elements maps that will be used in petroleum system and risk analysis of potential opportunities and plays.


Table of Contents

Getting Started

For more practice navigating the ArcGIS Pro interface, check out our short course: Introduction to ArcGIS Pro

Creating a New Project in ArcGIS Pro

  1. From the Start menu, launch ArcGIS Pro.
  2. When ArcGIS Pro opens, under the New Blank Template section, click the Map project template.
  3. In the 'Create a New Project' window, for Name, type "PlayMapping".
  4. For Location, click the Browse... button to the right.
  5. In the 'Select a folder to store the project.' window, click Computer in the left column and click Desktop in the right column and click OK.
  6. In the 'Create a New Project' Window, click OK.
  7. Maximize the ArcGIS Pro application window.

...

  1. In the Catalog pane, expand the Databases section.
  2. Right-click PlayMapping.gdb and select New > Feature Class
  3. Name it "HSTPoints"
  4. Under the Feature Class Type drop-down box, select Point.

  5. Click Next twice. 
  6. In the Spatial Reference section, under the Layers section, select the NAD 1927 projection. 
  7. Click Next twice again.
  8. Click Finish.
  9. If the new feature class did not automatically iadd to your map: From the Catalog pane in the Databases section, expand PlayMappping.gdb. Right-click HSTPoints and select Add to Current Map
  10. In the Contents pane, right-click HSTPoints and select Attribute Table
  11. From the top of the attribute table, next to the Field: section, click the Add button. 

  12. A new Fields view table appears. In the third row of the Field Name column, type "Thickness"
  13. Change the Data Type to Short Integer by clicking the drop-down box then selecting Short


  14. From the Ribbon, in the Fields tab, click the Save button.
  15. Close the Fields view table by clicking the X at the top right corner of Fields: HSTPoints
  16. From the Ribbon, select the Edit tab.
  17. From the Edit tab, in the Features group, click CreateA new pane, Create Features, opens on the right side of the screen.


  18. From the Create Features pane, click HSTPoints and select the Point button (first in list).

     
  19. In the Map View, click to add a point on the topmost left point displayed on the HST.jpg
  20. In the Attribute Table, a new row has been generated for this newly created point. Click in the Thickness cell for this row and type "7". 
  21. Repeat steps 19 and 20 for all points on HST.jpg.
  22. From the Edit tab, in the Manage Edits group, click Save
  23. Click Yes for the 'Save all edits?' pop-up window. 
  24. In the Edit tab, navigate to the Selection section and click the Clear button to unselect any points.
  25. Close the Create Features pane.
  26. Close the Attribute Table
  27. Above the Ribbon, on the Quick Access toolbar, click the Save button.

Interpolation

This sections steps through how to interpolate a raster surface from points using a natural neighbor technique. For more practice with Interpolation, check out our short course: Data Interpolation and Extraction. For more information on Natural Neighbor Interpolation in ArcGIS Pro, check out this tool reference: Natural Neighbor (Spatial Analyst)

...