Introduction Geographic Information Systems, ArcView 8.1

 

Spring 2003                                                                             Instructor:  Jim Taulman

 

 


The course will consist of registering individually and completing 2 online ESRI courses, Learning ArcGIS I and II.  These courses explore ArcView 8.1.  Your registration fee for the courses is $120 and the extra $100 beyond your $20 course fee is being funded by MIE. 

 

The data for the first course are already loaded onto your computers under the directory “c:\arcgis\LearnArcGISI.  When you get ready to do an exercise go ahead and open ArcMap as instructed and load the map (*.mxd) or data layer file from the appropriate subdirectory under that path.  You don’t have to download these data off the network.

 

You are recommended to do as much of the day’s lesson as possible in class so that I will be there to assist with any questions.  You are also encouraged to take the tests at the end of each section for your own benefit.  You will also then earn the ESRI certificate for completion of the courses.

 

Grades will come from homework assignments.  You have a directory called “homework” under your “arcgis” directory.  Save your homework files into that directory.  Each assignment will be due the following class period and will be worth a maximum of 5 points.  There will be 20 homework assignments.  When you get done with an assignment print out the resulting map and turn that in.  Turn in homework on time.  There will be a penalty for late work.  Grades will follow standard format:

 

            90 - 100 = A

            80 - 89 = B

            70 - 79 = C

            60 - 69 = D

            0 - 59 = F

 

Class starts at 4 pm Thursday at Piya Wiconi.  It is not a PicTel course because I want to be present with you in class for hands-on support.  I will be teaching Ecology from 1-3 pm Thursdays at Piya Wiconi.  If you are not in the Ecology class and want to start work early I will let you into the GIS lab before the Ecology class starts.  After 3 pm you also may be able to catch me and get into the GIS lab prior to 4 pm.

 

If you are at PW during the week and want to work in the lab go to the MIE department and see Mike Fredenberg, Cliff Delong, or someone else down there and see if they will let you in.

 

There are 2 computers set up in the Rapid City Center, He Sapa, in the science lab.  You will be able to use them for homework and further online course work and study during the week.  Please log off when you are done there and lock the door when you leave the science lab.


Introduction Geographic Information Systems, ArcView 8.1

 

Spring 2003                                                                             Instructor:  Jim Taulman

 

 


Jan. 23             Introduction to GIS

                        Registration

 

Jan. 30             Introduction to GIS

                        Introduction to ArcGIS

 

Feb. 6              Displaying data

                        Understanding georeferenced data

 

Feb. 13            Spatial data formats

 

Feb. 20            Editing spatial data

 

Feb. 27            Displaying and manipulating attributes

 

Mar. 6              Working with tables

 

Mar. 13            Getting information from maps

 

Mar. 20            Working with layers

 

Mar. 27            Working with symbols

                        Labeling features

 

Apr. 3              Spring Break

 

Apr. 10            Displaying x,y coordinate data on a map

 

Apr. 17            Spatial analysis tools

                        Spatial analysis process

 

Apr. 24            Introduction to mapping

                        Map design and production

 

May 1              Working with graphs and images

 

May 8              Improving map production


Homework

Introduction to ArcView 8.1                 Spring 2003     Instructor:  Jim Taulman

 

 


Jan. 23            

 

Jan. 30             Learning ArcGIS I, Module 1, Lesson 1

Introduction to GIS

                                    What is a GIS?

                                    What can a GIS do?

                                    What is a GIS database?

                        Save map as busy_roads.mxd.  Assignment #1.

 

                        Learning ArcGIS I, Module 1, Lesson 2

Introduction to ArcGIS

                                    Overview of ArcGIS

                                    Applications: ArcMap, ArcCatalog, ArcToolbox

                       

Feb. 6              Learning ArcGIS I, Module 2, Lesson 1

