




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The procedures for editing and clipping maps using arcgis in a geographic information systems (gis) lab assignment. Students are required to clip the 'ielulc' coverage using the 'clip' feature, eliminate small polygons, and calculate the area of the resulting shapefiles. Additionally, students need to edit the attribute table of 'ielulcel1' to include new fields and generalize the land cover classification.
Typology: Lab Reports
1 / 8
This page cannot be seen from the preview
Don't miss anything!





CSS 4200 Name: _____________________ Geographic Information Systems Fall 2008 Due (#3.2) : Week of September 29th.
Part 3. Clipping maps using the clip_map geodatabase In this part of Lab#3, we will all edit the same map using ArcMap. 3.1 In ArcCatalog, Copy the land cover coverage (‘ielulc’) from the class data Lab 3 folder (N:\Data\Lab3) to your project directory. 3.2 In ArcMap add the ‘ ielulc ’ coverage from your project directory and the ‘ clip ’ feature class that you generated in Part 3.1. You will notice that ‘ielulc’ has many polygons that extend outside the quadrangle (“clip”) boundaries. The “Clip” function will use ‘ clip ’ like a cookie-cutter to cut off the excess polygons. All attributes of ‘ ielulc ’ will be preserved. 3.3 To clip in ArcGIS, open the ArcToolbox, and select the Index tab at the bottom. Type in Clip, double click on “Clip (analysis)” and the Clip tool will automatically open. (The index tab is a great way to find a tool without having to search through all of the toolboxes.) Another way to get to the Clip tool is through the ArcToolbox window under Analysis Tools/Extract/Clip. Once you have the Clip tool open, select the appropriate input layer and clip layer. Name the output layer “land_clip” and make sure it will be created in your project directory. The output file “land_clip” is in shapefile (.shp) format. To better understand the tool, click the show help tab in the lower right hand corner of the window. (This feature is also available in most other tools, and is a useful illustration of how tools operate.) After you clipped ‘ ielulc polygon ’ to create ‘ land_clip’ , right-click on ‘ land_clip ’ and Open Attribute Table, select the ‘AREA’ field, right-click and choose ‘Calculate Geometry.’ After calculating geometry, confirm the area of ‘ land_clip ’ is correct (same area as ‘ clip ’) before proceeding to the next step. Use ‘Σ Statistics…’ which is accessed by right-clicking on the ‘AREA’ field. 3.4 We need to use ArcToolbox functions to eliminate all polygons smaller than 4047 m^2 (1 acre). Using the “Eliminate” command in Arc Toolbox under Data Management Tools/Generalization/Eliminate, eliminate all the polygons smaller than 4047 m^2. The “Eliminate” tool only works on selected data. So you will first need to select all polygons in land_clip that are less than 4047 m^2 in size. Do this by opening the attribute table for land_clip and performing a S elect by Attributes under the “Options” tab in the lower right hand corner of the attributes box.
Finally, run the elimination, and name the new shapefile ielulcel1. If the Area of ielulcel1 is not the same as ‘land_clip’ then Calculate Geometry. The total area should be same as ‘land_clip’ (and ‘clip) before proceeding. Repeat this process for areas less than 50,000 m^2 and name the new shapefile ielulcel2. Be sure to Calculate Geometry after running the Eliminate program. 3.5 Open the attribute tables and compare the total number of polygons (each has its own record) in each shapefile. Question 1: How many polygons are there in each coverage (land_clip, ielulcel1, ielulcel2)?
4. Editing Tables
For example, to calculate all the agricultural types in the Landcov field, the Field Calculator window should read: “Agriculture” (including the quotation marks) and ensure the radio button under Type: is set to String (see graphic above). This will set all selected records equal to “Agriculture,” the new code for all agricultural lands, in the “Landcov” field. F. Repeat all parts of Step E for each land cover type. 4.2 Right-click on the name of the ‘AREA’ field (in gray) and select Statistics to find the total area of the ‘ ielulcel1 ’ map (or layer). You will need this value for the next part of the lab exercise. Question 2: What is the total area of ‘ielulcel1?’ How does this value compare to the area we estimated from the map distance (in millimeters for x, y) of the 1:24,000 scale topographic quad in Lab 2? (4 pts)
4.3 Add another field to your table called “Percent” (Type=Float) and use the individual polygon area and the total parcel area to calculate the percent of each land cover type. Select the “Percent” field (by right-clicking on the header) then click on Field Calculator… to make: Percent = [AREA] / the total area of the parcel * 100 4.4 Summarize the attribute table to show the total area ( hectares ) within each of the generalized land cover types (Landcov) and to calculate the number of polygons in each land cover type. This can be done in ArcMap or Excel. A. To summarize “Landcov” by area and number of polygons in ArcMap: a. Right click on the “Landcov” field header. b. Select Summarize. c. Choose “Landcov” as the field to summarize and ‘Sum’ from the “Hectares” field as the summary statistic to be included in the output table. Be sure to save the output table to your .../project directory. d. Click ‘OK’ and add the table to your map. The table should have four fields and six records - showing you the number of polygons (“Count Landcov”) and total area (“Sum Hectares”) for each of your generalized land-use types. You export the table to *.dbf, and print it from Excel to hand in. Add and calculate a “percent” field in Excel. B. Using Excel to summarize:
Abandoned land Da Barren land Db Disturbed land Dl Agriculture industry Ia Light industry Il Communication towers It Utilities Iu Cemetery Pc Solid waste disposal Pd Educational Pe Community center/social hall/fraternal lodge Pf Health facilities Ph Correctional facilities Pj Governmental office facilities Po Public works Pp Houses of worship Pr Water tank Pt Water management facilities Pw High density residential Rh Low density residential Rl Medium density residential Rm Manufactured home park Rp Airport Ta Bus depot/fleet storage/public garage Tc Highway Th 6- Water Resources Marsh/bog/shrub wetlands Wb Reservoir Wc Natural lake/pond Wc Wooded wetland Ww Water Wn
CSS 4200 Name:_______________________ Geographic Information Systems Fall 2008 Due (#3.2) : Week of September 29th. Lab #3.2 Questions Question 1: How many polygons are there in each coverage (land_clip, ielulcel1, ielulcel2)? (6 pts) Question 2: What is the total area of ‘ielulcel1?’ How does this value compare to the area we estimated from the map distance (in millimeters for x, y) of the 1:24,000 scale topographic quad in Lab 2? (4 pts) Question 3: Attach a printout of your summary table to the answer sheet, or embed the table in your answer sheet, to show land cover type, polygon count by land cover type, area (ha.) by type, percent by type, and total number of polygons and total area (ha) of the ‘ielulcel1’ map. (10 pts.)