You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

 

This guide was created by the staff of the GIS/Data Center at Rice University 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."

Getting Started

Creating a New Project in ArcGIS Pro

  1. From the Start menu, launch ArcGIS Pro.
  2. When ArcGIS Pro opens, under the Create a new project section, click the Blank 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.

Creating a New Map 

A map is a project item used to display and work with geographic data in two dimensions. The first step to visualizing any data is creating a new map. The ribbon runs horizontally across the top of the ArcGIS Pro interface. Tools (buttons) are organized into tabs along the ribbon.

  1. On the ribbon, click the Insert tab.
  2. In the Project group, click the New Map button.



    You will notice that a new map view opens in the main section of ArcGIS Pro. The panel on the left side of ArcGIS Pro is called the Contents pane. After creating a new map, the Contents pane now displays the default Map title and automatically adds the Topographic basemap layer to the map. The panel on the right side of ArcGIS Pro is called the Catalog pane. After creating the first map, a new Maps section has been added to the top of the Project tab within the Catalog pane.

  3. In the Catalog pane, click the arrow to expand the Maps section.



    Notice that there is a single map there, named "Map". Since most projects will have multiple maps, it is a good idea to name your maps with more descriptive titles.

  4. In the Catalog pane, under the Maps section, right-click Map and select Rename.
  5. Type "GISWorkshop" and hit Enter.

Saving a Project

Any time you create a new project item, such as a map or a layout, or any time you spend time adjusting the symbology of your map layers, it is a good idea to save your project.

  1. Above the ribbon, on the Quick Access toolbar, click the Save button.

Data Management

For more practice with Data Management, check out our short course: Introduction to GIS Data Management

Download Workshop Data  

Workshop Data Download

  1. Click Workshop_Data.zip above to download the tutorial data.
  2. Open the Downloads folder.
  3. Right-click Workshop_Data.zip and select Extract All....
  4. In the 'Extract Compressed (Zipped) Folders' window, accept the default location into the Downloads folder.
  5. Uncheck Show extracted files when complete.
  6. Click Extract.

Browsing Existing Data

  1. In the Catalog pane, click the arrow to expand the Databases section.
  2. Click the arrow to expand the PlayMapping.gdb geodatabase. You will notice there is no data in the geodatabase. Over the next few steps, we will import the data we downloaded from the Downloads folder to our Project Geodatabase.
  3. In the Catalog pane, click the arrow to expand the Folders section. Again, there is no data in the folder. 

Connecting to a Folder

  1. In the Catalog pane, right-click Folders and select Add Folder Connection.
  2. Navigate to your personal downloads folder and single click on DownloadsClick OK.
  3. In the Catalog pane, expand Downloads.
  4. You should see A, B, C. 

Adding Data to a Map

  1. The map takes on the projection of the first layer added. If a JPG is added first, then the map projection would be undefined (as the projection for a JPG is undefined). To define the map's coordinate system, in the Contents pane on the right, right-click the PlayMapping map and navigate to Properties > Coordinate System > Geographic Coordinate Systems > North America > US and Territories > NAD 1927. We use a geographic coordinate system because the data given is in degrees. We know to use NAD 1927 because the degrees data acquired from course instructors is in NAD 1927.
  2. In the Catalog pane, right-click the HST.jpg raster and select Add To Current Map.
  3. An alternative method of adding data to a map is to click and hold the item and drag and drop it into the map view.

Georeferencing

For more practice with Georeferencing, check out our short course: Mapping Imagery

  1. In the Contents pane, right-click HST.jpg then click Zoom to Layer.
  2. In the Contents pane, click HST.jpg so that is highlighted in light blue. From the ribbon, click  the Imagery tab and then click the Georeference button.
  3. Click Add Control Points.
  4. Click the top left corner of the HST.
  5. Right-click and select Input X and Y...
  6. Type X : -104.5, Y : 33 and click OK. The x value is the West coordinate and it is negative because we are in the Western Hemisphere. The y value is North coordinate.
  7. Right-click HST and click Zoom to Layer.
  8. Repeat steps 5-8 for the bottom right corner of HST, but type X : -103.5, Y : 32
  9. Repeat steps 5-8 for the bottom left corner of HST but type X : -104.5, Y : 32.
  10. Repeat steps 5-8 for the top right corner but type X : -103.5, Y : 33
  11. From the Georeferencing ribbon, click Save. Then click Close Georeference.

Digitizing Features

For more practice with Digitizing Features, check out our short course: Creating Vector Data

  1. In the Catalog pane, expand the Databases section.
  2. Right-click PlayMapping.gdb and select New > Feature Class. Name it HSTPoints. Under the Type drop-down box, select Point.
  3. Click Next twice. In the Spatial Reference window, under the Layers section, select the NAD 1927 projection. Click Finish.
  4. If the new feature class did not automatically add to your map: From the Catalog pane in the Databases section, expand PlayMappping.gdb. Right-click HSTPoints and select Add to Current Map
  5. In the Contents pane, right-click HSTPoints and select Attribute Table
  6. From the top of the attribute table, click the Add Field button. 
  7. A new Fields view table pops up. Under the Field Name column, add a new name labeled Thickness
  8. Change the Data Type to Short Integer by clicking the drop-down box then Short. 
  9. From the main Ribbon, you will now see you are in the Fields tab. Click the Save button on the far right of the Ribbon to save the new field.
  10. Close the Fields view table by clicking the X at the top right of the table. 
  11. From the Ribbon, select the Edit tab.
  12. In the Features group, click Create
  13. A new pane, Create Features, opens on the right side of the screen. Click HSTPoints and select the Point button (first in list). 
  14. In the Map view, click to add a point on the to left point displayed on the HST.jpg. 
  15. 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. 
  16. Repeat steps 14 and 15 for all points on HST.jpg.
  17. From the Ribbon, in the Edit tab, in the Manage Edits group, click Save. Click Yes for the pop-up window. 
  18. Close the Create Features pane.
  19. Close the Attribute Table

