Unit AM4 Basic analytical operations
Jump to navigation
Jump to search
Exercise Data
Type of Data Four simple datasets are used for these examples including 3 vector and at least one raster data file. Each file should generally overlap the region of the other files so that comparison operations can be done in the exercises:
- points - several dozen points roughly grouped together
- lines - a simple network of lines would be ideal
- areas - one or more polygons
- raster - with some simple grouped classes, not too noisy and similar in appearance to points, lines or areas.
Specific Examples
All examples in this instance of the training are from the North Carolina demonstration dataset shapefiles and grids.
- points - bus stop locations - busstopsall.shp
- lines - stream network - streams.shp
- areas - lakes - lakes.shp
- raster:
- a single point-like feature class - facility.grd
- road linework - roadsmajor.grd
Buffering a Multiple Point Shapefile
Method
- open GIS application
- add shapefile or raster layer to the map view
- zoom to the extent of the layer
- select buffer geoprocessing tool
- enter required parameters and options:
- input layer - the layer that the buffer operation will be applied to
- output layer - the new file that will be created and include the buffer features.
- distance - the distance from the input features that the buffer will be created at
- options - including the option to dissolve the resulting features by merging the buffer features together instead of retaining the individual buffer lines of overlapping buffer perimeters.
Examples
Observations
- notes about what the student should notice about the results...