Displaying data

                                    Working with maps in ArcGIS

                                    Symbolizing layers in ArcMap

                         Save map as floodmap.mxd.  Assignment #2.

 

                        Learning ArcGIS I, Module 2, Lesson 2

                        Understanding georeferenced data

                                    Coordinate systems

                                    Map projections

                        Imagine that you’ve downloaded a map into your GIS that uses decimal degree units.  Therefore when you go to measure a distance it will be in degrees; a polygon area will be in square degrees.  So, you need to convert your decimal degrees to miles.  Given the average radius of the earth is 3,961 miles, it is relatively straightforward to find the number of miles in latitude degrees.  The assignment is to find how many miles are in a degree of longitude at 43 degrees latitude, about our latitude here.  Assignment #3.

 

Feb. 13            Learning ArcGIS I, Module 3, Lesson 1

Spatial data formats

                                    Vector data

                                    Raster data

                        Find any airports within 20 miles of the boundary of Badlands Nat. Park, use appropriate airport symbols and save map as airports.mxd.  Files you need for this are in your Temp directory.  Assignment #4.

 

Feb. 20            Learning ArcGIS I, Module 3, Lesson 2

Editing spatial data in ArcGIS

                                    Editing features

                        Modify SubdivisionParcels layer so that the line from the SW corner vertex extends straight up to meet the top boundary, forming a vertical western boundary of the parcels with no polygons beyond it to the west.  Save map as subparcels.mxd.

Hint:  when vertices are displayed, right click on one and select “move to” to see its x,y coordinates which can be copied and pasted to another vertex’s coordinates.  Enter to save and the vertex moves to the pasted coordinate.  Assignment #5.

 

Feb. 27            Learning ArcGIS I, Module 4, Lesson 1

Displaying and manipulating attributes

                                    Displaying attribute data

                                    Editing feature attributes

 

                        In SubdivisionParcels edit the LANDUSE field in the attribute table and change the eastern top and bottom 2 parcels to “COMM.”, change the central 4 top and bottom parcels landuse to “RES”, and change the western most 2 parcels landuse to “VAC”.   Now open the field calculator in the VALUE field and write an If/Then statement to assign values for each parcel based on the area and value of various LANDUSE categories.

 

Commercial parcels are valued at $100/sq. m., residential at $50/sq. m., and vacant parcels at $30/sq. m. 

 

1. What is the mean value of all 8 parcels?  $48,719.20

2. What is the value of the SW corner vacant parcel?   $23,806.76

Hint:  Go to Tools/Macros/Visual Basic Editor/Help

Under Help go to Visual Basic Language Reference/Statements/If-Then Statements

Look at the example and see how to write an If/Then statement with more than 2 conditions.

            Your If/Then statement will have 3 conditions corresponding to LANDUSE categories.

3. After you have answerd questions #1 and #2, color parcels according to LandUse, COMM, RES, VAC.

4. Label parcels with landuse category AND number each with FID from attribute table.

            (In Properties, Labels, click “Expression” and Add the additional attribute label)

5. In Tools/Graph, make a graph of the Subdivision Parcels layer, showing values of each parcel and make a simple bar graph, the default.  Graph data series using Records.  Label X axis with LANDUSE and show legend.

6. In top bar of graph right click and “show on layout”.

7. Go to Layout View and arrange graph and data frame to show each as large as possible on the page one above the other. 

8. Using “Add text” number the bars along the X axis “1” through “8”.

9. If you want to confirm that the numbered bars on the graph actually correspond to the same numbered parcels, go back to the data view and layer properties and in Label Expression, add value and display.  Go back to Layout View and check the values for each parcel with the value of the numbered bars on the graph. 

10. Once you’ve done this go back and take out the values from the parcel map so that only the FID numbers and Landuse type show on the parcels.

11. Go back to the Layout View and print it. 

12. You can write the answers to question #1 and #2 on the printed map and graph.

13. Save map as newsubparcel.mxd in your homework directory.  Assignment #6.

 

Mar. 6              Learning ArcGIS I, Module 4, Lesson 2

Working with tables

                                    Table basics                 Save map as dane_cty.mxd.  Assignment #7.

                                    Associating tables         Save map as coffee.mxd.  Assignment #8.

 

Mar. 13,           Learning ArcGIS I, Module 5, Lesson 1

