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

Compare with Current View Page History

« Previous Version 6 Next »

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

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.
  3. In the Catalog pane, click the arrow to expand the Folders section.

Adding Data to a Map

  1. Right-click the HST.jpg raster and select Add To Current Map.
  2. 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.

Start with HST.jpg

Create project folder on USB or desktop, download sample tutorial data (HST.jpg) into folder

 

  1. Click the Blank template.
  2. Name the project PlayMapping.
  3. Navigate to your USB or project folder. And click GO.
  4. At the ribbon under the Insert tab, click Add New Map. This also creates a new File Geodatabase named PlayMapping. To view this, go to Project (on the right side of the screen) and expand Databases.
  5. Under Contents, right click Topographic and click Remove.
  6. To save the map as a map file, right click Map > Save As Map File then go to where you would like the map document saved (USB or desktop).
  7. The data frame takes on the projection of the first layer. If we add JPG first then the data frame would be undefined as the projection for a JPG is undefined. To define a data frame, right click Map then go to Properties > Coordinate System > Geographic Coordinate Systems > North America > 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 BEG is in NAD 1927.

 

GEOREFERENCING

  1. Under the Map ribbon, click Add Data. Navigate to your folder. Click HST.jpg then click OK.
  2. If you can see HST.jpg, skip to step 3. If you can not see the HST.jpg, under Contents, right click HST.jpg then click Zoom to Layer.
  3. Under contents, click HST.jpg. On the menu ribbon, click Imagery > Georeference.
  4. Click Add Control Points.
  5. Click the top left corner of the HST.
  6. Right click and select Input X and Y ...
  7. Type X : -104.5, Y : 33 and click OK. The x value is the West coordinate in this case and it is negative because we are in the Western Hemisphere. The y value is North in this case.
  8. Right click HST and click zoom to layer.
  9. Repeat steps 5-8 for the bottom right corner of HST but type X : -103.5, Y : 32. 
  10. Repeat steps 5-8 for the new bottom left corner of HST but type X : -104.5, Y : 32.
  11. If HST looks perfectly square, skip this step. If not, repeat steps 5-8 for the top right corner and type X : -103.5, Y : 33. 
  12. Now, from the Georeferencing menu, click save. Then click Close Georeference.
  13. Under Contents, slowly double click HST.tiff and rename it HST. 

DIGITIZING FEATURES

  1. In the tabbed Project menu, right-click PlayMapping.gdb and select New > Feature Class. Name it HSTPoints. Under the Type drop-down box, select Point.
  2. Click the drop-down box for Coordinate System and select Current Map [Map]. Click Run.
  3. Right click HSTPoints and click Attribute Table. Under Field, click Add. Under Field Name, add a new name labeled Thickness. Change the Data Type to Short Integer by clicking the drop-down box then Short. Click Save under the FIELDS ribbon at the top of the screen.
  4. At the bottom of the screen, next to Fields: HSTPoints, click the X.
  5. Go to the Edit ribbon and under the Features tab click Create. On the Create Features box on the right side of the screen, click HSTPoints and select Point (the icon to the far left)..
  6. In the Table of Contents, right click HSTPoints layer and click Attribute Table. From here you can add a thickness number, the number provided from HST, to the attribute table.
  7. Once you click on a point on the map, go to the Attribute Table, click on the thickness field for the point you just added, and type in the number.
  8. Repeat step 9 for all points from HST.
  9. Under the Edit ribbon, in the Manage Edits box, click Save. Close the Create Features box.

INTERPOLATION

  1. Click Analysis> Tools > and in the Geoprocessing table, type Natural Neighbor. Select Natural Neighbor (Spatial Analyst Tools).
  2. Under Input point features, click the drop-down menu and select HSTPoints.
  3. Under Z value field, choose Thickness.
  4. Under Output raster, change the name to HST_Interp_NN.
  5. Click Run.

Note: We may do other methods or settings too

 

SYMBOLOGY

  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 an Excel Sheet

  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