Interpolation

For more practice with Interpolation, check out our short course: Data Interpolation and Extraction 

  1. From the Ribbon, click the Analysis tab.
  2. In the Geoprocessing group, click the Tools button. A new pane, Geoprocessing, will appear on the right side of the screen. 
  3. In the Geoprocessing pane, type Natural Neighbor
  4. Select Natural Neighbor (Spatial Analyst Tools).
  5. Under Input point features, click the drop-down menu and select HSTPoints.
  6. Under Z value field, choose Thickness.
  7. Under Output raster, change the name to HST_Interp_NN.
  8. Click Run.

Symbology

For more practice with Symbology, check out our short course: Introduction to ArcGIS Pro

  1. RIght click HST_Interp_NN and go to Symbology.
  2. From here you can change the symbology settings, which affects how the HST_Interp_NN raster visualizes on the map.
  3. Stretched symbology displays continuous raster cell values across a gradual ramp of colors. Using a classified symbology displays thematic rasters by grouping cell values into classes. By changing the intervals of a classified symbology, you can alter the meaning of each color change.
  4. Classified Symbology: Under Symbology click Classified. To change the number or classes, use the drop-down box under Classes. To alter the intervals, go to Classify... under Classification. Under upper values, double click the box you would like to edit and enter the values you want the intervals to be grouped into. To change the color, use the drop-down options under Color Scheme.
  5. Stretched Symbology: Under Show, click Stretch. To change the color, use the Color scheme drop-down box.

Contour

  1. Click Analysis> Tools > and in the Geoprocessing table, type Contour. Select Contour (Spatial Analyst Tools).
  2. From the Input raster drop-down menu, select HST_Interp_NN.
  3. Under Output polyline features, name the feature HST_Interp_NN_Contour.
  4. Under Contour interval type 10.
  5. Leave the Base contour as 0. In other projects you may want to look at the HST_Interp_NN raster range to determine from what value you would want the contour intervals to begin from.
  6. Leave the Z factor as 1. However, if you were using a different thickness than feet, you would want to input the foot to ____ conversion factor here.
  7. Click Run.

Importing Excel Data

  1. Open the IGOR - master list.xlsx sheet.
  2. Save the excel sheet to your folder, ensuring that you are saving it as a .xlsx type.
  3. Under the Analysis tab, click Tools and search for “Excel to Table”. Select the Excel to Table geoprocessing tool.
  4. For Input Excel File, select the IGOR - master list.xlsx sheet in your Playmapping folder.
  5. Label the Output Table as GIS_Wells
  6. Ensure that the Sheet section displays GIS_Wells. This ensures that the GIS_Wells sheet will be the data converted to a table in ArcGIS. Click Run.
  7. In the Contents tab, right click the GIS_Wells Table and click Display XY Data.
  8. Ensure that the X Field states longitude and the Y Field states latitude. Name the Layer GIS_Wells. For Spatial Reference, use the dropdown menu to select Current Map [Map]. The Spatial Reference should now be GCS_North_American_1927. Click Run.
  9. Zoom to the GIS_Wells Layer if you are unable to see the points.
  10. Right click GIS_Wells and click Label.
  11. Open GIS_Wells1 Label Properties. Go to the Labels Class tab and under Class > Expression, clear the Expression code. Under Fields, double click api_number. Click apply.

Spatial Join

  1. In ArcCatalog, create a folder connection to Computer > GDCStorage > ESCI525 > BEG_WTexas_ARC > forCD.
  2. In this new Folder Connection, expand GIS_proj then expand Basemap.
  3. Drag geologic_features_poly.shp into the Map. Right click geologic_features_poly and click Data > Export Features.
  4. Name the Output Feature Class as geologic_features_poly. Click Run.
  5. Remove the original geologic_features_poly from your Map.
  6. With the geologic_features_poly layer selected, go to the Appearance tab and select Symbology.
  7. Under Symbology, use the dropdown box to select Unique Values. Change the Value Field to FEATURE. Select the Color Scheme that you would like. Exit the Symbology tab.
  8. Click on Toolboxes > Analysis > Tools > Overlay > Spatial Join.
  9. Under Target Features, select GIS_Wells. Under Join Features, select geologic_features_poly. Rename the Output Feature Class as GIS_Wells_SpatialJoin. Retain the default setting of Join_one_to_one for Join Operation.
  10. Retain all other default settings. Click Run.
  11. Remove the GIS_Wells layer.
  12. Re-lable the GIS_Wells_SpatialJoin layer as described in Importing an Excel Sheet.
  • No labels