Getting information from maps

                                    Tools for examining data

                                    Querying data

                        Do definition query in layer properties to find buildings valued at > $10,000 and < $ 200,000 AND owned by Kabot.  Only display the resulting flooded building(s), label with owner name and value of building, and save map as maplewood2.mxd.  DON’T ALLOW LABEL TO OVERLAP BUILDING.  IF YOU HAVE TROUBLE PRINTING THIS, REMEMBER THAT YOU CAN ALWAYS ADD TEXT TO A MAP USING THE TEXT ICON AT THE BOTTOM TOOLBAR!

            Assignment #9.

 

                        Learning ArcGIS I, Module 5, Lesson 2

                        Finding features using spatial relationships

                        Spatial queries

            We want to find a business plaza suitable for building a new public school campus serving K-12 grades.  We want it to be within 25 meters of a bus route and within 25 meters of the block group with the highest number of young people aged 0-19.  You may find it easiest to save each selection as a new shapefile (not a personal geodatabase!). 

Pick a symbol that represents a school for your final choice of business plaza.  (in symbol selector look in “more symbols”/civic)

What is the name of the chosen business plaza?  Save your map as that name.  Label the business plaza with its name.  Make these symbols and names large enough to read easily on your printed map.   

Hint:  start by finding block groups where numbers of youth in our age group are > 200.

            Assignment #10.

 

Mar. 20            Leraning ArcGIS II, Module 1, Lesson 1

Working with layers

                                    ArcMap review

                                    Advanced layer display

                        1.  Save map as newlakecity.mxd.  Assignment #11.

2.      Do challenge and save map as commuters1990.mxd.  Assignment #12.

 

Mar. 27            Learning ArcGIS II, Module 1, Lesson 2

Working with symbols

                                    Manipulating symbols

                        Save map as mybigfoot.mxd.  Print layout with North arrow, scale bar, and legend box showing sightings, roads, and ocean.  Assignment #13.

 

                        Learning ArcGIS II, Module 2, Lesson 1

                        Labeling features

                                    Creating labels

                                    Positioning and displaying labels

                        Save map as mylabels.mxd.  Make capital and country labels not display out beyond minimum scale of 40,000,000.  Print out with cities and countries labeled at different fonts so that they are clearly distinguishable.  Center on Iraq at a scale of 1:10,000,000.  Assignment #14.

 

Apr. 3              Spring Break

 

Apr. 10            Module 3, Lesson 1

Displaying x,y coordinate data on a map

                                    Locating geographic features

                                    Creating point features from tabular data

                                    Georeferencing tabular data

                        1.  Save map as recentpoachingutm.mxd and turn in.  Assignment #15.

2.      Homework.

3.      a) Go to your GIS class directory and in the 4/10/03 folder open “sample_pts.mps” in Garmin MapSource.

b) Show your waypoints and notice that you have 5 there in SW South Dakota.  These are points that have been collected in a GPS on the ground and we want to get them into ArcView and make a data file there.

c) Export these waypoints as a .txt file from MapSource and save them in the 4/10/03 folder.

d) in Programs/Accessories open a text editor – WordPad is good.

e) notice the format of the points in this text file.  This is not the format that ArcView wants. 

f) Reformat this text file by eliminating all columns except Name, Time, Date, and x and y coordinates.  Also add an ID column for sequential numbering of waypoints.  If a column title is not there (like Time) you need to enter it.  Make your columns “comma delimited” or separated by commas and don’t leave any spaces between words or rows.

For example, your file will look like this in part:

Grid          Lat/Lon hddd.ddddd°

Datum      WGS 84

 

Header     Name       Description    Type  Position   Altitude    Depth      Proximity                Display Mode           Color       Symbol     Facility    City         State                Country

 

Waypoint                DOUBLE CRTD 16:30 02-DEC-02         User Waypoint        N43.18950 W102.83487                                         Symbol & Name       Dark Red          White Buoy                                                            

Waypoint                PORCUP CRTD 13:01 18-NOV-02         User Waypoint        N43.25004 W102.33090                                         Symbol & Name       Dark Red          White Buoy

 

                                                You want to make it look like this:

ID,NAME,TIME,DATE,Y,X

1,DOUBLE,16:30,02-DEC-02,43.18950,-102.83487

2PORCUP,13:01,18-NOV-02,43.25004.-102.33090                              

 

This format for event tables is needed to import into ArcMap and is shown in Lesson I of Displaying Locations from Tabular Data.

Hint:  x and y columns don’t have to be in any particular order.

g) change names of waypoints entered in GPS in the field to:

      double – Double Fatality

      porcupPorcupine Center

      pwiconPiya Wiconi

      RCCentRapid City Center

      WCMTSW – Wind Cave Hilltop

h) save this text file as sample_pts_mod.txt in the 4/10/03 folder.

i) Open ArcMap to a new map and open the “samplemap.mxd” in your 4/10/03 folder.

j) in ArcMap add data and add your edited waypoint file

k) the .txt file will show up on your table of contents but you won’t see your points on the map

l) right click on the waypoint file name and do “display x,y data”

m) now you see your points on the map in this “event” layer

n) right click on the event layer name and Export the file to a shapefile.  Name it “sample_pts.shp” and save it to your 4/10/03 folder.  Click OK when prompted to display the layer on the map.

o) now you can remove our event layer and the .txt file from the map.  You have converted your GPS points to an ArcView shapefile.  Select a visible icon and color for your waypoint indicators.

p) Open your attribute table for the sample_pts shapefile and notice the data you entered with the column headers you created in the text editor.

q) now save your map and close ArcMap

r) Open ArcCatalog and double click on the sample_pts shapefile to open its properties.

s) scroll down the fields and in the first empty row at the bottom enter “COUNTY”.  Click the “text” in the Data Type column and change the field length from 50 to 30 so you won’t have so much empty space after your county name.  Close ArcCatalog.

t) Now open ArcMap again and open the samplemap.  Look at your attribute table for the sample_pts shapefile and notice that you now have a COUNTY field in the table.

u) on the Editor toolbar start editing this file and put in Shannon for the first 3 points, Pennington for the 4th point, and Fall River for the last point.  Save edits and Stop editing.

v) now  save your samplemap map and you have your points in a shapefile with the counties where they are located added.

w) export your attribute table to a .txt file and print and turn in

            Assignment #16.          

 

Apr. 17            Module 4, Lesson 1

Spatial analysis tools

                                    Spatial extraction

                                    Proximity analysis

                                    Overlay analysis and geoprocessing

                        Show each landuse category with a unique color and label categories on map with the area in square meters for each category.  Print map and turn in.  Save map as landuse.mxd. Assignment #17.

 

                        Module 4, Lesson 2

Spatial analysis process

                                    Spatial analysis

                                    The analytical process

                        Save result of your exercise as a map named parkinglots.mxd with the parking lots layer saved as a feature class in the Redlands.mdb geodatabase.  Print parking lot map and turn in.  Assignment #18.

 

Apr. 24            Learning ArcGIS I, Module 6, Lesson 1

Introduction to mapping

                                    Map basics

                                    Making maps in ArcMap

 

Save result of your exercise as a South America1.mxd.  Print map and turn in.  Assignment #19.

                       

                        Learning ArcGIS I, Module 6, Lesson 2

Introduction to map design and production       

Basic cartographic principles

Working with the page

 

May 1              Learning ArcGIS II, Module 5, Lesson 1

Working with graphs and images

                                    Using images in graphs and maps

                                    Working with graphs

Homework:  After you finish your second exercise and create the graph of population density in world regions, display that graph on the Layout view.  On your Data view display your Countires map and create a selection omitting Antarctica.  In that new selection of world countries color the regions of the world differently and label them with one name per region.  Display that region map on the Layout view and size the population density graph and the labeled world regions map attractively so that they both appear in a landscape, horizontal format.  Print layout illustration and turn in.  Due May 8.

            Assignment #20.

 

May 8              Learning ArcGIS II, Module 5, Lesson 2

                        Improving map production

                                    Creating map templates

                                    Managing layer files

                                    Setting data frame properties